Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f6b02e

Browse files
committed
Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
1 parent 3f36631 commit 9f6b02e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/ssl.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ Constants
316316
.. data:: OP_ALL
317317

318318
Enables workarounds for various bugs present in other SSL implementations.
319-
This option is set by default.
319+
This option is set by default. It does not necessarily set the same
320+
flags as OpenSSL's ``SSL_OP_ALL`` constant.
320321

321322
.. versionadded:: 3.2
322323

0 commit comments

Comments
 (0)