From 89e726e2484222e017650686b5426b3ea6c77984 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 13 Aug 2014 14:06:18 -0700 Subject: Added d2i_PKCS7_bio to bindings --- cryptography/hazmat/bindings/openssl/pem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptography/hazmat/bindings/openssl/pem.py b/cryptography/hazmat/bindings/openssl/pem.py index e42fc6fe..752f1987 100644 --- a/cryptography/hazmat/bindings/openssl/pem.py +++ b/cryptography/hazmat/bindings/openssl/pem.py @@ -41,6 +41,7 @@ int i2d_PKCS8PrivateKey_bio(BIO *, EVP_PKEY *, const EVP_CIPHER *, int i2d_PKCS8PrivateKey_nid_bio(BIO *, EVP_PKEY *, int, char *, int, pem_password_cb *, void *); +PKCS7 *d2i_PKCS7_bio(BIO *, PKCS7 **); EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *, EVP_PKEY **, pem_password_cb *, void *); -- cgit v1.2.3