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

Skip to content

Commit e10ae88

Browse files
committed
Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
2 parents 9e2e532 + 9f6b02e commit e10ae88

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
@@ -392,7 +392,8 @@ Constants
392392
.. data:: OP_ALL
393393

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

397398
.. versionadded:: 3.2
398399

0 commit comments

Comments
 (0)