open-vault/builtin/logical/transit
Marco Rieger b634e1964d
fix missing plaintext in bulk decrypt response (#9991)
Decrypting an ciphertext where its corresponding value equals empty, the payload property "plaintext" is missing in the response object. This fixes the problem by adding a new, distinct struct for decrypt batch response items where "omitempty" is not set.
2020-09-22 09:43:07 -04:00
..
cmd/transit
backend.go
backend_test.go Improving transit batch encrypt and decrypt latencies (#8775) 2020-06-10 13:31:46 -04:00
path_backup.go
path_backup_test.go RSA3072 implementation in transit secrets engine (#8151) 2020-02-15 14:40:50 -08:00
path_cache_config.go
path_cache_config_test.go
path_config.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
path_config_test.go
path_datakey.go Merge PR #9100: Add key_version to Transit Logical Response 2020-06-01 13:16:01 -04:00
path_decrypt.go fix missing plaintext in bulk decrypt response (#9991) 2020-09-22 09:43:07 -04: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 fix missing plaintext in bulk decrypt response (#9991) 2020-09-22 09:43:07 -04:00
path_encrypt.go fix missing plaintext in bulk decrypt response (#9991) 2020-09-22 09:43:07 -04: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 fix missing plaintext in bulk decrypt response (#9991) 2020-09-22 09:43:07 -04:00
path_export.go RSA3072 implementation in transit secrets engine (#8151) 2020-02-15 14:40:50 -08:00
path_export_test.go
path_hash.go
path_hash_test.go
path_hmac.go fix missing plaintext in bulk decrypt response (#9991) 2020-09-22 09:43:07 -04:00
path_hmac_test.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
path_keys.go RSA3072 implementation in transit secrets engine (#8151) 2020-02-15 14:40:50 -08:00
path_keys_test.go
path_random.go
path_random_test.go
path_restore.go remove redundant check and clarify code comment 2019-12-11 10:16:09 -06:00
path_restore_test.go Transit: error when restoring to a name that looks like a path (#7998) 2019-12-11 09:32:22 -06:00
path_rewrap.go fix missing plaintext in bulk decrypt response (#9991) 2020-09-22 09:43:07 -04:00
path_rewrap_test.go fix missing plaintext in bulk decrypt response (#9991) 2020-09-22 09:43:07 -04:00
path_rotate.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
path_sign_verify.go Merge PR #9100: Add key_version to Transit Logical Response 2020-06-01 13:16:01 -04:00
path_sign_verify_test.go Remove two unreliable tests from TestTransit_SignVerify_P256. (#7499) 2020-06-29 12:22:22 -04:00
path_trim.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
path_trim_test.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
stepwise_test.go Stepwise docker env (#9292) 2020-06-26 17:52:31 -05:00