From 70f0f5488aed9952a5bea1d76eef9f97ce60dc40 Mon Sep 17 00:00:00 2001 From: Andy Doan Date: Mon, 13 Feb 2023 11:36:14 -0600 Subject: [PATCH] pyOpenSSL: Introduce PARTIAL_CHAIN constant (#9727) --- stubs/pyOpenSSL/OpenSSL/crypto.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/pyOpenSSL/OpenSSL/crypto.pyi b/stubs/pyOpenSSL/OpenSSL/crypto.pyi index bfc66d3fc..8d02de69b 100644 --- a/stubs/pyOpenSSL/OpenSSL/crypto.pyi +++ b/stubs/pyOpenSSL/OpenSSL/crypto.pyi @@ -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: ...