summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-09-27 21:01:55 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-09-27 21:01:55 (GMT)
commit131caba074ae6d72dd795ca9a61f17c45c1a3349 (patch)
treea96ec5126c5cf43e47a59731511ae5fbcc541b9f /Doc/library/ssl.rst
parent3a54c3e3aa7148522ca1af7244b79f9bad57c59b (diff)
parent9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8 (diff)
downloadcpython-131caba074ae6d72dd795ca9a61f17c45c1a3349.zip
cpython-131caba074ae6d72dd795ca9a61f17c45c1a3349.tar.gz
cpython-131caba074ae6d72dd795ca9a61f17c45c1a3349.tar.bz2
Revert #22251
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r--Doc/library/ssl.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 120d148..a0dffe0 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -259,7 +259,6 @@ purposes.
default CA certificates.
.. note::
-
The protocol, options, cipher and other settings may change to more
restrictive values anytime without prior deprecation. The values
represent a fair balance between compatibility and security.
@@ -268,7 +267,6 @@ purposes.
:class:`SSLContext` and apply the settings yourself.
.. note::
-
If you find that when certain older clients or servers attempt to connect
with a :class:`SSLContext` created by this function that they get an
error stating "Protocol or cipher suite mismatch", it may be that they
@@ -965,7 +963,6 @@ to speed up repeated connections from the same clients.
interoperability.
.. seealso::
-
:func:`create_default_context` lets the :mod:`ssl` module choose
security settings for a given purpose.