[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Mon Jul 25 13:51:00 UTC 2016
The branch master has been updated
via d49cfa3bd57ffba060f08e4088441fa392c2f9a8 (commit)
from 1e4c66f9532f177e0946e4d13eea3f09df00058a (commit)
- Log -----------------------------------------------------------------
commit d49cfa3bd57ffba060f08e4088441fa392c2f9a8
Author: Steffen Nurpmeso <steffen at sdaoden.eu>
Date: Mon Jul 25 12:25:15 2016 +0200
RT4627: Doc patch: fix constant names
Reviewed-by: Matt Caswell <matt at openssl.org>
Signed-off-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
doc/ssl/SSL_CONF_cmd.pod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ssl/SSL_CONF_cmd.pod b/doc/ssl/SSL_CONF_cmd.pod
index fb39f94..7b38489 100644
--- a/doc/ssl/SSL_CONF_cmd.pod
+++ b/doc/ssl/SSL_CONF_cmd.pod
@@ -124,8 +124,8 @@ than the deprecated alternative commands below.
=item B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>
Disables protocol support for SSLv3, TLSv1.0, TLSv1.1 or TLSv1.2 by setting the
-corresponding options B<SSL_OP_NO_SSL3>, B<SSL_OP_NO_TLS1>, B<SSL_OP_NO_TLS1_1>
-and B<SSL_OP_NO_TLS1_2> respectively.
+corresponding options B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>, B<SSL_OP_NO_TLSv1_1>
+and B<SSL_OP_NO_TLSv1_2> respectively.
These options are deprecated, instead use B<-min_protocol> and B<-max_protocol>.
=item B<-bugs>
More information about the openssl-commits
mailing list