Commit Graph

1 Commits

Author SHA1 Message Date
hc-github-team-secure-vault-core 8759d95eb8
Address a panic when exporting RSA public keys in transit (#24054) (#24116)
* Address a panic export RSA public keys in transit

 - When attempting to export the public key for an RSA key that
   we only have a private key for, the export panics with a nil
   deference.
 - Add additional tests around Transit key exporting

* Add cl

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
2023-11-14 15:14:47 +00:00