From dd1a8feef3ef54128aab53a720a711d669b98c21 Mon Sep 17 00:00:00 2001 From: doug <> Date: Sat, 18 Jul 2015 01:42:26 +0000 Subject: 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@ --- src/lib/libssl/doc/SSL_CTX_set_options.3 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl/doc/SSL_CTX_set_options.3') 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 @@ .\" -.\" $OpenBSD: SSL_CTX_set_options.3,v 1.8 2015/07/17 15:50:37 doug Exp $ +.\" $OpenBSD: SSL_CTX_set_options.3,v 1.9 2015/07/18 01:42:26 doug Exp $ .\" -.Dd $Mdocdate: July 17 2015 $ +.Dd $Mdocdate: July 18 2015 $ .Dt SSL_CTX_SET_OPTIONS 3 .Os .Sh NAME @@ -124,7 +124,9 @@ As of .Ox 5.8 , this option has no effect. .It Dv SSL_OP_TLS_D5_BUG -\&... +As of +.Ox 5.8 , +this option has no effect. .It Dv SSL_OP_TLS_BLOCK_PADDING_BUG As of .Ox 5.8 , -- cgit v1.2.3-55-g6feb