diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-09-28 00:01:55 +0300 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-09-28 00:01:55 +0300 |
commit | 9f6d459fbd1d32957566bc4ec51a988b35b6808d (patch) | |
tree | cbd6020544e1fd8a0d8c896e17908d2946369548 /Doc/library/ssl.rst | |
parent | 057875413bf4dd99596e5a3cbcc72065f49c1252 (diff) | |
parent | 7d81feeb1a14f54e610cf92bfde259529ec0d080 (diff) | |
download | cpython-9f6d459fbd1d32957566bc4ec51a988b35b6808d.tar.gz |
Revert #22251
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 3 |
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. |