From: Benjamin Peterson Date: Sat, 6 Dec 2014 16:36:32 +0000 (-0500) Subject: note that sslv3 may not be available X-Git-Tag: v3.4.3rc1~254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b92fd01189c74c76a70ecf24d723d2f5c0ffc5b9;p=python note that sslv3 may not be available --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 1cc26be5d0..015e0dbb7d 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -538,8 +538,8 @@ Constants Selects SSL version 2 as the channel encryption protocol. - This protocol is not available if OpenSSL is compiled with OPENSSL_NO_SSL2 - flag. + This protocol is not available if OpenSSL is compiled with the + ``OPENSSL_NO_SSL2`` flag. .. warning:: @@ -549,6 +549,9 @@ Constants Selects SSL version 3 as the channel encryption protocol. + This protocol is not be available if OpenSSL is compiled with the + ``OPENSSL_NO_SSLv3`` flag. + .. warning:: SSL version 3 is insecure. Its use is highly discouraged.