From: Benjamin Peterson Date: Sat, 6 Dec 2014 16:36:32 +0000 (-0500) Subject: note that sslv3 may not be available X-Git-Tag: v2.7.9~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd0c92fe07ff9c06a2174438c1b04460ab601cd8;p=python note that sslv3 may not be available --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index e6398ae754..8ef6cbef36 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -520,8 +520,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:: @@ -531,6 +531,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.