Skip to content

Commit

Permalink
mention where to find more information about cipher strings
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 11, 2015
1 parent e48a48c commit e88df60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.19 2015-09-10
6.19 2015-09-11
- Added code of conduct to Mojolicious::Guides::Contributing.
- Added ignore attribute to Mojo::UserAgent::CookieJar.

Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/IOLoop/Server.pm
Expand Up @@ -287,7 +287,8 @@ Path to the TLS cert file, defaults to a built-in test certificate.
tls_ciphers => 'AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH'
Cipher specification string.
Cipher specification string. For more information about the format see
L<https://www.openssl.org/docs/manmaster/apps/ciphers.html#CIPHER-STRINGS>.
=item tls_key
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Server/Daemon.pm
Expand Up @@ -392,7 +392,8 @@ Path to the TLS cert file, defaults to a built-in test certificate.
ciphers=AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH
Cipher specification string.
Cipher specification string. For more information about the format see
L<https://www.openssl.org/docs/manmaster/apps/ciphers.html#CIPHER-STRINGS>.
=item key
Expand Down

0 comments on commit e88df60

Please sign in to comment.