No part of LibreSSL checks for this flag any longer.
ok jsing@
-/* $OpenBSD: ssl_lib.c,v 1.115 2015/10/19 17:59:39 beck Exp $ */
+/* $OpenBSD: ssl_lib.c,v 1.116 2015/10/25 15:52:49 doug Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
*/
ret->options |= SSL_OP_LEGACY_SERVER_CONNECT;
- /* Disable SSLv3 by default. */
- ret->options |= SSL_OP_NO_SSLv3;
-
return (ret);
err:
SSLerr(SSL_F_SSL_CTX_NEW, ERR_R_MALLOC_FAILURE);
-/* $OpenBSD: ssl_lib.c,v 1.115 2015/10/19 17:59:39 beck Exp $ */
+/* $OpenBSD: ssl_lib.c,v 1.116 2015/10/25 15:52:49 doug Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
*/
ret->options |= SSL_OP_LEGACY_SERVER_CONNECT;
- /* Disable SSLv3 by default. */
- ret->options |= SSL_OP_NO_SSLv3;
-
return (ret);
err:
SSLerr(SSL_F_SSL_CTX_NEW, ERR_R_MALLOC_FAILURE);