-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenSSL: deprecate Mozilla TLS Server recommendation
We shouldn't hardcode a list of ciphers. It should always be a configurable list of ciphers. Furthermore, restricting the ciphers is only part of the security recommendations: TLS methods, curves and so on must also be considered. This patch deprecates the constants, and makes the related methods as NOOP since they didn't work as expected on OpenSSL 1.1 and later, as they only changes the cipher suites for TLS v1.3 (identical to default) and didn't change the ciphers list for TLS v1.2 and below (oops).
- Loading branch information
1 parent
434b084
commit 76a1fcd
Showing
3 changed files
with
21 additions
and
22 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.