From: Matt Caswell Date: Tue, 22 Feb 2022 10:40:33 +0000 (+0000) Subject: Correct the UnsafeLegacyServerConnect docs X-Git-Tag: openssl-3.2.0-alpha1~2906 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d4dd8f272aafb05446c567c0919870880c6ddd1;p=thirdparty%2Fopenssl.git Correct the UnsafeLegacyServerConnect docs This option is no longer set by default from OpenSSL 3.0. Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/17748) --- diff --git a/doc/man3/SSL_CONF_cmd.pod b/doc/man3/SSL_CONF_cmd.pod index 7971d6e0b5e..d4deeb5e82e 100644 --- a/doc/man3/SSL_CONF_cmd.pod +++ b/doc/man3/SSL_CONF_cmd.pod @@ -496,7 +496,6 @@ Equivalent to B. B: permits the use of unsafe legacy renegotiation for OpenSSL clients only. Equivalent to B. -Set by default. B: use encrypt-then-mac extension, enabled by default. Inverse of B: that is, @@ -731,6 +730,9 @@ B and B where added in OpenSSL 1.1.0. B and B were added in OpenSSL 1.1.1. +The B option is no longer set by default from +OpenSSL 3.0. + =head1 COPYRIGHT Copyright 2012-2021 The OpenSSL Project Authors. All Rights Reserved.