summaryrefslogtreecommitdiff
path: root/Doc/library/ssl.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-09-28 00:01:55 +0300
committerBerker Peksag <berker.peksag@gmail.com>2014-09-28 00:01:55 +0300
commit9f6d459fbd1d32957566bc4ec51a988b35b6808d (patch)
treecbd6020544e1fd8a0d8c896e17908d2946369548 /Doc/library/ssl.rst
parent057875413bf4dd99596e5a3cbcc72065f49c1252 (diff)
parent7d81feeb1a14f54e610cf92bfde259529ec0d080 (diff)
downloadcpython-9f6d459fbd1d32957566bc4ec51a988b35b6808d.tar.gz
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 120d1484bf..a0dffe0444 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.