Don't disable TLS v1.2 by default any more.

This commit is contained in:
Dr. Stephen Henson
2011-10-09 23:28:25 +00:00
parent 6b00cd746a
commit 6bd173fced
3 changed files with 0 additions and 8 deletions

View File

@@ -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: