Symbol: X509_CRL
crypto/libressl/apps/openssl/apps.c
761
STACK_OF(X509_CRL) **pcrls)
crypto/libressl/apps/openssl/apps.c
852
STACK_OF(X509_CRL) *
crypto/libressl/apps/openssl/apps.c
856
STACK_OF(X509_CRL) *crls;
crypto/libressl/apps/openssl/apps.h
188
STACK_OF(X509_CRL) *load_crls(BIO *err, const char *file, int format,
crypto/libressl/apps/openssl/apps.h
255
int do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md,
crypto/libressl/apps/openssl/ca.c
674
X509_CRL *crl = NULL;
crypto/libressl/apps/openssl/certhash.c
334
X509_CRL *crl = NULL;
crypto/libressl/apps/openssl/crl.c
215
static X509_CRL *load_crl(char *file, int format);
crypto/libressl/apps/openssl/crl.c
222
X509_CRL *x = NULL;
crypto/libressl/apps/openssl/crl.c
447
static X509_CRL *
crypto/libressl/apps/openssl/crl.c
450
X509_CRL *x = NULL;
crypto/libressl/apps/openssl/crl2p7.c
167
X509_CRL *crl = NULL;
crypto/libressl/apps/openssl/crl2p7.c
168
STACK_OF(X509_CRL) *crl_stack = NULL;
crypto/libressl/apps/openssl/pkcs7.c
216
STACK_OF(X509_CRL) * crls = NULL;
crypto/libressl/apps/openssl/pkcs7.c
248
X509_CRL *crl;
crypto/libressl/apps/openssl/req.c
1798
do_X509_CRL_sign(BIO * err, X509_CRL * x, EVP_PKEY * pkey, const EVP_MD * md,
crypto/libressl/apps/openssl/verify.c
264
STACK_OF(X509_CRL) *crls = NULL;
crypto/libressl/apps/openssl/verify.c
370
STACK_OF(X509) *tchain, STACK_OF(X509_CRL) *crls)
crypto/libressl/apps/openssl/verify.c
73
STACK_OF(X509) *tchain, STACK_OF(X509_CRL) *crls);
crypto/libressl/crypto/asn1/asn1_locl.h
158
int (*crl_init)(X509_CRL *crl);
crypto/libressl/crypto/asn1/asn1_locl.h
159
int (*crl_free)(X509_CRL *crl);
crypto/libressl/crypto/asn1/asn1_locl.h
160
int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
crypto/libressl/crypto/asn1/asn1_locl.h
162
int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk);
crypto/libressl/crypto/asn1/t_crl.c
72
X509_CRL_print_fp(FILE *fp, X509_CRL *x)
crypto/libressl/crypto/asn1/t_crl.c
88
X509_CRL_print(BIO *out, X509_CRL *x)
crypto/libressl/crypto/asn1/x_crl.c
103
static int def_crl_verify(X509_CRL *crl, EVP_PKEY *r);
crypto/libressl/crypto/asn1/x_crl.c
104
static int def_crl_lookup(X509_CRL *crl, X509_REVOKED **ret,
crypto/libressl/crypto/asn1/x_crl.c
199
crl_set_issuers(X509_CRL *crl)
crypto/libressl/crypto/asn1/x_crl.c
270
X509_CRL *crl = (X509_CRL *)*pval;
crypto/libressl/crypto/asn1/x_crl.c
365
setup_idp(X509_CRL *crl, ISSUING_DIST_POINT *idp)
crypto/libressl/crypto/asn1/x_crl.c
406
.ref_offset = offsetof(X509_CRL, references),
crypto/libressl/crypto/asn1/x_crl.c
412
.offset = offsetof(X509_CRL, crl),
crypto/libressl/crypto/asn1/x_crl.c
417
.offset = offsetof(X509_CRL, sig_alg),
crypto/libressl/crypto/asn1/x_crl.c
422
.offset = offsetof(X509_CRL, signature),
crypto/libressl/crypto/asn1/x_crl.c
434
.size = sizeof(X509_CRL),
crypto/libressl/crypto/asn1/x_crl.c
495
X509_CRL *
crypto/libressl/crypto/asn1/x_crl.c
496
d2i_X509_CRL(X509_CRL **a, const unsigned char **in, long len)
crypto/libressl/crypto/asn1/x_crl.c
498
return (X509_CRL *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/asn1/x_crl.c
503
i2d_X509_CRL(X509_CRL *a, unsigned char **out)
crypto/libressl/crypto/asn1/x_crl.c
508
X509_CRL *
crypto/libressl/crypto/asn1/x_crl.c
511
return (X509_CRL *)ASN1_item_new(&X509_CRL_it);
crypto/libressl/crypto/asn1/x_crl.c
515
X509_CRL_free(X509_CRL *a)
crypto/libressl/crypto/asn1/x_crl.c
520
X509_CRL *
crypto/libressl/crypto/asn1/x_crl.c
521
X509_CRL_dup(X509_CRL *x)
crypto/libressl/crypto/asn1/x_crl.c
533
X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev)
crypto/libressl/crypto/asn1/x_crl.c
549
X509_CRL_verify(X509_CRL *crl, EVP_PKEY *r)
crypto/libressl/crypto/asn1/x_crl.c
557
X509_CRL_get0_by_serial(X509_CRL *crl, X509_REVOKED **ret,
crypto/libressl/crypto/asn1/x_crl.c
566
X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x)
crypto/libressl/crypto/asn1/x_crl.c
575
def_crl_verify(X509_CRL *crl, EVP_PKEY *r)
crypto/libressl/crypto/asn1/x_crl.c
582
crl_revoked_issuer_match(X509_CRL *crl, X509_NAME *nm, X509_REVOKED *rev)
crypto/libressl/crypto/asn1/x_crl.c
609
def_crl_lookup(X509_CRL *crl, X509_REVOKED **ret, ASN1_INTEGER *serial,
crypto/libressl/crypto/asn1/x_crl.c
653
X509_CRL_METHOD_new(int (*crl_init)(X509_CRL *crl),
crypto/libressl/crypto/asn1/x_crl.c
654
int (*crl_free)(X509_CRL *crl),
crypto/libressl/crypto/asn1/x_crl.c
655
int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
crypto/libressl/crypto/asn1/x_crl.c
657
int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk))
crypto/libressl/crypto/asn1/x_crl.c
684
X509_CRL_set_meth_data(X509_CRL *crl, void *dat)
crypto/libressl/crypto/asn1/x_crl.c
690
X509_CRL_get_meth_data(X509_CRL *crl)
crypto/libressl/crypto/asn1/x_crl.c
696
X509_CRL_get_signature_nid(const X509_CRL *crl)
crypto/libressl/crypto/asn1/x_crl.c
702
X509_CRL_get0_extensions(const X509_CRL *crl)
crypto/libressl/crypto/asn1/x_crl.c
708
X509_CRL_get_version(const X509_CRL *crl)
crypto/libressl/crypto/asn1/x_crl.c
714
X509_CRL_get0_lastUpdate(const X509_CRL *crl)
crypto/libressl/crypto/asn1/x_crl.c
720
X509_CRL_get_lastUpdate(X509_CRL *crl)
crypto/libressl/crypto/asn1/x_crl.c
726
X509_CRL_get0_nextUpdate(const X509_CRL *crl)
crypto/libressl/crypto/asn1/x_crl.c
73
static void setup_idp(X509_CRL *crl, ISSUING_DIST_POINT *idp);
crypto/libressl/crypto/asn1/x_crl.c
732
X509_CRL_get_nextUpdate(X509_CRL *crl)
crypto/libressl/crypto/asn1/x_crl.c
738
X509_CRL_get_issuer(const X509_CRL *crl)
crypto/libressl/crypto/asn1/x_crl.c
744
X509_CRL_get_REVOKED(X509_CRL *crl)
crypto/libressl/crypto/asn1/x_crl.c
750
X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig,
crypto/libressl/crypto/cms/cms_lcl.h
315
X509_CRL *crl;
crypto/libressl/crypto/cms/cms_lib.c
563
CMS_add0_crl(CMS_ContentInfo *cms, X509_CRL *crl)
crypto/libressl/crypto/cms/cms_lib.c
577
CMS_add1_crl(CMS_ContentInfo *cms, X509_CRL *crl)
crypto/libressl/crypto/cms/cms_lib.c
617
STACK_OF(X509_CRL) *
crypto/libressl/crypto/cms/cms_lib.c
620
STACK_OF(X509_CRL) *crls = NULL;
crypto/libressl/crypto/cms/cms_smime.c
294
STACK_OF(X509) *certs, STACK_OF(X509_CRL) *crls)
crypto/libressl/crypto/cms/cms_smime.c
336
STACK_OF(X509_CRL) *crls = NULL;
crypto/libressl/crypto/pem/pem_all.c
186
X509_CRL *
crypto/libressl/crypto/pem/pem_all.c
187
PEM_read_X509_CRL(FILE *fp, X509_CRL **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
194
PEM_write_X509_CRL(FILE *fp, X509_CRL *x)
crypto/libressl/crypto/pem/pem_all.c
200
X509_CRL *
crypto/libressl/crypto/pem/pem_all.c
201
PEM_read_bio_X509_CRL(BIO *bp, X509_CRL **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
208
PEM_write_bio_X509_CRL(BIO *bp, X509_CRL *x)
crypto/libressl/crypto/pkcs12/p12_sbag.c
143
X509_CRL *
crypto/libressl/crypto/pkcs12/p12_sbag.c
161
PKCS12_SAFEBAG_create_crl(X509_CRL *crl)
crypto/libressl/crypto/pkcs7/pk7_lib.c
328
PKCS7_add_crl(PKCS7 *p7, X509_CRL *crl)
crypto/libressl/crypto/pkcs7/pk7_lib.c
331
STACK_OF(X509_CRL) **sk;
crypto/libressl/crypto/x509/by_dir.c
272
X509_CRL st_crl;
crypto/libressl/crypto/x509/by_file.c
183
X509_CRL *x = NULL;
crypto/libressl/crypto/x509/x509_cmp.c
137
X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b)
crypto/libressl/crypto/x509/x509_cmp.c
144
X509_CRL_match(const X509_CRL *a, const X509_CRL *b)
crypto/libressl/crypto/x509/x509_conf.c
385
X509_CRL *crl)
crypto/libressl/crypto/x509/x509_conf.c
481
X509_CRL *crl, int flags)
crypto/libressl/crypto/x509/x509_conf.c
554
const char *section, X509_CRL *crl)
crypto/libressl/crypto/x509/x509_ext.c
101
X509_CRL_delete_ext(X509_CRL *x, int loc)
crypto/libressl/crypto/x509/x509_ext.c
107
X509_CRL_get_ext_d2i(const X509_CRL *x, int nid, int *crit, int *idx)
crypto/libressl/crypto/x509/x509_ext.c
113
X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit,
crypto/libressl/crypto/x509/x509_ext.c
120
X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc)
crypto/libressl/crypto/x509/x509_ext.c
71
X509_CRL_get_ext_count(const X509_CRL *x)
crypto/libressl/crypto/x509/x509_ext.c
77
X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid, int lastpos)
crypto/libressl/crypto/x509/x509_ext.c
83
X509_CRL_get_ext_by_OBJ(const X509_CRL *x, const ASN1_OBJECT *obj, int lastpos)
crypto/libressl/crypto/x509/x509_ext.c
89
X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos)
crypto/libressl/crypto/x509/x509_ext.c
95
X509_CRL_get_ext(const X509_CRL *x, int loc)
crypto/libressl/crypto/x509/x509_lcl.h
245
X509_CRL *crl;
crypto/libressl/crypto/x509/x509_lcl.h
300
int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
crypto/libressl/crypto/x509/x509_lcl.h
301
int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
crypto/libressl/crypto/x509/x509_lcl.h
302
int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
crypto/libressl/crypto/x509/x509_lcl.h
304
STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
crypto/libressl/crypto/x509/x509_lcl.h
332
STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */
crypto/libressl/crypto/x509/x509_lcl.h
343
int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
crypto/libressl/crypto/x509/x509_lcl.h
344
int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
crypto/libressl/crypto/x509/x509_lcl.h
345
int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
crypto/libressl/crypto/x509/x509_lcl.h
348
STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
crypto/libressl/crypto/x509/x509_lcl.h
364
X509_CRL *current_crl; /* current CRL */
crypto/libressl/crypto/x509/x509_lu.c
412
X509_STORE_add_crl(X509_STORE *store, X509_CRL *x)
crypto/libressl/crypto/x509/x509_lu.c
458
X509_CRL crl_s;
crypto/libressl/crypto/x509/x509_lu.c
522
X509_CRL *
crypto/libressl/crypto/x509/x509_lu.c
593
STACK_OF(X509_CRL) *
crypto/libressl/crypto/x509/x509_lu.c
597
STACK_OF(X509_CRL) *sk = NULL;
crypto/libressl/crypto/x509/x509_lu.c
598
X509_CRL *x = NULL;
crypto/libressl/crypto/x509/x509_vfy.c
1023
X509_CRL *crl = NULL, *dcrl = NULL;
crypto/libressl/crypto/x509/x509_vfy.c
1096
check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify)
crypto/libressl/crypto/x509/x509_vfy.c
1155
get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_CRL **pdcrl,
crypto/libressl/crypto/x509/x509_vfy.c
1157
STACK_OF(X509_CRL) *crls)
crypto/libressl/crypto/x509/x509_vfy.c
1162
X509_CRL *crl, *best_crl = NULL;
crypto/libressl/crypto/x509/x509_vfy.c
1204
crl_extension_match(X509_CRL *a, X509_CRL *b, int nid)
crypto/libressl/crypto/x509/x509_vfy.c
1242
check_delta_base(X509_CRL *delta, X509_CRL *base)
crypto/libressl/crypto/x509/x509_vfy.c
1273
get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pscore, X509_CRL *base,
crypto/libressl/crypto/x509/x509_vfy.c
1274
STACK_OF(X509_CRL) *crls)
crypto/libressl/crypto/x509/x509_vfy.c
1276
X509_CRL *delta;
crypto/libressl/crypto/x509/x509_vfy.c
130
unsigned int *preasons, X509_CRL *crl, X509 *x);
crypto/libressl/crypto/x509/x509_vfy.c
1305
X509_CRL *crl, X509 *x)
crypto/libressl/crypto/x509/x509_vfy.c
132
X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x);
crypto/libressl/crypto/x509/x509_vfy.c
133
static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pcrl_score,
crypto/libressl/crypto/x509/x509_vfy.c
134
X509_CRL *base, STACK_OF(X509_CRL) *crls);
crypto/libressl/crypto/x509/x509_vfy.c
135
static void crl_akid_check(X509_STORE_CTX *ctx, X509_CRL *crl, X509 **pissuer,
crypto/libressl/crypto/x509/x509_vfy.c
1365
crl_akid_check(X509_STORE_CTX *ctx, X509_CRL *crl, X509 **pissuer,
crypto/libressl/crypto/x509/x509_vfy.c
137
static int crl_crldp_check(X509 *x, X509_CRL *crl, int crl_score,
crypto/libressl/crypto/x509/x509_vfy.c
1547
crldp_check_crlissuer(DIST_POINT *dp, X509_CRL *crl, int crl_score)
crypto/libressl/crypto/x509/x509_vfy.c
1568
crl_crldp_check(X509 *x, X509_CRL *crl, int crl_score, unsigned int *preasons)
crypto/libressl/crypto/x509/x509_vfy.c
1603
get_crl_delta(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x)
crypto/libressl/crypto/x509/x509_vfy.c
1609
X509_CRL *crl = NULL, *dcrl = NULL;
crypto/libressl/crypto/x509/x509_vfy.c
1610
STACK_OF(X509_CRL) *skcrl;
crypto/libressl/crypto/x509/x509_vfy.c
1647
check_crl(X509_STORE_CTX *ctx, X509_CRL *crl)
crypto/libressl/crypto/x509/x509_vfy.c
1750
cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x)
crypto/libressl/crypto/x509/x509_vfy.c
2218
X509_CRL *
crypto/libressl/crypto/x509/x509_vfy.c
2249
X509_STORE_CTX_set0_crls(X509_STORE_CTX *ctx, STACK_OF(X509_CRL) *sk)
crypto/libressl/crypto/x509/x509cset.c
114
X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm)
crypto/libressl/crypto/x509/x509cset.c
120
X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm)
crypto/libressl/crypto/x509/x509cset.c
138
X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm)
crypto/libressl/crypto/x509/x509cset.c
144
X509_CRL_sort(X509_CRL *c)
crypto/libressl/crypto/x509/x509cset.c
215
i2d_re_X509_CRL_tbs(X509_CRL *crl, unsigned char **pp)
crypto/libressl/crypto/x509/x509cset.c
69
X509_CRL_up_ref(X509_CRL *x)
crypto/libressl/crypto/x509/x509cset.c
76
X509_CRL_set_version(X509_CRL *x, long version)
crypto/libressl/crypto/x509/x509cset.c
88
X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name)
crypto/libressl/crypto/x509/x509cset.c
96
X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm)
crypto/libressl/crypto/x509/x_all.c
102
X509_CRL *
crypto/libressl/crypto/x509/x_all.c
103
d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl)
crypto/libressl/crypto/x509/x_all.c
109
i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl)
crypto/libressl/crypto/x509/x_all.c
114
X509_CRL *
crypto/libressl/crypto/x509/x_all.c
115
d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl)
crypto/libressl/crypto/x509/x_all.c
121
i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl)
crypto/libressl/crypto/x509/x_all.c
437
X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md)
crypto/libressl/crypto/x509/x_all.c
445
X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx)
crypto/libressl/crypto/x509/x_all.c
479
X509_CRL_digest(const X509_CRL *data, const EVP_MD *type, unsigned char *md,
crypto/libressl/include/openssl/cms.h
252
int CMS_add0_crl(CMS_ContentInfo *cms, X509_CRL *crl);
crypto/libressl/include/openssl/cms.h
253
int CMS_add1_crl(CMS_ContentInfo *cms, X509_CRL *crl);
crypto/libressl/include/openssl/cms.h
254
STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms);
crypto/libressl/include/openssl/pem.h
424
DECLARE_PEM_rw(X509_CRL, X509_CRL)
crypto/libressl/include/openssl/pkcs12.h
156
X509_CRL *PKCS12_SAFEBAG_get1_crl(const PKCS12_SAFEBAG *bag);
crypto/libressl/include/openssl/pkcs12.h
165
PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_crl(X509_CRL *crl);
crypto/libressl/include/openssl/pkcs7.h
125
STACK_OF(X509_CRL) *crl; /* [ 1 ] */
crypto/libressl/include/openssl/pkcs7.h
150
STACK_OF(X509_CRL) *crl; /* [ 1 ] */
crypto/libressl/include/openssl/pkcs7.h
349
int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
crypto/libressl/include/openssl/safestack.h
1614
#define sk_X509_CRL_new(cmp) SKM_sk_new(X509_CRL, (cmp))
crypto/libressl/include/openssl/safestack.h
1615
#define sk_X509_CRL_new_null() SKM_sk_new_null(X509_CRL)
crypto/libressl/include/openssl/safestack.h
1616
#define sk_X509_CRL_free(st) SKM_sk_free(X509_CRL, (st))
crypto/libressl/include/openssl/safestack.h
1617
#define sk_X509_CRL_num(st) SKM_sk_num(X509_CRL, (st))
crypto/libressl/include/openssl/safestack.h
1618
#define sk_X509_CRL_value(st, i) SKM_sk_value(X509_CRL, (st), (i))
crypto/libressl/include/openssl/safestack.h
1619
#define sk_X509_CRL_set(st, i, val) SKM_sk_set(X509_CRL, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
1620
#define sk_X509_CRL_zero(st) SKM_sk_zero(X509_CRL, (st))
crypto/libressl/include/openssl/safestack.h
1621
#define sk_X509_CRL_push(st, val) SKM_sk_push(X509_CRL, (st), (val))
crypto/libressl/include/openssl/safestack.h
1622
#define sk_X509_CRL_unshift(st, val) SKM_sk_unshift(X509_CRL, (st), (val))
crypto/libressl/include/openssl/safestack.h
1623
#define sk_X509_CRL_find(st, val) SKM_sk_find(X509_CRL, (st), (val))
crypto/libressl/include/openssl/safestack.h
1624
#define sk_X509_CRL_find_ex(st, val) SKM_sk_find_ex(X509_CRL, (st), (val))
crypto/libressl/include/openssl/safestack.h
1625
#define sk_X509_CRL_delete(st, i) SKM_sk_delete(X509_CRL, (st), (i))
crypto/libressl/include/openssl/safestack.h
1626
#define sk_X509_CRL_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_CRL, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
1627
#define sk_X509_CRL_insert(st, val, i) SKM_sk_insert(X509_CRL, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
1628
#define sk_X509_CRL_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_CRL, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
1629
#define sk_X509_CRL_dup(st) SKM_sk_dup(X509_CRL, st)
crypto/libressl/include/openssl/safestack.h
1630
#define sk_X509_CRL_pop_free(st, free_func) SKM_sk_pop_free(X509_CRL, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
1631
#define sk_X509_CRL_shift(st) SKM_sk_shift(X509_CRL, (st))
crypto/libressl/include/openssl/safestack.h
1632
#define sk_X509_CRL_pop(st) SKM_sk_pop(X509_CRL, (st))
crypto/libressl/include/openssl/safestack.h
1633
#define sk_X509_CRL_sort(st) SKM_sk_sort(X509_CRL, (st))
crypto/libressl/include/openssl/safestack.h
1634
#define sk_X509_CRL_is_sorted(st) SKM_sk_is_sorted(X509_CRL, (st))
crypto/libressl/include/openssl/x509.h
303
DECLARE_STACK_OF(X509_CRL)
crypto/libressl/include/openssl/x509.h
328
X509_CRL *crl;
crypto/libressl/include/openssl/x509.h
400
int X509_CRL_up_ref(X509_CRL *x);
crypto/libressl/include/openssl/x509.h
401
int X509_CRL_get_signature_nid(const X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
403
int i2d_re_X509_CRL_tbs(X509_CRL *req, unsigned char **pp);
crypto/libressl/include/openssl/x509.h
405
const STACK_OF(X509_EXTENSION) *X509_CRL_get0_extensions(const X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
406
long X509_CRL_get_version(const X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
407
const ASN1_TIME *X509_CRL_get0_lastUpdate(const X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
408
const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
409
ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
410
ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
411
X509_NAME *X509_CRL_get_issuer(const X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
412
STACK_OF(X509_REVOKED) *X509_CRL_get_REVOKED(X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
413
void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig,
crypto/libressl/include/openssl/x509.h
423
int (*crl_init)(X509_CRL *crl),
crypto/libressl/include/openssl/x509.h
424
int (*crl_free)(X509_CRL *crl),
crypto/libressl/include/openssl/x509.h
425
int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
crypto/libressl/include/openssl/x509.h
427
int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
crypto/libressl/include/openssl/x509.h
430
void X509_CRL_set_meth_data(X509_CRL *crl, void *dat);
crypto/libressl/include/openssl/x509.h
431
void *X509_CRL_get_meth_data(X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
441
int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r);
crypto/libressl/include/openssl/x509.h
459
int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md);
crypto/libressl/include/openssl/x509.h
460
int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx);
crypto/libressl/include/openssl/x509.h
467
int X509_CRL_digest(const X509_CRL *data,const EVP_MD *type,
crypto/libressl/include/openssl/x509.h
477
X509_CRL *d2i_X509_CRL_fp(FILE *fp,X509_CRL **crl);
crypto/libressl/include/openssl/x509.h
478
int i2d_X509_CRL_fp(FILE *fp,X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
515
X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
crypto/libressl/include/openssl/x509.h
516
int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
554
X509_CRL *X509_CRL_dup(X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
733
X509_CRL *X509_CRL_new(void);
crypto/libressl/include/openssl/x509.h
734
void X509_CRL_free(X509_CRL *a);
crypto/libressl/include/openssl/x509.h
735
X509_CRL *d2i_X509_CRL(X509_CRL **a, const unsigned char **in, long len);
crypto/libressl/include/openssl/x509.h
736
int i2d_X509_CRL(X509_CRL *a, unsigned char **out);
crypto/libressl/include/openssl/x509.h
739
int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev);
crypto/libressl/include/openssl/x509.h
740
int X509_CRL_get0_by_serial(X509_CRL *crl,
crypto/libressl/include/openssl/x509.h
742
int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x);
crypto/libressl/include/openssl/x509.h
844
int X509_CRL_set_version(X509_CRL *x, long version);
crypto/libressl/include/openssl/x509.h
845
int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name);
crypto/libressl/include/openssl/x509.h
846
int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm);
crypto/libressl/include/openssl/x509.h
847
int X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm);
crypto/libressl/include/openssl/x509.h
848
int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm);
crypto/libressl/include/openssl/x509.h
849
int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm);
crypto/libressl/include/openssl/x509.h
850
int X509_CRL_sort(X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
881
int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b);
crypto/libressl/include/openssl/x509.h
882
int X509_CRL_match(const X509_CRL *a, const X509_CRL *b);
crypto/libressl/include/openssl/x509.h
885
int X509_CRL_print_fp(FILE *bp,X509_CRL *x);
crypto/libressl/include/openssl/x509.h
898
int X509_CRL_print(BIO *bp,X509_CRL *x);
crypto/libressl/include/openssl/x509.h
964
int X509_CRL_get_ext_count(const X509_CRL *x);
crypto/libressl/include/openssl/x509.h
965
int X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid,
crypto/libressl/include/openssl/x509.h
967
int X509_CRL_get_ext_by_OBJ(const X509_CRL *x,
crypto/libressl/include/openssl/x509.h
969
int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit,
crypto/libressl/include/openssl/x509.h
971
X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc);
crypto/libressl/include/openssl/x509.h
972
X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc);
crypto/libressl/include/openssl/x509.h
973
int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc);
crypto/libressl/include/openssl/x509.h
974
void * X509_CRL_get_ext_d2i(const X509_CRL *x, int nid, int *crit,
crypto/libressl/include/openssl/x509.h
976
int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value,
crypto/libressl/include/openssl/x509_vfy.h
283
X509_CRL *X509_OBJECT_get0_X509_CRL(X509_OBJECT *xo);
crypto/libressl/include/openssl/x509_vfy.h
289
STACK_OF(X509_CRL) *X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *nm);
crypto/libressl/include/openssl/x509_vfy.h
336
int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x);
crypto/libressl/include/openssl/x509_vfy.h
381
X509_CRL *X509_STORE_CTX_get0_current_crl(X509_STORE_CTX *ctx);
crypto/libressl/include/openssl/x509_vfy.h
387
void X509_STORE_CTX_set0_crls(X509_STORE_CTX *c,STACK_OF(X509_CRL) *sk);
crypto/libressl/include/openssl/x509v3.h
137
X509_CRL *crl;
crypto/libressl/include/openssl/x509v3.h
714
X509_CRL *crl);
crypto/libressl/include/openssl/x509v3.h
725
const char *section, X509_CRL *crl);
crypto/libressl/include/openssl/x509v3.h
741
X509_REQ *req, X509_CRL *crl, int flags);