summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-10-09 23:28:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-10-09 23:28:25 +0000
commit6bd173fced6935db65756ecd0678e8666c53284e (patch)
tree1192e85de74ab1ea4314b41f49f9dbdea901335d /ssl/ssl_lib.c
parent6b00cd746afd7758ec1873a8be6a3a9f12c5b482 (diff)
Don't disable TLS v1.2 by default any more.
Diffstat (limited to 'ssl/ssl_lib.c')
-rw-r--r--ssl/ssl_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index ee84bb78d8..0a6cf3ad30 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -1717,8 +1717,6 @@ SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth)
* deployed might change this.
*/
ret->options |= SSL_OP_LEGACY_SERVER_CONNECT;
- /* Disable TLS v1.2 by default for now */
- ret->options |= SSL_OP_NO_TLSv1_2;
return(ret);
err: