summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-12-06 16:36:32 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-12-06 16:36:32 (GMT)
commitb92fd01189c74c76a70ecf24d723d2f5c0ffc5b9 (patch)
tree0d70d80236b61163c614d926b1e028ad34c2efdc /Doc
parente32467cf6af3e6d113ae2cfd886e403828e23fed (diff)
downloadcpython-b92fd01189c74c76a70ecf24d723d2f5c0ffc5b9.zip
cpython-b92fd01189c74c76a70ecf24d723d2f5c0ffc5b9.tar.gz
cpython-b92fd01189c74c76a70ecf24d723d2f5c0ffc5b9.tar.bz2
note that sslv3 may not be available
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/ssl.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 1cc26be..015e0db 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.