Skip to content

Commit 70f0f54

Browse files
authored
pyOpenSSL: Introduce PARTIAL_CHAIN constant (#9727)
1 parent 48ef9ea commit 70f0f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/pyOpenSSL/OpenSSL/crypto.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ class X509StoreFlags:
159159
NOTIFY_POLICY: int
160160
CHECK_SS_SIGNATURE: int
161161
CB_ISSUER_CHECK: int
162+
PARTIAL_CHAIN: int
162163

163164
class PKCS7:
164165
def get_type_name(self) -> str: ...

0 commit comments

Comments
 (0)