open-vault/builtin/logical/transit
Steven Clark 834f0bd8ee
Fix test validating convergent encryption behaviour across key types (#13371)
- The test was attempting to test the convergent encryption behaviour
  with several key types but the common function never used the passed
  in key type. So we ran the test with the default aes256-gcm96 only.
2021-12-10 12:55:50 -05:00
..
cmd/transit
backend.go
backend_test.go Fix test validating convergent encryption behaviour across key types (#13371) 2021-12-10 12:55:50 -05:00
path_backup.go
path_backup_test.go
path_cache_config.go
path_cache_config_test.go
path_config.go
path_config_test.go
path_datakey.go Warn user supplying nonce values in FIPS mode for transit encryption requests (#13366) 2021-12-08 14:37:25 -05:00
path_decrypt.go
path_decrypt_bench_test.go
path_decrypt_test.go
path_encrypt.go Warn user supplying nonce values in FIPS mode for transit encryption requests (#13366) 2021-12-08 14:37:25 -05:00
path_encrypt_bench_test.go
path_encrypt_test.go Warn user supplying nonce values in FIPS mode for transit encryption requests (#13366) 2021-12-08 14:37:25 -05:00
path_export.go
path_export_test.go
path_hash.go Adds support for SHA-3 to transit (#13367) 2021-12-08 12:29:33 -06:00
path_hash_test.go Adds support for SHA-3 to transit (#13367) 2021-12-08 12:29:33 -06:00
path_hmac.go Adds support for SHA-3 to transit (#13367) 2021-12-08 12:29:33 -06:00
path_hmac_test.go Adds support for SHA-3 to transit (#13367) 2021-12-08 12:29:33 -06:00
path_keys.go
path_keys_test.go
path_random.go
path_random_test.go
path_restore.go
path_restore_test.go
path_rewrap.go Warn user supplying nonce values in FIPS mode for transit encryption requests (#13366) 2021-12-08 14:37:25 -05:00
path_rewrap_test.go
path_rotate.go
path_sign_verify.go Adds support for SHA-3 to transit (#13367) 2021-12-08 12:29:33 -06:00
path_sign_verify_test.go Adds support for SHA-3 to transit (#13367) 2021-12-08 12:29:33 -06:00
path_trim.go
path_trim_test.go
stepwise_test.go