diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 21:00:58 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 21:00:58 (GMT) |
commit | 9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8 (patch) | |
tree | accb8efa32cfdc7efac1196a33e445f84fb59b35 /Doc/library/ssl.rst | |
parent | 9ce69672f3a1fbd9f337737bf35ace1a1a592598 (diff) | |
download | cpython-9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8.zip cpython-9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8.tar.gz cpython-9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8.tar.bz2 |
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 676e937..5ab6c14 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 @@ -934,7 +932,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. |