From c3c8a32860541df7ab360b602a1449e6d90be892 Mon Sep 17 00:00:00 2001 From: doug <> Date: Mon, 15 Jun 2015 03:32:59 +0000 Subject: Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG. This is a hack for an old version of SSLeay which predates OpenSSL. --- src/lib/libssl/doc/SSL_CTX_set_options.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/doc/SSL_CTX_set_options.3') diff --git a/src/lib/libssl/doc/SSL_CTX_set_options.3 b/src/lib/libssl/doc/SSL_CTX_set_options.3 index b940c3d7d0..bacd3b84f0 100644 --- a/src/lib/libssl/doc/SSL_CTX_set_options.3 +++ b/src/lib/libssl/doc/SSL_CTX_set_options.3 @@ -1,5 +1,5 @@ .\" -.\" $OpenBSD: SSL_CTX_set_options.3,v 1.3 2015/06/15 02:57:05 doug Exp $ +.\" $OpenBSD: SSL_CTX_set_options.3,v 1.4 2015/06/15 03:32:59 doug Exp $ .\" .Dd $Mdocdate: June 15 2015 $ .Dt SSL_CTX_SET_OPTIONS 3 @@ -119,7 +119,9 @@ this option has no effect. Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X. OS X 10.8..10.8.3 has broken support for ECDHE-ECDSA ciphers. .It Dv SSL_OP_SSLEAY_080_CLIENT_DH_BUG -\&... +As of +.Ox 5.8 , +this option has no effect. .It Dv SSL_OP_TLS_D5_BUG \&... .It Dv SSL_OP_TLS_BLOCK_PADDING_BUG -- cgit v1.2.3-55-g6feb