Skip to content

Commit

Permalink
Bug 1140029 - Disable SSL 3 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Mar 5, 2015
1 parent 7dfb2d5 commit 52be797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssl/sslsock.c
Expand Up @@ -89,7 +89,7 @@ static sslOptions ssl_defaults = {
* default range of enabled SSL/TLS protocols
*/
static SSLVersionRange versions_defaults_stream = {
SSL_LIBRARY_VERSION_3_0,
SSL_LIBRARY_VERSION_TLS_1_0,
SSL_LIBRARY_VERSION_TLS_1_2
};

Expand Down

0 comments on commit 52be797

Please sign in to comment.