forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Http2SecurityUtil cipher suites
Motivation: Mozilla's Server Side cipher suite recommendations have been updated [1]. [1] https://wiki.mozilla.org/Security/Server_Side_TLS#Modern_compatibility Modifications: - Update Http2SecurityUtil to exclude older ciphers. - Remove support for DHE ciphersuites because they are now Intermediate and BoringSSL dropped support for these ciphers [2] [2] https://boringssl.googlesource.com/boringssl/+/7e06de5d2d1b53c57c0c81e8d6ba4122b64cf626 Result: Updated default ciphers for HTTP/2.
- Loading branch information
1 parent
773757f
commit d3c44ef
Showing
1 changed file
with
18 additions
and
29 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