diff options
author | 2015-07-18 19:41:54 +0000 | |
---|---|---|
committer | 2015-07-18 19:41:54 +0000 | |
commit | 2664332e8b5fa99c9247ec1e92ee62af9d9233ec (patch) | |
tree | baa3c8d582fdb2d9e78ff004aea8150a4d80b054 /lib/libssl/src/doc/ssl | |
parent | Make {x86,i82489,x2apic,i386}_ipi return void (diff) | |
download | wireguard-openbsd-2664332e8b5fa99c9247ec1e92ee62af9d9233ec.tar.xz wireguard-openbsd-2664332e8b5fa99c9247ec1e92ee62af9d9233ec.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 'lib/libssl/src/doc/ssl')
-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 0ffa025ce20..852553e97fa 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.9 2015/07/18 01:42:26 doug Exp $ +.\" $OpenBSD: SSL_CTX_set_options.3,v 1.10 2015/07/18 19:41:54 doug Exp $ .\" .Dd $Mdocdate: July 18 2015 $ .Dt SSL_CTX_SET_OPTIONS 3 @@ -114,7 +114,9 @@ As of .Ox 5.8 , this option has no effect. .It Dv SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER -\&... +As of +.Ox 5.8 , +this option has no effect. .It Dv SSL_OP_SAFARI_ECDHE_ECDSA_BUG As of .Ox 5.8 , |