aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-02-27 05:16:57 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-02-27 05:16:57 -0500
commit4782b17efe32ec419f3ce7a845ac06fe75a723f5 (patch)
treecaf686967b18a829c277e479bce7a27255082118 /src/_cffi_src/openssl
parente0b4a6ffbb30c14bd61b6c230a3e09212b4c9498 (diff)
downloadcryptography-4782b17efe32ec419f3ce7a845ac06fe75a723f5.tar.gz
cryptography-4782b17efe32ec419f3ce7a845ac06fe75a723f5.tar.bz2
cryptography-4782b17efe32ec419f3ce7a845ac06fe75a723f5.zip
More policy constraint bindings
Diffstat (limited to 'src/_cffi_src/openssl')
-rw-r--r--src/_cffi_src/openssl/x509v3.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/x509v3.py b/src/_cffi_src/openssl/x509v3.py
index 7bc7dc0d..550665cb 100644
--- a/src/_cffi_src/openssl/x509v3.py
+++ b/src/_cffi_src/openssl/x509v3.py
@@ -205,6 +205,10 @@ int Cryptography_i2d_NAME_CONSTRAINTS(NAME_CONSTRAINTS *, unsigned char **);
OTHERNAME *OTHERNAME_new(void);
void OTHERNAME_free(OTHERNAME *);
+POLICY_CONSTRAINTS *POLICY_CONSTRAINTS_new(void);
+POLICY_CONSTRAINTS_free(POLICY_CONSTRAINTS *);
+int i2d_POLICY_CONSTRAINTS(POLICY_CONSTRAINTS *, unsigned char **);
+
void *X509V3_set_ctx_nodb(X509V3_CTX *);
int i2d_GENERAL_NAMES(GENERAL_NAMES *, unsigned char **);