open-vault/builtin/logical/transit
Eng Zer Jun 61262ad98e
refactor: replace strings.Replace with strings.ReplaceAll (#15392)
strings.ReplaceAll(s, old, new) is a wrapper function for
strings.Replace(s, old, new, -1). But strings.ReplaceAll is more
readable and removes the hardcoded -1.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-08-03 15:22:48 -04:00
..
cmd/transit
backend.go Transit byok import endpoints (#15414) 2022-05-16 11:50:38 -05:00
backend_test.go Use %q for quoted strings where appropriate (#15216) 2022-08-03 12:32:45 -06: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
path_decrypt.go
path_decrypt_bench_test.go
path_decrypt_test.go
path_encrypt.go
path_encrypt_bench_test.go
path_encrypt_test.go
path_export.go
path_export_test.go
path_hash.go
path_hash_test.go
path_hmac.go
path_hmac_test.go refactor: replace strings.Replace with strings.ReplaceAll (#15392) 2022-08-03 15:22:48 -04:00
path_import.go Updated base64 encoding of ciphertext for Transit BYOK import. (#15663) 2022-05-27 11:52:43 -05:00
path_import_test.go Add parsing for NSS-wrapped Ed25519 keys (#15742) 2022-06-06 18:09:21 -04:00
path_keys.go Transit byok import endpoints (#15414) 2022-05-16 11:50:38 -05:00
path_keys_test.go
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
path_restore_test.go Use %q for quoted strings where appropriate (#15216) 2022-08-03 12:32:45 -06:00
path_rewrap.go
path_rewrap_test.go
path_rotate.go
path_sign_verify.go
path_sign_verify_test.go
path_trim.go
path_trim_test.go
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