open-vault/builtin/logical/transit
rerorero 9ebb14bab3
Fix: Transit encrypt batch does not honor key_version (#11628)
* fix(secret/transit): #10232 Transit encrypt batch does not honor key_version

* add changelog for 11628
2021-05-27 14:05:20 -05:00
..
cmd/transit
backend.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
backend_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_backup.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_backup_test.go
path_cache_config.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_cache_config_test.go
path_config.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_config_test.go
path_datakey.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_decrypt.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_decrypt_bench_test.go
path_decrypt_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_encrypt.go Fix: Transit encrypt batch does not honor key_version (#11628) 2021-05-27 14:05:20 -05:00
path_encrypt_bench_test.go
path_encrypt_test.go Fix: Transit encrypt batch does not honor key_version (#11628) 2021-05-27 14:05:20 -05:00
path_export.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_export_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_hash.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_hash_test.go
path_hmac.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_hmac_test.go
path_keys.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_keys_test.go
path_random.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_random_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_restore.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_restore_test.go
path_rewrap.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_rewrap_test.go
path_rotate.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_sign_verify.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_sign_verify_test.go
path_trim.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_trim_test.go
stepwise_test.go