mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
This commit is contained in:
parent
3f366314e8
commit
9f6b02ecde
1 changed files with 2 additions and 1 deletions
|
@ -316,7 +316,8 @@ Constants
|
||||||
.. data:: OP_ALL
|
.. data:: OP_ALL
|
||||||
|
|
||||||
Enables workarounds for various bugs present in other SSL implementations.
|
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
|
.. versionadded:: 3.2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue