mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
67a239a821
* 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
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.
|
|
```
|