From c1a0d1e0597ecab7a6f90e6c55c5346b3cca5b27 Mon Sep 17 00:00:00 2001 From: Andrew Dinh Date: Fri, 19 Dec 2025 00:12:06 +0700 Subject: [PATCH] SSL3 documentation nits Reviewed-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/29447) --- doc/man3/SSL_CONF_cmd.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man3/SSL_CONF_cmd.pod b/doc/man3/SSL_CONF_cmd.pod index 5813d59128b..3b84f16074e 100644 --- a/doc/man3/SSL_CONF_cmd.pod +++ b/doc/man3/SSL_CONF_cmd.pod @@ -309,9 +309,9 @@ Attempts to use B as the set of temporary DH parameters for the appropriate context. This option is only supported if certificate operations are permitted. -=item B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>, B<-no_tls1_3> +=item B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>, B<-no_tls1_3> -Disables protocol support for TLSv1.0, TLSv1.1, TLSv1.2 or TLSv1.3 by +Disables protocol support for SSLv3, TLSv1.0, TLSv1.1, TLSv1.2 or TLSv1.3 by setting the corresponding options B, B, B, B and B respectively. These options are deprecated, use B<-min_protocol> and -- 2.47.3