webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
x509_crl_method_st Struct Reference

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)
 

Member Data Documentation

◆ crl_free

int(* x509_crl_method_st::crl_free) (X509_CRL *crl)

◆ crl_init

int(* x509_crl_method_st::crl_init) (X509_CRL *crl)

◆ crl_lookup

int(* x509_crl_method_st::crl_lookup) (X509_CRL *crl, X509_REVOKED **ret, ASN1_INTEGER *ser, X509_NAME *issuer)

◆ crl_verify

int(* x509_crl_method_st::crl_verify) (X509_CRL *crl, EVP_PKEY *pk)

◆ flags

int x509_crl_method_st::flags

The documentation for this struct was generated from the following file: