pyOpenSSL: Introduce PARTIAL_CHAIN constant (#9727)

This commit is contained in:
Andy Doan
2023-02-13 11:36:14 -06:00
committed by GitHub
parent 48ef9eace8
commit 70f0f5488a

View File

@@ -159,6 +159,7 @@ class X509StoreFlags:
NOTIFY_POLICY: int
CHECK_SS_SIGNATURE: int
CB_ISSUER_CHECK: int
PARTIAL_CHAIN: int
class PKCS7:
def get_type_name(self) -> str: ...