rails/activerecord/test/cases/encryption
2024-07-03 18:48:07 +09:00
..
cipher Don't show secrets for Active Record's Cipher::Aes256Gcm#inspect. 2023-07-06 21:41:27 +02:00
cipher_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
concurrency_test.rb Optimize slow tests in activerecord 2023-03-13 14:07:28 +02:00
config_test.rb Don't require encryption credentials when using a custom key provider 2022-02-24 20:03:01 +10:30
configurable_test.rb Remove usage of OpenStruct 2024-04-09 21:35:08 +03:00
contexts_test.rb Fix ActiveRecord::Encryption::Errors::Encoding incorrectly raises for not-encrypted binary encoded values (#51412) 2024-03-25 18:05:54 -07:00
derived_secret_key_provider_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
deterministic_key_provider_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
encryptable_record_api_test.rb Fix tests without assertions in the framework 2024-04-30 23:29:30 +00:00
encryptable_record_message_pack_serialized_test.rb Add MessagePackMessageSerializer for binary data (#51102) 2024-02-16 09:07:25 -08:00
encryptable_record_test.rb Introduce compressor option to ActiveRecord::Encryption::Encryptor 2024-07-03 18:48:07 +09:00
encrypted_fixtures_test.rb Fix test EncryptableFixtureTest that fails intermittently 2021-04-16 13:06:05 -05:00
encrypting_only_encryptor_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
encryption_schemes_test.rb Fix ActiveRecord::Encryption::Errors::Encoding incorrectly raises for not-encrypted binary encoded values (#51412) 2024-03-25 18:05:54 -07:00
encryptor_test.rb Introduce compressor option to ActiveRecord::Encryption::Encryptor 2024-07-03 18:48:07 +09:00
envelope_encryption_key_provider_test.rb Rename "master key" -> "primary key" in Active Record encryption 2021-04-29 22:26:35 +02:00
extended_deterministic_queries_test.rb Merge pull request #49072 from ghiculescu/extend-queries-per-attribute 2023-09-12 20:23:46 -04:00
helper.rb Deprecate ConnectionPool#connection 2024-03-01 14:32:55 +01:00
key_generator_test.rb Add a encryption option to support previous data encrypted non-deterministically with a SHA1 hash digest (#48530) 2023-06-25 10:16:22 +02:00
key_provider_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
key_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
message_pack_message_serializer_test.rb Add MessagePackMessageSerializer for binary data (#51102) 2024-02-16 09:07:25 -08:00
message_serializer_test.rb [Fix #48685] Make the encryptor agnostic of the type of data to decrypt 2024-01-05 13:05:15 -05:00
message_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
null_encryptor_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
properties_test.rb Fewer object allocations in Encryption::Properties 2022-07-06 14:56:18 +01:00
read_only_null_encryptor_test.rb fix remaining asserts that should be assert_equal 2022-09-09 19:22:21 -04:00
scheme_test.rb Introduce compressor option to ActiveRecord::Encryption::Encryptor 2024-07-03 18:48:07 +09:00
unencrypted_attributes_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
uniqueness_validations_test.rb Fix an incorrect assert_equal argument order 2023-09-25 15:57:06 +02:00