diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 20:22:35 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 20:22:35 (GMT) |
commit | f7fee331042baa0180f89cd38903573bbd12106e (patch) | |
tree | 7f7595620de5ec1487b5f99e928e4f08211a3ed4 /Doc/library/ssl.rst | |
parent | 89c6ee2df19f169e4e60e1e8bb7b711aa057144e (diff) | |
parent | 3749404ba5968c5571d47bc8a984f008a7eb8f80 (diff) | |
download | cpython-f7fee331042baa0180f89cd38903573bbd12106e.zip cpython-f7fee331042baa0180f89cd38903573bbd12106e.tar.gz cpython-f7fee331042baa0180f89cd38903573bbd12106e.tar.bz2 |
Issue #22251: Fix ReST markup to avoid errors building docs.
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index a0dffe0..120d148 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -259,6 +259,7 @@ 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. @@ -267,6 +268,7 @@ 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 @@ -963,6 +965,7 @@ 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. |