-
-
Notifications
You must be signed in to change notification settings - Fork 16k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Verify default named groups before using them with native SSL impleme… (
#14441) …… (#14434) …ntation Motivation: We should verify that the default named groups are actually supported by our native SSL implementation. This might not always be the case as for example when FIPS is used. Modifications: - Verify that default named groups are supported - Fail creation of ReferenceCountedOpenSslContext if setting of groups fails and also include details about why it failed if possible Result: Easier to debug miss-configuration of groups and make things work out of the box even if FIPS is used. Related to netty/netty-tcnative#883
- Loading branch information
1 parent
fbb2ce7
commit c043eb9
Showing
2 changed files
with
30 additions
and
6 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