diff options
author | doug <> | 2015-06-15 05:32:58 +0000 |
---|---|---|
committer | doug <> | 2015-06-15 05:32:58 +0000 |
commit | b5c7960f11d2b64faae5154f9709f34d00462124 (patch) | |
tree | 48e9bd19ccb5bd20c0b80b96fa9a62b66846edb4 /src/lib/libssl/doc/SSL_CTX_set_options.3 | |
parent | 6e37f91580bf8e077c11c85155cef0381d8ef35c (diff) | |
download | openbsd-b5c7960f11d2b64faae5154f9709f34d00462124.tar.gz openbsd-b5c7960f11d2b64faae5154f9709f34d00462124.tar.bz2 openbsd-b5c7960f11d2b64faae5154f9709f34d00462124.zip |
Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days.
This commit matches the OpenSSL removal in commit
3c33c6f6b10864355553961e638514a6d1bb00f6.
ok deraadt@
Diffstat (limited to 'src/lib/libssl/doc/SSL_CTX_set_options.3')
-rw-r--r-- | src/lib/libssl/doc/SSL_CTX_set_options.3 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/libssl/doc/SSL_CTX_set_options.3 b/src/lib/libssl/doc/SSL_CTX_set_options.3 index 8bb22b7cc6..53a7a6c9c0 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.5 2015/06/15 05:16:56 doug Exp $ | 2 | .\" $OpenBSD: SSL_CTX_set_options.3,v 1.6 2015/06/15 05:32:58 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 |
@@ -192,10 +192,9 @@ When set, the SSLv3/TLSv1 server will choose following its own preferences. | |||
192 | Because of the different protocol, for SSLv2 the server will send its list of | 192 | Because of the different protocol, for SSLv2 the server will send its list of |
193 | preferences to the client and the client chooses. | 193 | preferences to the client and the client chooses. |
194 | .It Dv SSL_OP_NETSCAPE_CA_DN_BUG | 194 | .It Dv SSL_OP_NETSCAPE_CA_DN_BUG |
195 | If we accept a netscape connection, demand a client cert, have a | 195 | As of |
196 | non-self-signed CA which does not have its CA in netscape, and the browser has | 196 | .Ox 5.8 , |
197 | a cert, it will crash/hang. | 197 | this option has no effect. |
198 | Works for 3.x and 4.xbeta | ||
199 | .It Dv SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG | 198 | .It Dv SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG |
200 | As of | 199 | As of |
201 | .Ox 5.8 , | 200 | .Ox 5.8 , |