diff options
author | doug <> | 2015-06-15 05:16:56 +0000 |
---|---|---|
committer | doug <> | 2015-06-15 05:16:56 +0000 |
commit | 6e37f91580bf8e077c11c85155cef0381d8ef35c (patch) | |
tree | 09daa6da27571646945c913b493870c53aabab06 /src/lib/libssl/doc/SSL_CTX_set_options.3 | |
parent | c3c8a32860541df7ab360b602a1449e6d90be892 (diff) | |
download | openbsd-6e37f91580bf8e077c11c85155cef0381d8ef35c.tar.gz openbsd-6e37f91580bf8e077c11c85155cef0381d8ef35c.tar.bz2 openbsd-6e37f91580bf8e077c11c85155cef0381d8ef35c.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 'src/lib/libssl/doc/SSL_CTX_set_options.3')
-rw-r--r-- | src/lib/libssl/doc/SSL_CTX_set_options.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libssl/doc/SSL_CTX_set_options.3 b/src/lib/libssl/doc/SSL_CTX_set_options.3 index bacd3b84f0..8bb22b7cc6 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 @@ | |||
1 | .\" | 1 | .\" |
2 | .\" $OpenBSD: SSL_CTX_set_options.3,v 1.4 2015/06/15 03:32:59 doug Exp $ | 2 | .\" $OpenBSD: SSL_CTX_set_options.3,v 1.5 2015/06/15 05:16:56 doug Exp $ |
3 | .\" | 3 | .\" |
4 | .Dd $Mdocdate: June 15 2015 $ | 4 | .Dd $Mdocdate: June 15 2015 $ |
5 | .Dt SSL_CTX_SET_OPTIONS 3 | 5 | .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 | |||
197 | a cert, it will crash/hang. | 197 | a cert, it will crash/hang. |
198 | Works for 3.x and 4.xbeta | 198 | Works for 3.x and 4.xbeta |
199 | .It Dv SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG | 199 | .It Dv SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG |
200 | \&... | 200 | As of |
201 | .Ox 5.8 , | ||
202 | this option has no effect. | ||
201 | .It Dv SSL_OP_NO_SSLv2 | 203 | .It Dv SSL_OP_NO_SSLv2 |
202 | As of | 204 | As of |
203 | .Ox 5.6 , | 205 | .Ox 5.6 , |