mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
pyOpenSSL: Introduce PARTIAL_CHAIN constant (#9727)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user