aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-23 21:28:42 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-23 21:28:42 -0600
commit44059d8562b9026b70089094adc0dfc25683ae38 (patch)
treef8d61e4abfed7822bd92ffc6e2486d6dc180d5de /src/_cffi_src/openssl/x509.py
parent8c52c203accd5fdb35fcdae33bbf3fa172c7879f (diff)
downloadcryptography-44059d8562b9026b70089094adc0dfc25683ae38.tar.gz
cryptography-44059d8562b9026b70089094adc0dfc25683ae38.tar.bz2
cryptography-44059d8562b9026b70089094adc0dfc25683ae38.zip
add binding for setting the revocation date of an X509_REVOKED
Diffstat (limited to 'src/_cffi_src/openssl/x509.py')
-rw-r--r--src/_cffi_src/openssl/x509.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/x509.py b/src/_cffi_src/openssl/x509.py
index 0fc49ac5..a08ef179 100644
--- a/src/_cffi_src/openssl/x509.py
+++ b/src/_cffi_src/openssl/x509.py
@@ -193,6 +193,8 @@ X509_EXTENSION *X509_REVOKED_get_ext(X509_REVOKED *, int);
int X509_REVOKED_add_ext(X509_REVOKED *, X509_EXTENSION*, int);
int X509_REVOKED_add1_ext_i2d(X509_REVOKED *, int, void *, int, unsigned long);
+int X509_REVOKED_set_revocationDate(X509_REVOKED *, ASN1_TIME *);
+
X509_CRL *X509_CRL_new(void);
X509_CRL *d2i_X509_CRL_bio(BIO *, X509_CRL **);
X509_EXTENSION *X509_CRL_get_ext(X509_CRL *, int);