]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463)
authorl0x <37248016+l0x-c0d3z@users.noreply.github.com>
Mon, 19 Apr 2021 11:51:18 +0000 (13:51 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Apr 2021 11:51:18 +0000 (04:51 -0700)
commit64d975202f7a91cb8c61a050fafb4e934fcbaa4e
tree82da5e11cebb3462224f2afbfd8c9e40b8823961
parentd37b74f341c5a215e2fdd5eb4f8c0182f327635c
bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463)

This short PR exposes an openssl flag that  wasn't exposed. I've also updated to doc to reflect the change. It's heavily inspired by 990fcaac3c428569697f62a80fd95ab4d4b93151.
Doc/library/ssl.rst
Misc/ACKS
Misc/NEWS.d/next/Library/2020-06-02-21-32-33.bpo-40849.zpeKx3.rst [new file with mode: 0644]
Modules/_ssl.c