Home
last modified time | relevance | path

Searched refs:X509_CRL (Results 1 – 25 of 37) sorted by relevance

12

/dragonfly/crypto/libressl/crypto/asn1/
H A Dx_crl.c199 crl_set_issuers(X509_CRL *crl) in crl_set_issuers()
270 X509_CRL *crl = (X509_CRL *)*pval; in crl_cb()
412 .offset = offsetof(X509_CRL, crl),
434 .size = sizeof(X509_CRL),
495 X509_CRL *
508 X509_CRL *
515 X509_CRL_free(X509_CRL *a) in X509_CRL_free()
520 X509_CRL *
521 X509_CRL_dup(X509_CRL *x) in X509_CRL_dup()
654 int (*crl_free)(X509_CRL *crl), in X509_CRL_METHOD_new()
[all …]
H A Dasn1_locl.h158 int (*crl_init)(X509_CRL *crl);
159 int (*crl_free)(X509_CRL *crl);
160 int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
162 int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk);
H A Dt_crl.c72 X509_CRL_print_fp(FILE *fp, X509_CRL *x) in X509_CRL_print_fp()
88 X509_CRL_print(BIO *out, X509_CRL *x) in X509_CRL_print()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509.h303 DECLARE_STACK_OF(X509_CRL)
328 X509_CRL *crl;
423 int (*crl_init)(X509_CRL *crl),
424 int (*crl_free)(X509_CRL *crl),
477 X509_CRL *d2i_X509_CRL_fp(FILE *fp,X509_CRL **crl);
515 X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
554 X509_CRL *X509_CRL_dup(X509_CRL *crl);
733 X509_CRL *X509_CRL_new(void);
735 X509_CRL *d2i_X509_CRL(X509_CRL **a, const unsigned char **in, long len);
881 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b);
[all …]
H A Dx509_vfy.h283 X509_CRL *X509_OBJECT_get0_X509_CRL(X509_OBJECT *xo);
289 STACK_OF(X509_CRL) *X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *nm);
336 int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x);
381 X509_CRL *X509_STORE_CTX_get0_current_crl(X509_STORE_CTX *ctx);
387 void X509_STORE_CTX_set0_crls(X509_STORE_CTX *c,STACK_OF(X509_CRL) *sk);
H A Dpkcs7.h125 STACK_OF(X509_CRL) *crl; /* [ 1 ] */
150 STACK_OF(X509_CRL) *crl; /* [ 1 ] */
349 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
H A Dpkcs12.h156 X509_CRL *PKCS12_SAFEBAG_get1_crl(const PKCS12_SAFEBAG *bag);
165 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_crl(X509_CRL *crl);
H A Dcms.h252 int CMS_add0_crl(CMS_ContentInfo *cms, X509_CRL *crl);
253 int CMS_add1_crl(CMS_ContentInfo *cms, X509_CRL *crl);
254 STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms);
H A Dossl_typ.h149 typedef struct X509_crl_st X509_CRL; typedef
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509cset.c69 X509_CRL_up_ref(X509_CRL *x) in X509_CRL_up_ref()
76 X509_CRL_set_version(X509_CRL *x, long version) in X509_CRL_set_version()
88 X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name) in X509_CRL_set_issuer_name()
96 X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set_lastUpdate()
114 X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_lastUpdate()
120 X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set_nextUpdate()
138 X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_nextUpdate()
144 X509_CRL_sort(X509_CRL *c) in X509_CRL_sort()
215 i2d_re_X509_CRL_tbs(X509_CRL *crl, unsigned char **pp) in i2d_re_X509_CRL_tbs()
H A Dx509_ext.c71 X509_CRL_get_ext_count(const X509_CRL *x) in X509_CRL_get_ext_count()
77 X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid, int lastpos) in X509_CRL_get_ext_by_NID()
83 X509_CRL_get_ext_by_OBJ(const X509_CRL *x, const ASN1_OBJECT *obj, int lastpos) in X509_CRL_get_ext_by_OBJ()
89 X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos) in X509_CRL_get_ext_by_critical()
95 X509_CRL_get_ext(const X509_CRL *x, int loc) in X509_CRL_get_ext()
101 X509_CRL_delete_ext(X509_CRL *x, int loc) in X509_CRL_delete_ext()
107 X509_CRL_get_ext_d2i(const X509_CRL *x, int nid, int *crit, int *idx) in X509_CRL_get_ext_d2i()
113 X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, in X509_CRL_add1_ext_i2d()
120 X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) in X509_CRL_add_ext()
H A Dx509_lcl.h245 X509_CRL *crl;
300 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
301 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
302 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
304 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
332 STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */
343 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
344 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
345 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
348 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
[all …]
H A Dx_all.c102 X509_CRL *
103 d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl) in d2i_X509_CRL_bio()
109 i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl) in i2d_X509_CRL_bio()
114 X509_CRL *
115 d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl) in d2i_X509_CRL_fp()
121 i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) in i2d_X509_CRL_fp()
437 X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_CRL_sign()
445 X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx) in X509_CRL_sign_ctx()
479 X509_CRL_digest(const X509_CRL *data, const EVP_MD *type, unsigned char *md, in X509_CRL_digest()
H A Dx509_vfy.c132 X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x);
134 X509_CRL *base, STACK_OF(X509_CRL) *crls);
1155 get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_CRL **pdcrl, in get_crl_sk()
1204 crl_extension_match(X509_CRL *a, X509_CRL *b, int nid) in crl_extension_match()
1242 check_delta_base(X509_CRL *delta, X509_CRL *base) in check_delta_base()
1273 get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pscore, X509_CRL *base, in get_delta_sk()
1276 X509_CRL *delta; in get_delta_sk()
1305 X509_CRL *crl, X509 *x) in get_crl_score()
1603 get_crl_delta(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x) in get_crl_delta()
1610 STACK_OF(X509_CRL) *skcrl; in get_crl_delta()
[all …]
H A Dx509_cmp.c137 X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b) in X509_CRL_cmp()
144 X509_CRL_match(const X509_CRL *a, const X509_CRL *b) in X509_CRL_match()
H A Dx509_lu.c412 X509_STORE_add_crl(X509_STORE *store, X509_CRL *x) in X509_STORE_add_crl()
458 X509_CRL crl_s; in x509_object_idx_cnt()
522 X509_CRL *
593 STACK_OF(X509_CRL) * in STACK_OF() argument
597 STACK_OF(X509_CRL) *sk = NULL; in STACK_OF()
598 X509_CRL *x = NULL; in STACK_OF()
H A Dx509_conf.c385 X509_CRL *crl) in X509V3_EXT_CRL_add_nconf()
481 X509_CRL *crl, int flags) in X509V3_set_ctx()
554 const char *section, X509_CRL *crl) in X509V3_EXT_CRL_add_conf()
/dragonfly/crypto/libressl/crypto/pem/
H A Dpem_all.c186 X509_CRL *
187 PEM_read_X509_CRL(FILE *fp, X509_CRL **x, pem_password_cb *cb, void *u) in PEM_read_X509_CRL()
194 PEM_write_X509_CRL(FILE *fp, X509_CRL *x) in PEM_write_X509_CRL()
200 X509_CRL *
201 PEM_read_bio_X509_CRL(BIO *bp, X509_CRL **x, pem_password_cb *cb, void *u) in PEM_read_bio_X509_CRL()
208 PEM_write_bio_X509_CRL(BIO *bp, X509_CRL *x) in PEM_write_bio_X509_CRL()
/dragonfly/crypto/libressl/apps/openssl/
H A Dcrl.c215 static X509_CRL *load_crl(char *file, int format);
222 X509_CRL *x = NULL; in crl_main()
447 static X509_CRL *
450 X509_CRL *x = NULL; in load_crl()
H A Dverify.c73 STACK_OF(X509) *tchain, STACK_OF(X509_CRL) *crls);
264 STACK_OF(X509_CRL) *crls = NULL; in verify_main()
370 STACK_OF(X509) *tchain, STACK_OF(X509_CRL) *crls) in check()
H A Dpkcs7.c216 STACK_OF(X509_CRL) * crls = NULL; in pkcs7_main()
248 X509_CRL *crl; in pkcs7_main()
H A Dcrl2p7.c167 X509_CRL *crl = NULL; in crl2pkcs7_main()
168 STACK_OF(X509_CRL) *crl_stack = NULL; in crl2pkcs7_main()
H A Dapps.h188 STACK_OF(X509_CRL) *load_crls(BIO *err, const char *file, int format,
255 int do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md,
/dragonfly/crypto/libressl/crypto/pkcs12/
H A Dp12_sbag.c143 X509_CRL *
161 PKCS12_SAFEBAG_create_crl(X509_CRL *crl) in PKCS12_SAFEBAG_create_crl()
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_lib.c563 CMS_add0_crl(CMS_ContentInfo *cms, X509_CRL *crl) in CMS_add0_crl()
577 CMS_add1_crl(CMS_ContentInfo *cms, X509_CRL *crl) in CMS_add1_crl()
617 STACK_OF(X509_CRL) * in STACK_OF() argument
620 STACK_OF(X509_CRL) *crls = NULL; in STACK_OF()

12