#include <asn1_locl.h>
Public Attributes | |
int | flags |
int(* | crl_init )(X509_CRL *crl) |
int(* | crl_free )(X509_CRL *crl) |
int(* | crl_lookup )(X509_CRL *crl, X509_REVOKED **ret, ASN1_INTEGER *ser, X509_NAME *issuer) |
int(* | crl_verify )(X509_CRL *crl, EVP_PKEY *pk) |
Definition at line 137 of file asn1_locl.h.
int(* x509_crl_method_st::crl_free)(X509_CRL *crl) |
Definition at line 141 of file asn1_locl.h.
int(* x509_crl_method_st::crl_init)(X509_CRL *crl) |
Definition at line 140 of file asn1_locl.h.
int(* x509_crl_method_st::crl_lookup)(X509_CRL *crl, X509_REVOKED **ret, ASN1_INTEGER *ser, X509_NAME *issuer) |
Definition at line 142 of file asn1_locl.h.
Definition at line 144 of file asn1_locl.h.
int x509_crl_method_st::flags |
Definition at line 139 of file asn1_locl.h.