From: Antoine Pitrou Date: Fri, 27 Jan 2012 09:02:55 +0000 (+0100) Subject: Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. X-Git-Tag: v3.2.3rc1~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f6b02ecdedbd033be3e77960aa3abf314fa9db7;p=python Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 0bd54c7a2d..8cd07d75dc 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -316,7 +316,8 @@ Constants .. data:: OP_ALL Enables workarounds for various bugs present in other SSL implementations. - This option is set by default. + This option is set by default. It does not necessarily set the same + flags as OpenSSL's ``SSL_OP_ALL`` constant. .. versionadded:: 3.2