Home | History | Annotate | Download | only in x509

Lines Matching refs:X509_CRL

585 	X509_CRL *crl = NULL;
615 static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify)
671 static int get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl,
672 X509_NAME *nm, STACK_OF(X509_CRL) *crls)
675 X509_CRL *crl, *best_crl = NULL;
701 static int get_crl(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509 *x)
704 X509_CRL *crl = NULL;
735 static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl)
803 static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x)
837 * This code accesses the X509_CRL structure directly: applications
1255 void X509_STORE_CTX_set0_crls(X509_STORE_CTX *ctx, STACK_OF(X509_CRL) *sk)