aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509.py
diff options
context:
space:
mode:
authorDominic Chen <d.c.ddcc@gmail.com>2018-03-05 16:17:17 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-03-05 17:17:17 -0400
commitaa877e1a6696fd4defbdf97ef114bdb2d4cd8a18 (patch)
tree3207c89f7415016d58c1ed8faa4d224a2cfb83c5 /src/_cffi_src/openssl/x509.py
parent37c6a80141fb77e5ade79d23e826f1d6c6f3a172 (diff)
downloadcryptography-aa877e1a6696fd4defbdf97ef114bdb2d4cd8a18.tar.gz
cryptography-aa877e1a6696fd4defbdf97ef114bdb2d4cd8a18.tar.bz2
cryptography-aa877e1a6696fd4defbdf97ef114bdb2d4cd8a18.zip
add X509_CRL_dup function (#4127)
Diffstat (limited to 'src/_cffi_src/openssl/x509.py')
-rw-r--r--src/_cffi_src/openssl/x509.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/x509.py b/src/_cffi_src/openssl/x509.py
index ea7b84b6..2b845118 100644
--- a/src/_cffi_src/openssl/x509.py
+++ b/src/_cffi_src/openssl/x509.py
@@ -144,6 +144,7 @@ X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *, int);
int X509_REVOKED_set_revocationDate(X509_REVOKED *, ASN1_TIME *);
X509_CRL *X509_CRL_new(void);
+X509_CRL *X509_CRL_dup(X509_CRL *);
X509_CRL *d2i_X509_CRL_bio(BIO *, X509_CRL **);
int X509_CRL_add0_revoked(X509_CRL *, X509_REVOKED *);
int X509_CRL_add_ext(X509_CRL *, X509_EXTENSION *, int);