diff options
author | doug <> | 2015-07-18 01:42:26 +0000 |
---|---|---|
committer | doug <> | 2015-07-18 01:42:26 +0000 |
commit | dd1a8feef3ef54128aab53a720a711d669b98c21 (patch) | |
tree | 1a2eafb2edfce20682d1b9504fb22e3bee4c0ab0 /src/lib/libssl/doc/SSL_CTX_set_options.3 | |
parent | ba11ff67815e3454d26b4f7a06aea5dd1293acf2 (diff) | |
download | openbsd-dd1a8feef3ef54128aab53a720a711d669b98c21.tar.gz openbsd-dd1a8feef3ef54128aab53a720a711d669b98c21.tar.bz2 openbsd-dd1a8feef3ef54128aab53a720a711d669b98c21.zip |
Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay.
This is a 17 year old workaround from SSLeay 0.9.0b. It was for
clients that send RSA client key exchange in TLS using SSLv3 format
(no length prefix).
ok jsing@
Diffstat (limited to 'src/lib/libssl/doc/SSL_CTX_set_options.3')
-rw-r--r-- | src/lib/libssl/doc/SSL_CTX_set_options.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libssl/doc/SSL_CTX_set_options.3 b/src/lib/libssl/doc/SSL_CTX_set_options.3 index 91a1c9ad92..0ffa025ce2 100644 --- a/src/lib/libssl/doc/SSL_CTX_set_options.3 +++ b/src/lib/libssl/doc/SSL_CTX_set_options.3 | |||
@@ -1,7 +1,7 @@ | |||
1 | .\" | 1 | .\" |
2 | .\" $OpenBSD: SSL_CTX_set_options.3,v 1.8 2015/07/17 15:50:37 doug Exp $ | 2 | .\" $OpenBSD: SSL_CTX_set_options.3,v 1.9 2015/07/18 01:42:26 doug Exp $ |
3 | .\" | 3 | .\" |
4 | .Dd $Mdocdate: July 17 2015 $ | 4 | .Dd $Mdocdate: July 18 2015 $ |
5 | .Dt SSL_CTX_SET_OPTIONS 3 | 5 | .Dt SSL_CTX_SET_OPTIONS 3 |
6 | .Os | 6 | .Os |
7 | .Sh NAME | 7 | .Sh NAME |
@@ -124,7 +124,9 @@ As of | |||
124 | .Ox 5.8 , | 124 | .Ox 5.8 , |
125 | this option has no effect. | 125 | this option has no effect. |
126 | .It Dv SSL_OP_TLS_D5_BUG | 126 | .It Dv SSL_OP_TLS_D5_BUG |
127 | \&... | 127 | As of |
128 | .Ox 5.8 , | ||
129 | this option has no effect. | ||
128 | .It Dv SSL_OP_TLS_BLOCK_PADDING_BUG | 130 | .It Dv SSL_OP_TLS_BLOCK_PADDING_BUG |
129 | As of | 131 | As of |
130 | .Ox 5.8 , | 132 | .Ox 5.8 , |