Skip to content

Commit

Permalink
mention default cipher specification string
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 21, 2014
1 parent 76cb552 commit 99a49fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.69 2014-01-23

4.68 2014-01-22
- Added Mojo::DOM::Node.
- Added contents and node methods to Mojo::DOM.
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/IOLoop/Server.pm
Expand Up @@ -288,7 +288,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, defaults to
C<ECDHE-RSA-AES128-SHA256:AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH>.
=item tls_key
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Server/Daemon.pm
Expand Up @@ -405,7 +405,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, defaults to
C<ECDHE-RSA-AES128-SHA256:AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH>.
=item key
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -43,7 +43,7 @@ has types => sub { Mojolicious::Types->new };
has validator => sub { Mojolicious::Validator->new };

our $CODENAME = 'Top Hat';
our $VERSION = '4.68';
our $VERSION = '4.69';

sub AUTOLOAD {
my $self = shift;
Expand Down

0 comments on commit 99a49fc

Please sign in to comment.