diff options
author | 2015-06-15 05:16:56 +0000 | |
---|---|---|
committer | 2015-06-15 05:16:56 +0000 | |
commit | 77374e7b4ee9ed3b5622f1e04fed56e5dbb19799 (patch) | |
tree | 847c9cf91575066168c394749e9953b71f05ee8f /lib/libssl/src/doc/ssl/SSL_CTX_set_options.3 | |
parent | Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG. (diff) | |
download | wireguard-openbsd-77374e7b4ee9ed3b5622f1e04fed56e5dbb19799.tar.xz wireguard-openbsd-77374e7b4ee9ed3b5622f1e04fed56e5dbb19799.zip |
Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.
This was imported into OpenSSL from SSLeay. It was recently deleted
in OpenSSL commit 7a4dadc3a6a487db92619622b820eb4f7be512c9
Diffstat (limited to 'lib/libssl/src/doc/ssl/SSL_CTX_set_options.3')
-rw-r--r-- | lib/libssl/src/doc/ssl/SSL_CTX_set_options.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libssl/src/doc/ssl/SSL_CTX_set_options.3 b/lib/libssl/src/doc/ssl/SSL_CTX_set_options.3 index bacd3b84f01..8bb22b7cc6d 100644 --- a/lib/libssl/src/doc/ssl/SSL_CTX_set_options.3 +++ b/lib/libssl/src/doc/ssl/SSL_CTX_set_options.3 @@ -1,5 +1,5 @@ .\" -.\" $OpenBSD: SSL_CTX_set_options.3,v 1.4 2015/06/15 03:32:59 doug Exp $ +.\" $OpenBSD: SSL_CTX_set_options.3,v 1.5 2015/06/15 05:16:56 doug Exp $ .\" .Dd $Mdocdate: June 15 2015 $ .Dt SSL_CTX_SET_OPTIONS 3 @@ -197,7 +197,9 @@ non-self-signed CA which does not have its CA in netscape, and the browser has a cert, it will crash/hang. Works for 3.x and 4.xbeta .It Dv SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG -\&... +As of +.Ox 5.8 , +this option has no effect. .It Dv SSL_OP_NO_SSLv2 As of .Ox 5.6 , |