webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <x509.h>
Public Member Functions | |
STACK_OF (GENERAL_NAMES) *issuers | |
Public Attributes | |
X509_CRL_INFO * | crl |
X509_ALGOR * | sig_alg |
ASN1_BIT_STRING * | signature |
CRYPTO_refcount_t | references |
int | flags |
AUTHORITY_KEYID * | akid |
ISSUING_DIST_POINT * | idp |
int | idp_flags |
int | idp_reasons |
ASN1_INTEGER * | crl_number |
ASN1_INTEGER * | base_crl_number |
unsigned char | sha1_hash [SHA_DIGEST_LENGTH] |
const X509_CRL_METHOD * | meth |
void * | meth_data |
X509_crl_st::STACK_OF | ( | GENERAL_NAMES | ) |
AUTHORITY_KEYID* X509_crl_st::akid |
ASN1_INTEGER* X509_crl_st::base_crl_number |
X509_CRL_INFO* X509_crl_st::crl |
ASN1_INTEGER* X509_crl_st::crl_number |
int X509_crl_st::flags |
ISSUING_DIST_POINT* X509_crl_st::idp |
int X509_crl_st::idp_flags |
int X509_crl_st::idp_reasons |
const X509_CRL_METHOD* X509_crl_st::meth |
void* X509_crl_st::meth_data |
CRYPTO_refcount_t X509_crl_st::references |
unsigned char X509_crl_st::sha1_hash[SHA_DIGEST_LENGTH] |
X509_ALGOR* X509_crl_st::sig_alg |
ASN1_BIT_STRING* X509_crl_st::signature |