aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509v3.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-08-08 17:42:04 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-08-08 17:42:04 -0400
commit8b4b4166d3214509d6776b040c2409369bfd3363 (patch)
tree1d6ecd6a75273c8cc2b8669305d89762452c73b1 /src/_cffi_src/openssl/x509v3.py
parent8c1c24ccbab627419c97ad8b39ece3f90b5b1b1a (diff)
parent34b5fc9d0cbc43fd4ada0f99133461bce552ee01 (diff)
downloadcryptography-8b4b4166d3214509d6776b040c2409369bfd3363.tar.gz
cryptography-8b4b4166d3214509d6776b040c2409369bfd3363.tar.bz2
cryptography-8b4b4166d3214509d6776b040c2409369bfd3363.zip
Merge pull request #2227 from reaperhulk/cp-bindings
more openssl bindings for encoding certificate policy structures
Diffstat (limited to 'src/_cffi_src/openssl/x509v3.py')
-rw-r--r--src/_cffi_src/openssl/x509v3.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/x509v3.py b/src/_cffi_src/openssl/x509v3.py
index 6e35dacc..84e49640 100644
--- a/src/_cffi_src/openssl/x509v3.py
+++ b/src/_cffi_src/openssl/x509v3.py
@@ -279,6 +279,7 @@ void sk_ASN1_INTEGER_free(Cryptography_STACK_OF_ASN1_INTEGER *);
int sk_ASN1_INTEGER_num(Cryptography_STACK_OF_ASN1_INTEGER *);
ASN1_INTEGER *sk_ASN1_INTEGER_value(Cryptography_STACK_OF_ASN1_INTEGER *, int);
int sk_ASN1_INTEGER_push(Cryptography_STACK_OF_ASN1_INTEGER *, ASN1_INTEGER *);
+Cryptography_STACK_OF_ASN1_INTEGER *sk_ASN1_INTEGER_new_null(void);
X509_EXTENSION *X509V3_EXT_i2d(int, int, void *);