From 8377504228b28282e5bd4080048d36055f93a75d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 29 Jan 2014 10:16:24 -0800 Subject: Expose this method because probably someone will need it eventually --- cryptography/hazmat/bindings/openssl/x509.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptography/hazmat/bindings/openssl/x509.py b/cryptography/hazmat/bindings/openssl/x509.py index d492ea01..e4021a12 100644 --- a/cryptography/hazmat/bindings/openssl/x509.py +++ b/cryptography/hazmat/bindings/openssl/x509.py @@ -166,6 +166,7 @@ int X509_set_serialNumber(X509 *, ASN1_INTEGER *); X509_STORE *X509_STORE_new(void); void X509_STORE_free(X509_STORE *); int X509_STORE_add_cert(X509_STORE *, X509 *); +int X509_verify_cert(X509_STORE_CTX *); """ MACROS = """ -- cgit v1.2.3