-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(changelog): breaking change for OpenSSL key width
- Loading branch information
1 parent
c190632
commit b584dee
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
message: >- | ||
In OpenSSL 3.2, the default SSL/TLS security level has been changed from 1 to 2. | ||
Which means security level set to 112 bits of security. As a result | ||
RSA, DSA and DH keys shorter than 2048 bits and ECC keys shorter than | ||
224 bits are prohibited. In addition to the level 1 exclusions any cipher | ||
suite using RC4 is also prohibited. SSL version 3 is also not allowed. | ||
Compression is disabled. | ||
type: breaking_change |