Symbol: X509_CRL
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1967
STACK_OF(X509_CRL) *signerRevoked = NULL;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1968
STACK_OF(X509_CRL) *revoked = NULL;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2149
X509_CRL *crl = sk_X509_CRL_value(revoked, i);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5006
STACK_OF(X509_CRL) *ca_crls = NULL;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5089
X509_CRL *x = sk_X509_CRL_value(ca_crls, j);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
80
STACK_OF(X509_CRL) *revoked; /* available crls */
crypto/openssl/apps/ca.c
324
X509_CRL *crl = NULL;
crypto/openssl/apps/cmp.c
1133
X509_CRL *crl;
crypto/openssl/apps/cmp.c
2435
static int write_crl(BIO *bio, X509_CRL *crl)
crypto/openssl/apps/cmp.c
2494
static int save_crl(X509_CRL *crl,
crypto/openssl/apps/cmp.c
2556
static int save_crl_or_delete(X509_CRL *crl, const char *file, const char *desc)
crypto/openssl/apps/cmp.c
3528
X509_CRL *oldcrl = NULL, *crl = NULL;
crypto/openssl/apps/crl.c
102
X509_CRL *x = NULL;
crypto/openssl/apps/crl.c
283
X509_CRL *newcrl, *delta;
crypto/openssl/apps/crl2pkcs7.c
61
STACK_OF(X509_CRL) *crl_stack = NULL;
crypto/openssl/apps/crl2pkcs7.c
62
X509_CRL *crl = NULL;
crypto/openssl/apps/include/apps.h
127
X509_CRL *load_crl(const char *uri, int format, int maybe_stdin,
crypto/openssl/apps/include/apps.h
152
int load_crls(const char *uri, STACK_OF(X509_CRL) **crls,
crypto/openssl/apps/include/apps.h
159
X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls);
crypto/openssl/apps/include/apps.h
271
int do_X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const char *md,
crypto/openssl/apps/include/apps.h
90
int set_crl_lastupdate(X509_CRL *crl, const char *lastupdate);
crypto/openssl/apps/include/apps.h
91
int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate,
crypto/openssl/apps/include/cmp_mock_srv.h
28
int ossl_cmp_mock_srv_set1_crlOut(OSSL_CMP_SRV_CTX *srv_ctx, X509_CRL *crl);
crypto/openssl/apps/include/s_apps.h
77
int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls,
crypto/openssl/apps/include/s_apps.h
82
const char *chCAstore, STACK_OF(X509_CRL) *crls,
crypto/openssl/apps/lib/apps.c
2378
int do_X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const char *md,
crypto/openssl/apps/lib/apps.c
2451
static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp)
crypto/openssl/apps/lib/apps.c
2471
static STACK_OF(X509_CRL) *crls_http_cb(const X509_STORE_CTX *ctx,
crypto/openssl/apps/lib/apps.c
2475
STACK_OF(X509_CRL) *crls = NULL;
crypto/openssl/apps/lib/apps.c
2476
X509_CRL *crl;
crypto/openssl/apps/lib/apps.c
3344
int set_crl_lastupdate(X509_CRL *crl, const char *lastupdate)
crypto/openssl/apps/lib/apps.c
3369
int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate,
crypto/openssl/apps/lib/apps.c
462
X509_CRL *load_crl(const char *uri, int format, int maybe_stdin,
crypto/openssl/apps/lib/apps.c
465
X509_CRL *crl = NULL;
crypto/openssl/apps/lib/apps.c
832
int load_crls(const char *uri, STACK_OF(X509_CRL) **crls,
crypto/openssl/apps/lib/apps.c
901
X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls)
crypto/openssl/apps/lib/cmp_mock_srv.c
110
X509_CRL *crl)
crypto/openssl/apps/lib/cmp_mock_srv.c
24
X509_CRL *crlOut; /* CRL to be returned in genp for crls */
crypto/openssl/apps/lib/cmp_mock_srv.c
460
const X509_CRL *crl)
crypto/openssl/apps/lib/s_cb.c
1369
static int add_crls_store(X509_STORE *st, STACK_OF(X509_CRL) *crls)
crypto/openssl/apps/lib/s_cb.c
1371
X509_CRL *crl;
crypto/openssl/apps/lib/s_cb.c
1382
int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls, int crl_download)
crypto/openssl/apps/lib/s_cb.c
1398
STACK_OF(X509_CRL) *crls, int crl_download)
crypto/openssl/apps/pkcs7.c
160
STACK_OF(X509_CRL) *crls = NULL;
crypto/openssl/apps/pkcs7.c
196
X509_CRL *crl;
crypto/openssl/apps/s_client.c
1852
X509_CRL *crl;
crypto/openssl/apps/s_client.c
944
STACK_OF(X509_CRL) *crls = NULL;
crypto/openssl/apps/s_server.c
1119
STACK_OF(X509_CRL) *crls = NULL;
crypto/openssl/apps/s_server.c
1959
X509_CRL *crl;
crypto/openssl/apps/verify.c
24
STACK_OF(X509_CRL) *crls, int show_chain,
crypto/openssl/apps/verify.c
261
STACK_OF(X509_CRL) *crls, int show_chain,
crypto/openssl/apps/verify.c
94
STACK_OF(X509_CRL) *crls = NULL;
crypto/openssl/crypto/asn1/asn1_item_list.h
160
ASN1_ITEM_ref(X509_CRL),
crypto/openssl/crypto/cmp/cmp_asn.c
128
ASN1_SEQUENCE_OF_OPT(OSSL_CMP_ITAV, infoValue.crls, X509_CRL))
crypto/openssl/crypto/cmp/cmp_asn.c
682
OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_create(const X509_CRL *crl,
crypto/openssl/crypto/cmp/cmp_asn.c
785
OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_crls(const X509_CRL *crl)
crypto/openssl/crypto/cmp/cmp_asn.c
788
X509_CRL *crl_copy = NULL;
crypto/openssl/crypto/cmp/cmp_asn.c
789
STACK_OF(X509_CRL) *crls = NULL;
crypto/openssl/crypto/cmp/cmp_asn.c
813
int OSSL_CMP_ITAV_get0_crls(const OSSL_CMP_ITAV *itav, STACK_OF(X509_CRL) **out)
crypto/openssl/crypto/cmp/cmp_asn.c
86
ASN1_OPT(OSSL_CMP_ITAV, infoValue.currentCRL, X509_CRL)),
crypto/openssl/crypto/cmp/cmp_asn.c
912
ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_REVREPCONTENT, crls, X509_CRL, 1)
crypto/openssl/crypto/cmp/cmp_asn.c
996
OSSL_CMP_CRLANNCONTENT, X509_CRL)
crypto/openssl/crypto/cmp/cmp_genm.c
346
const X509_CRL *last_crl,
crypto/openssl/crypto/cmp/cmp_genm.c
347
X509_CRL **crl)
crypto/openssl/crypto/cmp/cmp_genm.c
352
STACK_OF(X509_CRL) *crls = NULL;
crypto/openssl/crypto/cmp/cmp_local.h
272
X509_CRL *currentCRL;
crypto/openssl/crypto/cmp/cmp_local.h
302
STACK_OF(X509_CRL) *crls;
crypto/openssl/crypto/cmp/cmp_local.h
379
STACK_OF(X509_CRL) *crls;
crypto/openssl/crypto/cmp/cmp_local.h
559
typedef STACK_OF(X509_CRL) OSSL_CMP_CRLANNCONTENT;
crypto/openssl/crypto/cms/cms_asn1.c
66
= { ASN1_SIMPLE(CMS_RevocationInfoChoice, d.crl, X509_CRL), ASN1_IMP(CMS_RevocationInfoChoice, d.other, CMS_OtherRevocationInfoFormat, 1) } ASN1_CHOICE_END(CMS_RevocationInfoChoice)
crypto/openssl/crypto/cms/cms_lib.c
619
int CMS_add0_crl(CMS_ContentInfo *cms, X509_CRL *crl)
crypto/openssl/crypto/cms/cms_lib.c
630
int CMS_add1_crl(CMS_ContentInfo *cms, X509_CRL *crl)
crypto/openssl/crypto/cms/cms_lib.c
685
STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms)
crypto/openssl/crypto/cms/cms_lib.c
687
STACK_OF(X509_CRL) *crls = NULL;
crypto/openssl/crypto/cms/cms_lib.c
698
int ossl_cms_get1_crls_ex(CMS_ContentInfo *cms, STACK_OF(X509_CRL) **crls)
crypto/openssl/crypto/cms/cms_local.h
295
X509_CRL *crl;
crypto/openssl/crypto/cms/cms_local.h
489
int ossl_cms_get1_crls_ex(CMS_ContentInfo *cms, STACK_OF(X509_CRL) **crls);
crypto/openssl/crypto/cms/cms_sd.c
1123
STACK_OF(X509) *extra, STACK_OF(X509_CRL) *crls,
crypto/openssl/crypto/cms/cms_smime.c
264
STACK_OF(X509_CRL) *crls,
crypto/openssl/crypto/cms/cms_smime.c
311
STACK_OF(X509_CRL) *crls = NULL;
crypto/openssl/crypto/pem/pem_all.c
40
IMPLEMENT_PEM_rw(X509_CRL, X509_CRL, PEM_STRING_X509_CRL, X509_CRL)
crypto/openssl/crypto/pkcs12/p12_sbag.c
104
X509_CRL *PKCS12_SAFEBAG_get1_crl(const PKCS12_SAFEBAG *bag)
crypto/openssl/crypto/pkcs12/p12_sbag.c
111
ASN1_ITEM_rptr(X509_CRL));
crypto/openssl/crypto/pkcs12/p12_sbag.c
132
X509_CRL *PKCS12_SAFEBAG_get1_crl_ex(const PKCS12_SAFEBAG *bag,
crypto/openssl/crypto/pkcs12/p12_sbag.c
135
X509_CRL *ret = NULL;
crypto/openssl/crypto/pkcs12/p12_sbag.c
142
ASN1_ITEM_rptr(X509_CRL), libctx, propq);
crypto/openssl/crypto/pkcs12/p12_sbag.c
156
PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_crl(X509_CRL *crl)
crypto/openssl/crypto/pkcs12/p12_sbag.c
158
return PKCS12_item_pack_safebag(crl, ASN1_ITEM_rptr(X509_CRL),
crypto/openssl/crypto/pkcs7/pk7_asn1.c
129
ASN1_IMP_SET_OF_OPT(PKCS7_SIGNED, crl, X509_CRL, 1),
crypto/openssl/crypto/pkcs7/pk7_asn1.c
212
ASN1_IMP_SET_OF_OPT(PKCS7_SIGN_ENVELOPE, crl, X509_CRL, 1),
crypto/openssl/crypto/pkcs7/pk7_doit.c
1018
STACK_OF(X509_CRL) *crls;
crypto/openssl/crypto/pkcs7/pk7_lib.c
278
int PKCS7_add_crl(PKCS7 *p7, X509_CRL *crl)
crypto/openssl/crypto/pkcs7/pk7_lib.c
281
STACK_OF(X509_CRL) **sk;
crypto/openssl/crypto/store/store_lib.c
688
OSSL_STORE_INFO *OSSL_STORE_INFO_new_CRL(X509_CRL *crl)
crypto/openssl/crypto/store/store_lib.c
814
X509_CRL *OSSL_STORE_INFO_get0_CRL(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
821
X509_CRL *OSSL_STORE_INFO_get1_CRL(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_local.h
40
X509_CRL *crl; /* when type == OSSL_STORE_INFO_CRL */
crypto/openssl/crypto/store/store_result.c
525
X509_CRL *crl;
crypto/openssl/crypto/x509/by_dir.c
229
X509_CRL crl;
crypto/openssl/crypto/x509/by_file.c
176
X509_CRL *x = NULL;
crypto/openssl/crypto/x509/t_crl.c
19
int X509_CRL_print_fp(FILE *fp, X509_CRL *x)
crypto/openssl/crypto/x509/t_crl.c
35
int X509_CRL_print(BIO *out, X509_CRL *x)
crypto/openssl/crypto/x509/t_crl.c
40
int X509_CRL_print_ex(BIO *out, X509_CRL *x, unsigned long nmflag)
crypto/openssl/crypto/x509/v3_conf.c
370
X509_CRL *crl)
crypto/openssl/crypto/x509/v3_conf.c
462
X509_CRL *crl, int flags)
crypto/openssl/crypto/x509/v3_conf.c
570
const char *section, X509_CRL *crl)
crypto/openssl/crypto/x509/x509_cmp.c
546
int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags)
crypto/openssl/crypto/x509/x509_cmp.c
562
int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags)
crypto/openssl/crypto/x509/x509_cmp.c
82
int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b)
crypto/openssl/crypto/x509/x509_cmp.c
87
int X509_CRL_match(const X509_CRL *a, const X509_CRL *b)
crypto/openssl/crypto/x509/x509_ext.c
19
int X509_CRL_get_ext_count(const X509_CRL *x)
crypto/openssl/crypto/x509/x509_ext.c
24
int X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid, int lastpos)
crypto/openssl/crypto/x509/x509_ext.c
29
int X509_CRL_get_ext_by_OBJ(const X509_CRL *x, const ASN1_OBJECT *obj,
crypto/openssl/crypto/x509/x509_ext.c
35
int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos)
crypto/openssl/crypto/x509/x509_ext.c
40
X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc)
crypto/openssl/crypto/x509/x509_ext.c
57
X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc)
crypto/openssl/crypto/x509/x509_ext.c
62
void *X509_CRL_get_ext_d2i(const X509_CRL *x, int nid, int *crit, int *idx)
crypto/openssl/crypto/x509/x509_ext.c
67
int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit,
crypto/openssl/crypto/x509/x509_ext.c
73
int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/x509/x509_local.h
133
int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
crypto/openssl/crypto/x509/x509_local.h
135
int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl);
crypto/openssl/crypto/x509/x509_local.h
137
int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x);
crypto/openssl/crypto/x509/x509_local.h
143
STACK_OF(X509_CRL) *(*lookup_crls)(const X509_STORE_CTX *ctx,
crypto/openssl/crypto/x509/x509_local.h
67
int (*crl_init)(X509_CRL *crl);
crypto/openssl/crypto/x509/x509_local.h
68
int (*crl_free)(X509_CRL *crl);
crypto/openssl/crypto/x509/x509_local.h
69
int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
crypto/openssl/crypto/x509/x509_local.h
71
int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk);
crypto/openssl/crypto/x509/x509_lu.c
399
obj->data.crl = (X509_CRL *)x;
crypto/openssl/crypto/x509/x509_lu.c
438
int X509_STORE_add_crl(X509_STORE *xs, X509_CRL *x)
crypto/openssl/crypto/x509/x509_lu.c
467
X509_CRL *X509_OBJECT_get0_X509_CRL(const X509_OBJECT *a)
crypto/openssl/crypto/x509/x509_lu.c
516
int X509_OBJECT_set1_X509_CRL(X509_OBJECT *a, X509_CRL *obj)
crypto/openssl/crypto/x509/x509_lu.c
539
X509_CRL crl_s;
crypto/openssl/crypto/x509/x509_lu.c
703
STACK_OF(X509_CRL) *X509_STORE_CTX_get1_crls(const X509_STORE_CTX *ctx,
crypto/openssl/crypto/x509/x509_lu.c
707
STACK_OF(X509_CRL) *sk;
crypto/openssl/crypto/x509/x509_lu.c
708
X509_CRL *x;
crypto/openssl/crypto/x509/x509_vfy.c
1067
X509_CRL *crl = NULL, *dcrl = NULL;
crypto/openssl/crypto/x509/x509_vfy.c
1149
static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify)
crypto/openssl/crypto/x509/x509_vfy.c
1200
static int get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_CRL **pdcrl,
crypto/openssl/crypto/x509/x509_vfy.c
1202
STACK_OF(X509_CRL) *crls)
crypto/openssl/crypto/x509/x509_vfy.c
1207
X509_CRL *crl, *best_crl = NULL;
crypto/openssl/crypto/x509/x509_vfy.c
1260
static int crl_extension_match(X509_CRL *a, X509_CRL *b, int nid)
crypto/openssl/crypto/x509/x509_vfy.c
1289
static int check_delta_base(X509_CRL *delta, X509_CRL *base)
crypto/openssl/crypto/x509/x509_vfy.c
1320
static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pscore,
crypto/openssl/crypto/x509/x509_vfy.c
1321
X509_CRL *base, STACK_OF(X509_CRL) *crls)
crypto/openssl/crypto/x509/x509_vfy.c
1323
X509_CRL *delta;
crypto/openssl/crypto/x509/x509_vfy.c
1357
unsigned int *preasons, X509_CRL *crl, X509 *x)
crypto/openssl/crypto/x509/x509_vfy.c
1415
static void crl_akid_check(X509_STORE_CTX *ctx, X509_CRL *crl,
crypto/openssl/crypto/x509/x509_vfy.c
1583
static int crldp_check_crlissuer(DIST_POINT *dp, X509_CRL *crl, int crl_score)
crypto/openssl/crypto/x509/x509_vfy.c
1603
static int crl_crldp_check(X509 *x, X509_CRL *crl, int crl_score,
crypto/openssl/crypto/x509/x509_vfy.c
1638
X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x)
crypto/openssl/crypto/x509/x509_vfy.c
1644
X509_CRL *crl = NULL, *dcrl = NULL;
crypto/openssl/crypto/x509/x509_vfy.c
1645
STACK_OF(X509_CRL) *skcrl;
crypto/openssl/crypto/x509/x509_vfy.c
1679
static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl)
crypto/openssl/crypto/x509/x509_vfy.c
1746
static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x)
crypto/openssl/crypto/x509/x509_vfy.c
2181
X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
crypto/openssl/crypto/x509/x509_vfy.c
2184
X509_CRL *crl = NULL;
crypto/openssl/crypto/x509/x509_vfy.c
2359
X509_CRL *X509_STORE_CTX_get0_current_crl(const X509_STORE_CTX *ctx)
crypto/openssl/crypto/x509/x509_vfy.c
2379
void X509_STORE_CTX_set0_crls(X509_STORE_CTX *ctx, STACK_OF(X509_CRL) *sk)
crypto/openssl/crypto/x509/x509_vfy.c
67
unsigned int *preasons, X509_CRL *crl, X509 *x);
crypto/openssl/crypto/x509/x509_vfy.c
69
X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x);
crypto/openssl/crypto/x509/x509_vfy.c
70
static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl,
crypto/openssl/crypto/x509/x509_vfy.c
71
int *pcrl_score, X509_CRL *base,
crypto/openssl/crypto/x509/x509_vfy.c
72
STACK_OF(X509_CRL) *crls);
crypto/openssl/crypto/x509/x509_vfy.c
73
static void crl_akid_check(X509_STORE_CTX *ctx, X509_CRL *crl, X509 **pissuer,
crypto/openssl/crypto/x509/x509_vfy.c
75
static int crl_crldp_check(X509 *x, X509_CRL *crl, int crl_score,
crypto/openssl/crypto/x509/x509cset.c
102
ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)
crypto/openssl/crypto/x509/x509cset.c
107
ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)
crypto/openssl/crypto/x509/x509cset.c
113
X509_NAME *X509_CRL_get_issuer(const X509_CRL *crl)
crypto/openssl/crypto/x509/x509cset.c
118
const STACK_OF(X509_EXTENSION) *X509_CRL_get0_extensions(const X509_CRL *crl)
crypto/openssl/crypto/x509/x509cset.c
123
STACK_OF(X509_REVOKED) *X509_CRL_get_REVOKED(X509_CRL *crl)
crypto/openssl/crypto/x509/x509cset.c
128
void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig,
crypto/openssl/crypto/x509/x509cset.c
137
int X509_CRL_get_signature_nid(const X509_CRL *crl)
crypto/openssl/crypto/x509/x509cset.c
176
int i2d_re_X509_CRL_tbs(X509_CRL *crl, unsigned char **pp)
crypto/openssl/crypto/x509/x509cset.c
19
int X509_CRL_set_version(X509_CRL *x, long version)
crypto/openssl/crypto/x509/x509cset.c
33
int X509_CRL_set_issuer_name(X509_CRL *x, const X509_NAME *name)
crypto/openssl/crypto/x509/x509cset.c
43
int X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm)
crypto/openssl/crypto/x509/x509cset.c
50
int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm)
crypto/openssl/crypto/x509/x509cset.c
57
int X509_CRL_sort(X509_CRL *c)
crypto/openssl/crypto/x509/x509cset.c
74
int X509_CRL_up_ref(X509_CRL *crl)
crypto/openssl/crypto/x509/x509cset.c
86
long X509_CRL_get_version(const X509_CRL *crl)
crypto/openssl/crypto/x509/x509cset.c
91
const ASN1_TIME *X509_CRL_get0_lastUpdate(const X509_CRL *crl)
crypto/openssl/crypto/x509/x509cset.c
96
const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl)
crypto/openssl/crypto/x509/x_all.c
119
size_t max_resp_len = (it == ASN1_ITEM_rptr(X509_CRL)) ? OSSL_HTTP_DEFAULT_MAX_CRL_LEN : OSSL_HTTP_DEFAULT_MAX_RESP_LEN;
crypto/openssl/crypto/x509/x_all.c
164
int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md)
crypto/openssl/crypto/x509/x_all.c
176
int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx)
crypto/openssl/crypto/x509/x_all.c
188
X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout)
crypto/openssl/crypto/x509/x_all.c
190
return (X509_CRL *)simple_get_asn1(url, bio, rbio, timeout,
crypto/openssl/crypto/x509/x_all.c
191
ASN1_ITEM_rptr(X509_CRL));
crypto/openssl/crypto/x509/x_all.c
238
X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl)
crypto/openssl/crypto/x509/x_all.c
240
return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl);
crypto/openssl/crypto/x509/x_all.c
243
int i2d_X509_CRL_fp(FILE *fp, const X509_CRL *crl)
crypto/openssl/crypto/x509/x_all.c
245
return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl);
crypto/openssl/crypto/x509/x_all.c
249
X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl)
crypto/openssl/crypto/x509/x_all.c
251
return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509_CRL), bp, crl);
crypto/openssl/crypto/x509/x_all.c
254
int i2d_X509_CRL_bio(BIO *bp, const X509_CRL *crl)
crypto/openssl/crypto/x509/x_all.c
256
return ASN1_item_i2d_bio(ASN1_ITEM_rptr(X509_CRL), bp, crl);
crypto/openssl/crypto/x509/x_all.c
608
int X509_CRL_digest(const X509_CRL *data, const EVP_MD *type,
crypto/openssl/crypto/x509/x_all.c
624
return ossl_asn1_item_digest_ex(ASN1_ITEM_rptr(X509_CRL), type, (char *)data,
crypto/openssl/crypto/x509/x_crl.c
158
X509_CRL *crl = (X509_CRL *)*pval;
crypto/openssl/crypto/x509/x_crl.c
20
static int setup_idp(X509_CRL *crl, ISSUING_DIST_POINT *idp);
crypto/openssl/crypto/x509/x_crl.c
272
X509_CRL *old = exarg;
crypto/openssl/crypto/x509/x_crl.c
28
static int def_crl_verify(X509_CRL *crl, EVP_PKEY *r);
crypto/openssl/crypto/x509/x_crl.c
283
static int setup_idp(X509_CRL *crl, ISSUING_DIST_POINT *idp)
crypto/openssl/crypto/x509/x_crl.c
29
static int def_crl_lookup(X509_CRL *crl,
crypto/openssl/crypto/x509/x_crl.c
331
ASN1_SEQUENCE_ref(X509_CRL, crl_cb) = {
crypto/openssl/crypto/x509/x_crl.c
332
ASN1_EMBED(X509_CRL, crl, X509_CRL_INFO),
crypto/openssl/crypto/x509/x_crl.c
333
ASN1_EMBED(X509_CRL, sig_alg, X509_ALGOR),
crypto/openssl/crypto/x509/x_crl.c
334
ASN1_EMBED(X509_CRL, signature, ASN1_BIT_STRING)
crypto/openssl/crypto/x509/x_crl.c
335
} ASN1_SEQUENCE_END_ref(X509_CRL, X509_CRL)
crypto/openssl/crypto/x509/x_crl.c
343
IMPLEMENT_ASN1_FUNCTIONS(X509_CRL)
crypto/openssl/crypto/x509/x_crl.c
345
IMPLEMENT_ASN1_DUP_FUNCTION(X509_CRL)
crypto/openssl/crypto/x509/x_crl.c
354
X509_CRL *X509_CRL_new_ex(OSSL_LIB_CTX *libctx, const char *propq)
crypto/openssl/crypto/x509/x_crl.c
356
X509_CRL *crl = NULL;
crypto/openssl/crypto/x509/x_crl.c
358
crl = (X509_CRL *)ASN1_item_new((X509_CRL_it()));
crypto/openssl/crypto/x509/x_crl.c
366
int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev)
crypto/openssl/crypto/x509/x_crl.c
381
int X509_CRL_verify(X509_CRL *crl, EVP_PKEY *r)
crypto/openssl/crypto/x509/x_crl.c
388
int X509_CRL_get0_by_serial(X509_CRL *crl,
crypto/openssl/crypto/x509/x_crl.c
396
int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x)
crypto/openssl/crypto/x509/x_crl.c
405
static int def_crl_verify(X509_CRL *crl, EVP_PKEY *r)
crypto/openssl/crypto/x509/x_crl.c
412
static int crl_revoked_issuer_match(X509_CRL *crl, const X509_NAME *nm,
crypto/openssl/crypto/x509/x_crl.c
438
static int def_crl_lookup(X509_CRL *crl,
crypto/openssl/crypto/x509/x_crl.c
486
X509_CRL_METHOD *X509_CRL_METHOD_new(int (*crl_init)(X509_CRL *crl),
crypto/openssl/crypto/x509/x_crl.c
487
int (*crl_free)(X509_CRL *crl),
crypto/openssl/crypto/x509/x_crl.c
488
int (*crl_lookup)(X509_CRL *crl,
crypto/openssl/crypto/x509/x_crl.c
492
int (*crl_verify)(X509_CRL *crl,
crypto/openssl/crypto/x509/x_crl.c
514
void X509_CRL_set_meth_data(X509_CRL *crl, void *dat)
crypto/openssl/crypto/x509/x_crl.c
519
void *X509_CRL_get_meth_data(X509_CRL *crl)
crypto/openssl/crypto/x509/x_crl.c
524
int ossl_x509_crl_set0_libctx(X509_CRL *x, OSSL_LIB_CTX *libctx,
crypto/openssl/crypto/x509/x_crl.c
81
static int crl_set_issuers(X509_CRL *crl)
crypto/openssl/engines/e_loader_attic.c
818
X509_CRL *crl = NULL;
crypto/openssl/fuzz/asn1.c
186
ASN1_ITEM_ref(X509_CRL),
crypto/openssl/fuzz/crl.c
29
X509_CRL *crl = d2i_X509_CRL(NULL, &p, len);
crypto/openssl/fuzz/x509.c
44
X509_CRL *crl = NULL;
crypto/openssl/fuzz/x509.c
45
STACK_OF(X509_CRL) *crls = NULL;
crypto/openssl/include/crypto/x509.h
223
STACK_OF(X509_CRL) *crls;
crypto/openssl/include/crypto/x509.h
239
int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
crypto/openssl/include/crypto/x509.h
241
int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl);
crypto/openssl/include/crypto/x509.h
243
int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x);
crypto/openssl/include/crypto/x509.h
249
STACK_OF(X509_CRL) *(*lookup_crls)(const X509_STORE_CTX *ctx,
crypto/openssl/include/crypto/x509.h
270
X509_CRL *current_crl;
crypto/openssl/include/crypto/x509.h
308
X509_CRL *crl;
crypto/openssl/include/crypto/x509.h
319
int ossl_x509_crl_set0_libctx(X509_CRL *x, OSSL_LIB_CTX *libctx,
crypto/openssl/include/openssl/cmp.h
456
OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_create(const X509_CRL *crl,
crypto/openssl/include/openssl/cmp.h
469
OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_crls(const X509_CRL *crls);
crypto/openssl/include/openssl/cmp.h
470
int OSSL_CMP_ITAV_get0_crls(const OSSL_CMP_ITAV *it, STACK_OF(X509_CRL) **out);
crypto/openssl/include/openssl/cmp.h
731
const X509_CRL *last_crl,
crypto/openssl/include/openssl/cmp.h
732
X509_CRL **crl);
crypto/openssl/include/openssl/cms.h
379
int CMS_add0_crl(CMS_ContentInfo *cms, X509_CRL *crl);
crypto/openssl/include/openssl/cms.h
380
int CMS_add1_crl(CMS_ContentInfo *cms, X509_CRL *crl);
crypto/openssl/include/openssl/cms.h
381
STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms);
crypto/openssl/include/openssl/cms.h
407
STACK_OF(X509) *extra, STACK_OF(X509_CRL) *crls,
crypto/openssl/include/openssl/pem.h
450
DECLARE_PEM_rw(X509_CRL, X509_CRL)
crypto/openssl/include/openssl/pkcs12.h
143
X509_CRL *PKCS12_SAFEBAG_get1_crl_ex(const PKCS12_SAFEBAG *bag, OSSL_LIB_CTX *libctx, const char *propq);
crypto/openssl/include/openssl/pkcs12.h
144
X509_CRL *PKCS12_SAFEBAG_get1_crl(const PKCS12_SAFEBAG *bag);
crypto/openssl/include/openssl/pkcs12.h
151
PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_crl(X509_CRL *crl);
crypto/openssl/include/openssl/pkcs7.h
142
STACK_OF(X509_CRL) *crl; /* [ 1 ] */ /* name should be 'crls' */
crypto/openssl/include/openssl/pkcs7.h
169
STACK_OF(X509_CRL) *crl; /* [ 1 ] */ /* name should be 'crls' */
crypto/openssl/include/openssl/pkcs7.h
353
int PKCS7_add_crl(PKCS7 *p7, X509_CRL *crl);
crypto/openssl/include/openssl/store.h
178
OSSL_STORE_INFO *OSSL_STORE_INFO_new_CRL(X509_CRL *crl);
crypto/openssl/include/openssl/store.h
197
X509_CRL *OSSL_STORE_INFO_get0_CRL(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
198
X509_CRL *OSSL_STORE_INFO_get1_CRL(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/x509.h
1012
int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b);
crypto/openssl/include/openssl/x509.h
1013
int X509_CRL_match(const X509_CRL *a, const X509_CRL *b);
crypto/openssl/include/openssl/x509.h
1019
int X509_CRL_print_fp(FILE *bp, X509_CRL *x);
crypto/openssl/include/openssl/x509.h
1032
int X509_CRL_print_ex(BIO *out, X509_CRL *x, unsigned long nmflag);
crypto/openssl/include/openssl/x509.h
1033
int X509_CRL_print(BIO *bp, X509_CRL *x);
crypto/openssl/include/openssl/x509.h
1111
int X509_CRL_get_ext_count(const X509_CRL *x);
crypto/openssl/include/openssl/x509.h
1112
int X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid, int lastpos);
crypto/openssl/include/openssl/x509.h
1113
int X509_CRL_get_ext_by_OBJ(const X509_CRL *x, const ASN1_OBJECT *obj,
crypto/openssl/include/openssl/x509.h
1115
int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos);
crypto/openssl/include/openssl/x509.h
1116
X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc);
crypto/openssl/include/openssl/x509.h
1117
X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc);
crypto/openssl/include/openssl/x509.h
1118
int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/x509.h
1119
void *X509_CRL_get_ext_d2i(const X509_CRL *x, int nid, int *crit, int *idx);
crypto/openssl/include/openssl/x509.h
1120
int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit,
crypto/openssl/include/openssl/x509.h
133
SKM_DEFINE_STACK_OF_INTERNAL(X509_CRL, X509_CRL, X509_CRL)
crypto/openssl/include/openssl/x509.h
135
#define sk_X509_CRL_value(sk, idx) ((X509_CRL *)OPENSSL_sk_value(ossl_check_const_X509_CRL_sk_type(sk), (idx)))
crypto/openssl/include/openssl/x509.h
136
#define sk_X509_CRL_new(cmp) ((STACK_OF(X509_CRL) *)OPENSSL_sk_new(ossl_check_X509_CRL_compfunc_type(cmp)))
crypto/openssl/include/openssl/x509.h
137
#define sk_X509_CRL_new_null() ((STACK_OF(X509_CRL) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/x509.h
138
#define sk_X509_CRL_new_reserve(cmp, n) ((STACK_OF(X509_CRL) *)OPENSSL_sk_new_reserve(ossl_check_X509_CRL_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/x509.h
142
#define sk_X509_CRL_delete(sk, i) ((X509_CRL *)OPENSSL_sk_delete(ossl_check_X509_CRL_sk_type(sk), (i)))
crypto/openssl/include/openssl/x509.h
143
#define sk_X509_CRL_delete_ptr(sk, ptr) ((X509_CRL *)OPENSSL_sk_delete_ptr(ossl_check_X509_CRL_sk_type(sk), ossl_check_X509_CRL_type(ptr)))
crypto/openssl/include/openssl/x509.h
146
#define sk_X509_CRL_pop(sk) ((X509_CRL *)OPENSSL_sk_pop(ossl_check_X509_CRL_sk_type(sk)))
crypto/openssl/include/openssl/x509.h
147
#define sk_X509_CRL_shift(sk) ((X509_CRL *)OPENSSL_sk_shift(ossl_check_X509_CRL_sk_type(sk)))
crypto/openssl/include/openssl/x509.h
150
#define sk_X509_CRL_set(sk, idx, ptr) ((X509_CRL *)OPENSSL_sk_set(ossl_check_X509_CRL_sk_type(sk), (idx), ossl_check_X509_CRL_type(ptr)))
crypto/openssl/include/openssl/x509.h
156
#define sk_X509_CRL_dup(sk) ((STACK_OF(X509_CRL) *)OPENSSL_sk_dup(ossl_check_const_X509_CRL_sk_type(sk)))
crypto/openssl/include/openssl/x509.h
157
#define sk_X509_CRL_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(X509_CRL) *)OPENSSL_sk_deep_copy(ossl_check_const_X509_CRL_sk_type(sk), ossl_check_X509_CRL_copyfunc_type(copyfunc), ossl_check_X509_CRL_freefunc_type(freefunc)))
crypto/openssl/include/openssl/x509.h
389
X509_CRL *crl;
crypto/openssl/include/openssl/x509.h
509
X509_CRL_METHOD *X509_CRL_METHOD_new(int (*crl_init)(X509_CRL *crl),
crypto/openssl/include/openssl/x509.h
510
int (*crl_free)(X509_CRL *crl),
crypto/openssl/include/openssl/x509.h
511
int (*crl_lookup)(X509_CRL *crl,
crypto/openssl/include/openssl/x509.h
515
int (*crl_verify)(X509_CRL *crl,
crypto/openssl/include/openssl/x509.h
519
void X509_CRL_set_meth_data(X509_CRL *crl, void *dat);
crypto/openssl/include/openssl/x509.h
520
void *X509_CRL_get_meth_data(X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
530
int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r);
crypto/openssl/include/openssl/x509.h
548
int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md);
crypto/openssl/include/openssl/x509.h
549
int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx);
crypto/openssl/include/openssl/x509.h
558
int X509_CRL_digest(const X509_CRL *data, const EVP_MD *type,
crypto/openssl/include/openssl/x509.h
566
X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
crypto/openssl/include/openssl/x509.h
572
OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL))
crypto/openssl/include/openssl/x509.h
578
X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl);
crypto/openssl/include/openssl/x509.h
579
int i2d_X509_CRL_fp(FILE *fp, const X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
626
X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl);
crypto/openssl/include/openssl/x509.h
627
int i2d_X509_CRL_bio(BIO *bp, const X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
676
DECLARE_ASN1_DUP_FUNCTION(X509_CRL)
crypto/openssl/include/openssl/x509.h
799
DECLARE_ASN1_FUNCTIONS(X509_CRL)
crypto/openssl/include/openssl/x509.h
800
X509_CRL *X509_CRL_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
crypto/openssl/include/openssl/x509.h
802
int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev);
crypto/openssl/include/openssl/x509.h
803
int X509_CRL_get0_by_serial(X509_CRL *crl,
crypto/openssl/include/openssl/x509.h
805
int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x);
crypto/openssl/include/openssl/x509.h
932
int X509_CRL_set_version(X509_CRL *x, long version);
crypto/openssl/include/openssl/x509.h
933
int X509_CRL_set_issuer_name(X509_CRL *x, const X509_NAME *name);
crypto/openssl/include/openssl/x509.h
934
int X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm);
crypto/openssl/include/openssl/x509.h
935
int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm);
crypto/openssl/include/openssl/x509.h
936
int X509_CRL_sort(X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
937
int X509_CRL_up_ref(X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
944
long X509_CRL_get_version(const X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
945
const ASN1_TIME *X509_CRL_get0_lastUpdate(const X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
946
const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
948
OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
949
OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
951
X509_NAME *X509_CRL_get_issuer(const X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
952
const STACK_OF(X509_EXTENSION) *X509_CRL_get0_extensions(const X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
953
STACK_OF(X509_REVOKED) *X509_CRL_get_REVOKED(X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
954
void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig,
crypto/openssl/include/openssl/x509.h
956
int X509_CRL_get_signature_nid(const X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
957
int i2d_re_X509_CRL_tbs(X509_CRL *req, unsigned char **pp);
crypto/openssl/include/openssl/x509.h
966
X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
crypto/openssl/include/openssl/x509.h
975
int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags);
crypto/openssl/include/openssl/x509_vfy.h
261
X509_CRL **crl, X509 *x);
crypto/openssl/include/openssl/x509_vfy.h
262
typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
crypto/openssl/include/openssl/x509_vfy.h
264
X509_CRL *crl, X509 *x);
crypto/openssl/include/openssl/x509_vfy.h
269
typedef STACK_OF(X509_CRL)
crypto/openssl/include/openssl/x509_vfy.h
499
X509_CRL *X509_OBJECT_get0_X509_CRL(const X509_OBJECT *a);
crypto/openssl/include/openssl/x509_vfy.h
500
int X509_OBJECT_set1_X509_CRL(X509_OBJECT *a, X509_CRL *obj);
crypto/openssl/include/openssl/x509_vfy.h
511
STACK_OF(X509_CRL) *X509_STORE_CTX_get1_crls(const X509_STORE_CTX *st,
crypto/openssl/include/openssl/x509_vfy.h
698
int X509_STORE_add_crl(X509_STORE *xs, X509_CRL *x);
crypto/openssl/include/openssl/x509_vfy.h
769
X509_CRL *X509_STORE_CTX_get0_current_crl(const X509_STORE_CTX *ctx);
crypto/openssl/include/openssl/x509_vfy.h
776
void X509_STORE_CTX_set0_crls(X509_STORE_CTX *ctx, STACK_OF(X509_CRL) *sk);
crypto/openssl/include/openssl/x509v3.h
104
X509_CRL *crl;
crypto/openssl/include/openssl/x509v3.h
933
X509_CRL *crl);
crypto/openssl/include/openssl/x509v3.h
945
const char *section, X509_CRL *crl);
crypto/openssl/include/openssl/x509v3.h
960
X509_REQ *req, X509_CRL *crl, int flags);
crypto/openssl/test/crltest.c
293
static X509_CRL *CRL_from_strings(const char **pem)
crypto/openssl/test/crltest.c
295
X509_CRL *crl;
crypto/openssl/test/crltest.c
338
static int verify(X509 *leaf, X509 *root, STACK_OF(X509_CRL) *crls,
crypto/openssl/test/crltest.c
390
static STACK_OF(X509_CRL) *make_CRL_stack(X509_CRL *x1, X509_CRL *x2)
crypto/openssl/test/crltest.c
392
STACK_OF(X509_CRL) *sk = sk_X509_CRL_new_null();
crypto/openssl/test/crltest.c
421
X509_CRL *basic_crl = CRL_from_strings(kBasicCRL);
crypto/openssl/test/crltest.c
422
X509_CRL *revoked_crl = CRL_from_strings(kRevokedCRL);
crypto/openssl/test/crltest.c
449
X509_CRL *bad_issuer_crl = CRL_from_strings(kBadIssuerCRL);
crypto/openssl/test/crltest.c
463
X509_CRL *empty_idp_crl = CRL_from_strings(kEmptyIdpCRL);
crypto/openssl/test/crltest.c
477
X509_CRL *known_critical_crl = CRL_from_strings(kKnownCriticalCRL);
crypto/openssl/test/crltest.c
491
X509_CRL *unknown_critical_crl = CRL_from_strings(unknown_critical_crls[n]);
crypto/openssl/test/crltest.c
505
X509_CRL *result, *reused_crl = CRL_from_strings(kBasicCRL);
crypto/openssl/test/crltest.c
506
X509_CRL *addref_crl = NULL;
crypto/openssl/test/crltest.c
562
static int get_crl_fn(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x)
crypto/openssl/test/x509_test.c
113
X509_CRL *crl = NULL;
crypto/openssl/test/x509_test.c
219
X509_CRL *crl = NULL;
usr.sbin/rpc.tlsservd/rpc.tlscommon.c
167
X509_CRL *crl;