aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-02-27 15:51:57 +0100
committerHynek Schlawack <hs@ox.cx>2016-02-27 15:51:57 +0100
commitaf95980e394a27355531c9aad474d39253755f81 (patch)
tree8ac46f571aa69d222eea07aec1e8cb4751bd445e
parente0b4a6ffbb30c14bd61b6c230a3e09212b4c9498 (diff)
parent0ece4de75d382e493900947cedbfae08ec91fcf8 (diff)
downloadcryptography-af95980e394a27355531c9aad474d39253755f81.tar.gz
cryptography-af95980e394a27355531c9aad474d39253755f81.tar.bz2
cryptography-af95980e394a27355531c9aad474d39253755f81.zip
Merge pull request #2738 from alex/more-policy-constraint-bindings
More policy constraint bindings
-rw-r--r--src/_cffi_src/openssl/x509v3.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/x509v3.py b/src/_cffi_src/openssl/x509v3.py
index 7bc7dc0d..3612f1c2 100644
--- a/src/_cffi_src/openssl/x509v3.py
+++ b/src/_cffi_src/openssl/x509v3.py
@@ -205,6 +205,9 @@ int Cryptography_i2d_NAME_CONSTRAINTS(NAME_CONSTRAINTS *, unsigned char **);
OTHERNAME *OTHERNAME_new(void);
void OTHERNAME_free(OTHERNAME *);
+POLICY_CONSTRAINTS *POLICY_CONSTRAINTS_new(void);
+void POLICY_CONSTRAINTS_free(POLICY_CONSTRAINTS *);
+
void *X509V3_set_ctx_nodb(X509V3_CTX *);
int i2d_GENERAL_NAMES(GENERAL_NAMES *, unsigned char **);