consul/.changelog/20112.txt
loshz 7724bb88d5
[NET-6593] agent: check for minimum RSA key size (#20112)
* agent: check for minimum RSA key size

* add changelog

* agent: add test for RSA generated key sizes

* use constants in generating priv key func

* update key size error message
2024-01-10 12:15:36 +00:00

4 lines
96 B
Plaintext

```release-note:security
Update RSA key generation to use a key size of at least 2048 bits.
```