forked from crystal-lang/crystal
-
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 OpenSSL::SSL::Context#cipher_suites= and OpenSSL::SSL::Context::C…
…IPHER_SUITES_* constants (crystal-lang#9814) * Expose SSL_CTX_set_ciphersuites OpenSSL::SSL::Context#cipher_suites= * Add OpenSSL::SSL::Context::CIPHER_SUITES_* constants Use colons instead of spaces for ciphers The cipher list consists of one or more cipher strings separated by colons. Commas or spaces are also acceptable separators **but colons are normally used**. Ref: https://www.openssl.org/docs/man1.0.2/man1/ciphers.html For ciphersuites only colons are allowed as separators, so it's better to use a separator that works for both. * Add set_modern_ciphers, set_intermediate_ciphers, set_old_ciphers
- Loading branch information
Brian J. Cardiff
authored
Oct 16, 2020
1 parent
0e53f6e
commit 8738e63
Showing
5 changed files
with
159 additions
and
20 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
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