aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509v3.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-10-15 22:07:40 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-10-15 22:07:40 -0400
commit1e3e4a588b68b274eca26fe5b9ff8f6421311de2 (patch)
tree7c0a05fff0d5cf5f543a2b7bf856d0c39c91c835 /src/_cffi_src/openssl/x509v3.py
parentaf3ea78c9ad85cc0688797eb0da8f828812f3f49 (diff)
parentf115e0548001452de7d2ffc81fdbac1d5ec8b418 (diff)
downloadcryptography-1e3e4a588b68b274eca26fe5b9ff8f6421311de2.tar.gz
cryptography-1e3e4a588b68b274eca26fe5b9ff8f6421311de2.tar.bz2
cryptography-1e3e4a588b68b274eca26fe5b9ff8f6421311de2.zip
Merge pull request #2416 from etrauschke/d2i_bindings
add binding for d2i_GENERAL_NAMES()
Diffstat (limited to 'src/_cffi_src/openssl/x509v3.py')
-rw-r--r--src/_cffi_src/openssl/x509v3.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/x509v3.py b/src/_cffi_src/openssl/x509v3.py
index 84e49640..8e163dc2 100644
--- a/src/_cffi_src/openssl/x509v3.py
+++ b/src/_cffi_src/openssl/x509v3.py
@@ -202,6 +202,8 @@ void OTHERNAME_free(OTHERNAME *);
void *X509V3_set_ctx_nodb(X509V3_CTX *);
int i2d_GENERAL_NAMES(GENERAL_NAMES *, unsigned char **);
+GENERAL_NAMES *d2i_GENERAL_NAMES(GENERAL_NAMES **, const unsigned char **,
+ long);
int i2d_EXTENDED_KEY_USAGE(EXTENDED_KEY_USAGE *, unsigned char **);