ea6452757f
* Add parsing for NSS-wrapped Ed25519 keys NSS wraps Ed25519 using the PKCS#8 standard structure. The Go standard library as of Go 1.18.x doesn't support parsing this key type with the OID used by NSS; it requires the 1.3.101.112/RFC 8410 format, rather than the RFC 5915-esque structure supported here. Co-authored-by: Rachel Culpepper <84159930+rculpepper@users.noreply.github.com> Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add integration test with NSS-created wrapped key Co-authored-by: Rachel Culpepper <84159930+rculpepper@users.noreply.github.com> Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add changelog Co-authored-by: Rachel Culpepper <84159930+rculpepper@users.noreply.github.com> Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> Co-authored-by: Rachel Culpepper <84159930+rculpepper@users.noreply.github.com> |
||
---|---|---|
.. | ||
cmd/transit | ||
backend.go | ||
backend_test.go | ||
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 | ||
path_import.go | ||
path_import_test.go | ||
path_keys.go | ||
path_keys_test.go | ||
path_random.go | ||
path_random_test.go | ||
path_restore.go | ||
path_restore_test.go | ||
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 | ||
path_wrapping_key_test.go | ||
stepwise_test.go |