Skip to content

Commit

Permalink
Fix link to full ciphers list in openssl.cr (#5946)
Browse files Browse the repository at this point in the history
  • Loading branch information
wooster0 authored and ysbaddaden committed May 3, 2018
1 parent 25f8c25 commit 5e518f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openssl.cr
Expand Up @@ -10,7 +10,7 @@ require "./openssl/lib_ssl"
# Recommended ciphers can be taken from:
# - [OWASP Wiki](https://www.owasp.org/index.php/Transport_Layer_Protection_Cheat_Sheet#Rule_-_Only_Support_Strong_Cryptographic_Ciphers)
# - [Cipherli.st](https://cipherli.st/)
# - Full list is available at [OpenSSL Wiki](https://wiki.openssl.org/index.php/Manual:Ciphers%281%29#CIPHER_STRINGS)
# - A full list is available at the [OpenSSL Docs](https://www.openssl.org/docs/man1.1.0/apps/ciphers.html#CIPHER-STRINGS)
#
# Do note that:
# - Crystal does its best to provide sane configuration defaults (see [Mozilla-Intermediate](https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28default.29)).
Expand Down

0 comments on commit 5e518f9

Please sign in to comment.