open-vault/builtin/logical/transit
2023-02-06 09:41:56 -05:00
..
cmd/transit Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
backend.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
backend_test.go Add transit key config to disable upserting (#18272) 2022-12-08 15:45:18 -05:00
managed_key_util.go Add some managed key build tags to support incoming enterprise feature work. (#18902) 2023-01-30 14:57:01 -06: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 RSA3072 implementation in transit secrets engine (#8151) 2020-02-15 14:40:50 -08:00
path_cache_config.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
path_cache_config_test.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
path_config_keys.go Add transit key config to disable upserting (#18272) 2022-12-08 15:45:18 -05:00
path_config_keys_test.go Add transit key config to disable upserting (#18272) 2022-12-08 15:45:18 -05:00
path_datakey.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
path_decrypt.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
path_decrypt_bench_test.go fix missing plaintext in bulk decrypt response (#9991) 2020-09-22 09:43:07 -04:00
path_decrypt_test.go Add the batch reference field, as in Transform, to Transit operations (#18243) 2022-12-13 12:03:40 -06:00
path_encrypt.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
path_encrypt_bench_test.go Improving transit batch encrypt and decrypt latencies (#8775) 2020-06-10 13:31:46 -04:00
path_encrypt_test.go Add the batch reference field, as in Transform, to Transit operations (#18243) 2022-12-13 12:03:40 -06:00
path_export.go Enforce minimum cache size for transit backend (#12418) 2021-09-13 16:44:56 -05: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 Use FieldData.GetOkError() to access required Transit parameters. (#14593) 2022-03-18 16:10:38 -04:00
path_hash_test.go Use FieldData.GetOkError() to access required Transit parameters. (#14593) 2022-03-18 16:10:38 -04:00
path_hmac.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
path_hmac_test.go Add the batch reference field, as in Transform, to Transit operations (#18243) 2022-12-13 12:03:40 -06:00
path_import.go Account for a possible error in Transit BYOK. (#17025) 2022-09-06 11:03:24 -07:00
path_import_test.go Add support for a dedicated HMAC type in Transit. (#16668) 2022-09-06 10:17:58 -05:00
path_keys.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
path_keys_config.go Add transit key config to disable upserting (#18272) 2022-12-08 15:45:18 -05:00
path_keys_config_test.go Add transit key config to disable upserting (#18272) 2022-12-08 15:45:18 -05:00
path_keys_test.go Revert the WithContext changes to vault tests (#14947) 2022-04-07 15:12:58 -04:00
path_random.go Fix fmt error (#15266) 2022-05-03 10:07:23 -04:00
path_random_test.go Allow callers to choose the entropy source for the random endpoints. (#15213) 2022-05-02 14:42:07 -05: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 Use %q for quoted strings where appropriate (#15216) 2022-08-03 12:32:45 -06:00
path_rewrap.go Resolve unrecognized parameter warnings on batch_input parameter in transit (#18299) 2023-01-04 09:15:48 -05:00
path_rewrap_test.go Add the batch reference field, as in Transform, to Transit operations (#18243) 2022-12-13 12:03:40 -06:00
path_rotate.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
path_sign_verify.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
path_sign_verify_test.go Add the batch reference field, as in Transform, to Transit operations (#18243) 2022-12-13 12:03:40 -06:00
path_trim.go Use FieldData.GetOkError() to access required Transit parameters. (#14593) 2022-03-18 16:10:38 -04:00
path_trim_test.go Check that all required fields in Transit API are present. (#14074) 2022-02-22 16:00:25 -05:00
path_wrapping_key.go Transit byok import endpoints (#15414) 2022-05-16 11:50:38 -05:00
path_wrapping_key_test.go Add Transit BYOK wrapping key endpoint (#15271) 2022-05-11 11:28:32 -05:00
stepwise_test.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00