diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 20:21:35 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 20:21:35 (GMT) |
commit | 3749404ba5968c5571d47bc8a984f008a7eb8f80 (patch) | |
tree | 90214113acdd1fa51e1648a43237e1cb7b754977 /Doc/library/ssl.rst | |
parent | c5deed3a1497316d4aa2ac350048d0c770016bc7 (diff) | |
download | cpython-3749404ba5968c5571d47bc8a984f008a7eb8f80.zip cpython-3749404ba5968c5571d47bc8a984f008a7eb8f80.tar.gz cpython-3749404ba5968c5571d47bc8a984f008a7eb8f80.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 5ab6c14..676e937 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 @@ -932,6 +934,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. |