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

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ssl.rst: further explain new X509 flags
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Nov 29, 2023
commit 15c0313f95fc7f5c73683f81f12669d134b4c5a0
6 changes: 6 additions & 0 deletions Doc/library/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ purposes.
variable :envvar:`SSLKEYLOGFILE` is set, :func:`create_default_context`
enables key logging.

The default settings for this context include
:data:`VERIFY_X509_PARTIAL_CHAIN` and :data:`VERIFY_X509_STRICT`.
These make the underlying OpenSSL implementation behave more like
a conforming implementation of :rfc:`5280`, in exchange for a small
amount of incompatibility with older X.509 certificates.
Comment thread
woodruffw marked this conversation as resolved.

.. note::
The protocol, options, cipher and other settings may change to more
restrictive values anytime without prior deprecation. The values
Expand Down