]> granicus.if.org Git - python/commitdiff
Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
authorChristian Heimes <christian@python.org>
Tue, 13 Sep 2016 11:27:26 +0000 (13:27 +0200)
committerChristian Heimes <christian@python.org>
Tue, 13 Sep 2016 11:27:26 +0000 (13:27 +0200)
Doc/library/ssl.rst

index 3a9ffbc828190cb62b7900509eaaa6caa82382b8..76003ea3938c2935991efc55d5c326f1726396cb 100644 (file)
@@ -205,7 +205,7 @@ instead.
 
    .. 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::