From ce1bdcaf0451f85da20648b0f0597280a7876071 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 26 Feb 2016 16:45:42 -0500 Subject: Added policy constraint struct binding --- src/_cffi_src/openssl/x509v3.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/_cffi_src/openssl/x509v3.py b/src/_cffi_src/openssl/x509v3.py index 51c8410a..7bc7dc0d 100644 --- a/src/_cffi_src/openssl/x509v3.py +++ b/src/_cffi_src/openssl/x509v3.py @@ -78,6 +78,11 @@ typedef struct { Cryptography_STACK_OF_GENERAL_SUBTREE *excludedSubtrees; } NAME_CONSTRAINTS; +typedef struct { + ASN1_INTEGER *requireExplicitPolicy; + ASN1_INTEGER *inhibitPolicyMapping; +} POLICY_CONSTRAINTS; + typedef struct { int type; -- cgit v1.2.3