mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
* 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
4 lines
96 B
Plaintext
4 lines
96 B
Plaintext
```release-note:bug
|
|
secrets/transit: Fix a panic when attempting to export a public RSA key
|
|
```
|