[Python-checkins] cpython (3.6): Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.

christian.heimes python-checkins at python.org
Tue Sep 13 07:27:48 EDT 2016


https://hg.python.org/cpython/rev/912c3a336b6b
changeset:   103755:912c3a336b6b
branch:      3.6
parent:      103753:f1a72a576bf2
user:        Christian Heimes <christian at python.org>
date:        Tue Sep 13 13:27:26 2016 +0200
summary:
  Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.

files:
  Doc/library/ssl.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -205,7 +205,7 @@
 
    .. rubric:: Footnotes
    .. [1] :class:`SSLContext` disables SSLv2 with :data:`OP_NO_SSLv2` by default.
-   .. [2] :class:`SSLContext` disables SSLv2 with :data:`OP_NO_SSLv2` by default.
+   .. [2] :class:`SSLContext` disables SSLv3 with :data:`OP_NO_SSLv3` by default.
 
    .. note::
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list