forked from apple/swift-nio-ssl
-
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.
Add option to specify signining and verification algorithms (apple#232)
Motivation: BoringSSLs built-in list of valid signing and verification algortihms is not always the one you actually would like to use. For example adding or removing algorithms from this list might increase compatibility as well as security Modifications: Add an option to set CNIOBoringSSL_SSL_CTX_set_verify_algorithm_prefs and CNIOBoringSSL_SSL_CTX_set_signing_algorithm_prefs Result: The user can set signing and verification algortihms at their will
- Loading branch information
1 parent
d381bc5
commit b94f2b6
Showing
4 changed files
with
219 additions
and
1 deletion.
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
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