54ace0e072
* backport of commit 93ccfe4c1195ba0ab2d12443f25d9cf29e9e4f0c * Ensure RSA keys are at least 2048 bits in length (#17911) * Ensure RSA keys are at least 2048 bits in length * Add changelog * update key length check for FIPS compliance * Fix no new variables error and failing to return when error exists from validating * clean up code for better readability * actually return value --------- Co-authored-by: jm96441n <john.maguire@hashicorp.com>
5 lines
198 B
Plaintext
5 lines
198 B
Plaintext
```release-note:bug
|
|
gateway: Fixes a bug where envoy would silently reject RSA keys that are smaller than 2048 bits,
|
|
we now reject those earlier in the process when we validate the certificate.
|
|
```
|