From 010fa0b33169cfc9179bda29c34c05af80f78e27 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 21 Sep 2006 12:42:15 +0000 Subject: Tidy up CRL handling by checking for critical extensions when it is loaded. Add new function X509_CRL_get0_by_serial() to lookup a revoked entry to avoid the need to access the structure directly. Add new X509_CRL_METHOD to allow common CRL operations (verify, lookup) to be redirected. --- crypto/ossl_typ.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/ossl_typ.h') diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h index 5ebf0fab1c..b132405098 100644 --- a/crypto/ossl_typ.h +++ b/crypto/ossl_typ.h @@ -143,6 +143,8 @@ typedef struct ecdsa_method ECDSA_METHOD; typedef struct x509_st X509; typedef struct X509_algor_st X509_ALGOR; typedef struct X509_crl_st X509_CRL; +typedef struct x509_crl_method_st X509_CRL_METHOD; +typedef struct x509_revoked_st X509_REVOKED; typedef struct X509_name_st X509_NAME; typedef struct X509_pubkey_st X509_PUBKEY; typedef struct x509_store_st X509_STORE; -- cgit v1.2.3