diff options
author | doug <> | 2015-07-18 19:41:54 +0000 |
---|---|---|
committer | doug <> | 2015-07-18 19:41:54 +0000 |
commit | 3100abf8a83f9dc563a4c846c2609eb7f3f4e185 (patch) | |
tree | 36796e4558d127f54a2ea8088a9f89274f442edc /src/lib/libssl/doc/SSL_CTX_set_options.3 | |
parent | cd74a2dfb50e2b51fdd49889459fc393f05ec3d0 (diff) | |
download | openbsd-3100abf8a83f9dc563a4c846c2609eb7f3f4e185.tar.gz openbsd-3100abf8a83f9dc563a4c846c2609eb7f3f4e185.tar.bz2 openbsd-3100abf8a83f9dc563a4c846c2609eb7f3f4e185.zip |
Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround.
This was a hack to work around problems on IE 6 with SSLv3.
ok miod@ bcook@
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 0ffa025ce2..852553e97f 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.9 2015/07/18 01:42:26 doug Exp $ | 2 | .\" $OpenBSD: SSL_CTX_set_options.3,v 1.10 2015/07/18 19:41:54 doug Exp $ |
3 | .\" | 3 | .\" |
4 | .Dd $Mdocdate: July 18 2015 $ | 4 | .Dd $Mdocdate: July 18 2015 $ |
5 | .Dt SSL_CTX_SET_OPTIONS 3 | 5 | .Dt SSL_CTX_SET_OPTIONS 3 |
@@ -114,7 +114,9 @@ As of | |||
114 | .Ox 5.8 , | 114 | .Ox 5.8 , |
115 | this option has no effect. | 115 | this option has no effect. |
116 | .It Dv SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER | 116 | .It Dv SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER |
117 | \&... | 117 | As of |
118 | .Ox 5.8 , | ||
119 | this option has no effect. | ||
118 | .It Dv SSL_OP_SAFARI_ECDHE_ECDSA_BUG | 120 | .It Dv SSL_OP_SAFARI_ECDHE_ECDSA_BUG |
119 | As of | 121 | As of |
120 | .Ox 5.8 , | 122 | .Ox 5.8 , |