bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463) · python/cpython@64d9752 · GitHub
Skip to content

Commit 64d9752

Browse files
authored
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 990fcaa.
1 parent d37b74f commit 64d9752

4 files changed

Lines changed: 18 additions & 0 deletions

File tree

Doc/library/ssl.rst

Lines changed: 11 additions & 0 deletions

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Michel Van den Bergh
157157
Julian Berman
158158
Brice Berna
159159
Olivier Bernard
160+
Vivien Bernet-Rollande
160161
Maxwell Bernstein
161162
Eric Beser
162163
Steven Bethard
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag

Modules/_ssl.c

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)