Home
last modified time | relevance | path

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

12

/external/openssl/crypto/asn1/
Dx_crl.c68 static void setup_idp(X509_CRL *crl, ISSUING_DIST_POINT *idp);
76 static int def_crl_verify(X509_CRL *crl, EVP_PKEY *r);
77 static int def_crl_lookup(X509_CRL *crl,
126 static int crl_set_issuers(X509_CRL *crl)
211 X509_CRL *crl = (X509_CRL *)*pval; in crl_cb()
311 static void setup_idp(X509_CRL *crl, ISSUING_DIST_POINT *idp) in setup_idp()
352 ASN1_SEQUENCE_ref(X509_CRL, crl_cb, CRYPTO_LOCK_X509_CRL) = {
353 ASN1_SIMPLE(X509_CRL, crl, X509_CRL_INFO),
354 ASN1_SIMPLE(X509_CRL, sig_alg, X509_ALGOR),
355 ASN1_SIMPLE(X509_CRL, signature, ASN1_BIT_STRING)
[all …]
Dasn1_locl.h129 int (*crl_init)(X509_CRL *crl);
130 int (*crl_free)(X509_CRL *crl);
131 int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
133 int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk);
Dt_crl.c68 int X509_CRL_print_fp(FILE *fp, X509_CRL *x) in X509_CRL_print_fp()
85 int X509_CRL_print(BIO *out, X509_CRL *x) in X509_CRL_print()
/external/openssl/include/openssl/
Dx509.h485 DECLARE_STACK_OF(X509_CRL)
486 DECLARE_ASN1_SET_OF(X509_CRL)
513 X509_CRL *crl;
628 int (*crl_init)(X509_CRL *crl),
629 int (*crl_free)(X509_CRL *crl),
630 int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
632 int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
635 void X509_CRL_set_meth_data(X509_CRL *crl, void *dat);
636 void *X509_CRL_get_meth_data(X509_CRL *crl);
649 int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r);
[all …]
Dx509_vfy.h130 X509_CRL *crl;
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
204 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
238 STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */
249 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
250 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
251 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
254 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
[all …]
Dpkcs7.h126 STACK_OF(X509_CRL) *crl; /* [ 1 ] */
154 STACK_OF(X509_CRL) *crl; /* [ 1 ] */
319 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
/external/openssl/crypto/x509/
Dx509.h485 DECLARE_STACK_OF(X509_CRL)
486 DECLARE_ASN1_SET_OF(X509_CRL)
513 X509_CRL *crl;
628 int (*crl_init)(X509_CRL *crl),
629 int (*crl_free)(X509_CRL *crl),
630 int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
632 int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
635 void X509_CRL_set_meth_data(X509_CRL *crl, void *dat);
636 void *X509_CRL_get_meth_data(X509_CRL *crl);
649 int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r);
[all …]
Dx509_ext.c69 int X509_CRL_get_ext_count(X509_CRL *x) in X509_CRL_get_ext_count()
74 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos) in X509_CRL_get_ext_by_NID()
79 int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos) in X509_CRL_get_ext_by_OBJ()
84 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos) in X509_CRL_get_ext_by_critical()
89 X509_EXTENSION *X509_CRL_get_ext(X509_CRL *x, int loc) in X509_CRL_get_ext()
94 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc) in X509_CRL_delete_ext()
99 void *X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx) in X509_CRL_get_ext_d2i()
104 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, in X509_CRL_add1_ext_i2d()
110 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) in X509_CRL_add_ext()
Dx509_vfy.h130 X509_CRL *crl;
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
204 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
238 STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */
249 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
250 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
251 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
254 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
[all …]
Dx_all.c103 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_CRL_sign()
139 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl) in d2i_X509_CRL_fp()
141 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl); in d2i_X509_CRL_fp()
144 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) in i2d_X509_CRL_fp()
146 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl); in i2d_X509_CRL_fp()
150 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl) in d2i_X509_CRL_bio()
152 return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509_CRL), bp, crl); in d2i_X509_CRL_bio()
155 int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl) in i2d_X509_CRL_bio()
157 return ASN1_item_i2d_bio(ASN1_ITEM_rptr(X509_CRL), bp, crl); in i2d_X509_CRL_bio()
378 int X509_CRL_digest(const X509_CRL *data, const EVP_MD *type, unsigned char *md, in X509_CRL_digest()
[all …]
Dx509cset.c66 int X509_CRL_set_version(X509_CRL *x, long version) in X509_CRL_set_version()
77 int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name) in X509_CRL_set_issuer_name()
84 int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set_lastUpdate()
102 int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set_nextUpdate()
120 int X509_CRL_sort(X509_CRL *c) in X509_CRL_sort()
Dx509_vfy.c123 X509_CRL *crl, X509 *x);
125 X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x);
126 static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pcrl_score,
127 X509_CRL *base, STACK_OF(X509_CRL) *crls);
128 static void crl_akid_check(X509_STORE_CTX *ctx, X509_CRL *crl,
130 static int crl_crldp_check(X509 *x, X509_CRL *crl, int crl_score,
699 X509_CRL *crl = NULL, *dcrl = NULL; in check_cert()
764 static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify) in check_crl_time()
823 static int get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_CRL **pdcrl, in get_crl_sk()
825 STACK_OF(X509_CRL) *crls) in get_crl_sk()
[all …]
Dx509_cmp.c114 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b) in X509_CRL_cmp()
120 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b) in X509_CRL_match()
Dx509_lu.c367 int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x) in X509_STORE_add_crl()
432 X509_CRL crl_s; in x509_object_idx_cnt()
537 STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm) in STACK_OF() argument
540 STACK_OF(X509_CRL) *sk; in STACK_OF()
541 X509_CRL *x; in STACK_OF()
/external/openssl/crypto/pkcs12/
Dp12_utl.c127 PKCS12_SAFEBAG *PKCS12_x509crl2certbag(X509_CRL *crl) in PKCS12_x509crl2certbag()
129 return PKCS12_item_pack_safebag(crl, ASN1_ITEM_rptr(X509_CRL), in PKCS12_x509crl2certbag()
140 X509_CRL *PKCS12_certbag2x509crl(PKCS12_SAFEBAG *bag) in PKCS12_certbag2x509crl()
145 ASN1_ITEM_rptr(X509_CRL)); in PKCS12_certbag2x509crl()
/external/openssl/crypto/pem/
Dpem_all.c144 IMPLEMENT_PEM_rw(X509_CRL, X509_CRL, PEM_STRING_X509_CRL, X509_CRL) in IMPLEMENT_PEM_rw()
/external/openssl/apps/
Dcrl.c96 static X509_CRL *load_crl(char *file, int format);
104 X509_CRL *x=NULL; in MAIN()
405 static X509_CRL *load_crl(char *infile, int format) in load_crl()
407 X509_CRL *x=NULL; in load_crl()
Dverify.c75 STACK_OF(X509_CRL) *crls, ENGINE *e);
87 STACK_OF(X509_CRL) *crls = NULL; in MAIN()
256 STACK_OF(X509_CRL) *crls, ENGINE *e) in check()
Dpkcs7.c249 STACK_OF(X509_CRL) *crls=NULL; in MAIN()
282 X509_CRL *crl; in MAIN()
Dcrl2p7.c94 X509_CRL *crl=NULL; in MAIN()
96 STACK_OF(X509_CRL) *crl_stack=NULL; in MAIN()
/external/openssl/crypto/store/
Dstore.h222 X509_CRL *crl;
286 X509_CRL *STORE_generate_crl(STORE *e, OPENSSL_ITEM attributes[],
288 X509_CRL *STORE_get_crl(STORE *e, OPENSSL_ITEM attributes[],
290 int STORE_store_crl(STORE *e, X509_CRL *data, OPENSSL_ITEM attributes[],
299 X509_CRL *STORE_list_crl_next(STORE *e, void *handle);
/external/openssl/crypto/pkcs7/
Dpk7_asn1.c123 ASN1_IMP_SET_OF_OPT(PKCS7_SIGNED, crl, X509_CRL, 1),
206 ASN1_IMP_SET_OF_OPT(PKCS7_SIGN_ENVELOPE, crl, X509_CRL, 1),
Dpkcs7.h126 STACK_OF(X509_CRL) *crl; /* [ 1 ] */
154 STACK_OF(X509_CRL) *crl; /* [ 1 ] */
319 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
Ddoc13 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
/external/openssl/crypto/x509v3/
Dv3_conf.c358 X509_CRL *crl) in X509V3_EXT_CRL_add_nconf()
447 X509_CRL *crl, int flags) in X509V3_set_ctx()
510 char *section, X509_CRL *crl) in X509V3_EXT_CRL_add_conf()

12