diff options
author | 2015-06-15 05:32:58 +0000 | |
---|---|---|
committer | 2015-06-15 05:32:58 +0000 | |
commit | dcf079f536f13fe347bbf1407f92735cce5c1ae2 (patch) | |
tree | 35d85b7b34efc36bb277e21c1a606d2d968fb040 /lib/libssl/src/doc/ssl/SSL_CTX_set_options.3 | |
parent | Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. (diff) | |
download | wireguard-openbsd-dcf079f536f13fe347bbf1407f92735cce5c1ae2.tar.xz wireguard-openbsd-dcf079f536f13fe347bbf1407f92735cce5c1ae2.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 'lib/libssl/src/doc/ssl/SSL_CTX_set_options.3')
-rw-r--r-- | lib/libssl/src/doc/ssl/SSL_CTX_set_options.3 | 9 |
1 files changed, 4 insertions, 5 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 8bb22b7cc6d..53a7a6c9c06 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.5 2015/06/15 05:16:56 doug Exp $ +.\" $OpenBSD: SSL_CTX_set_options.3,v 1.6 2015/06/15 05:32:58 doug Exp $ .\" .Dd $Mdocdate: June 15 2015 $ .Dt SSL_CTX_SET_OPTIONS 3 @@ -192,10 +192,9 @@ When set, the SSLv3/TLSv1 server will choose following its own preferences. Because of the different protocol, for SSLv2 the server will send its list of preferences to the client and the client chooses. .It Dv SSL_OP_NETSCAPE_CA_DN_BUG -If we accept a netscape connection, demand a client cert, have a -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 +As of +.Ox 5.8 , +this option has no effect. .It Dv SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG As of .Ox 5.8 , |