| /openbsd/src/usr.bin/openssl/ |
| D | verify.c | 73 STACK_OF(X509) *tchain, STACK_OF(X509_CRL) *crls); 264 STACK_OF(X509_CRL) *crls = NULL; in verify_main() 337 crls = load_crls(bio_err, cfg.crlfile, FORMAT_PEM, in verify_main() 339 if (!crls) in verify_main() 344 if (1 != check(cert_ctx, NULL, untrusted, trusted, crls)) in verify_main() 349 trusted, crls)) in verify_main() 361 sk_X509_CRL_pop_free(crls, X509_CRL_free); in verify_main() 368 STACK_OF(X509) *tchain, STACK_OF(X509_CRL) *crls) in check() 387 if (crls) in check() 388 X509_STORE_CTX_set0_crls(csc, crls); in check()
|
| D | pkcs7.c | 214 STACK_OF(X509_CRL) * crls = NULL; in pkcs7_main() 221 crls = p7->d.sign->crl; in pkcs7_main() 227 crls = p7->d.signed_and_enveloped->crl; in pkcs7_main() 249 if (crls != NULL) { in pkcs7_main() 252 for (i = 0; i < sk_X509_CRL_num(crls); i++) { in pkcs7_main() 253 crl = sk_X509_CRL_value(crls, i); in pkcs7_main()
|
| D | certhash.c | 432 struct hashinfo **crls) in certhash_merge() argument 439 if (hashinfo_chain_sort(crls) == -1) in certhash_merge() 442 certhash_index(*crls, "CRL"); in certhash_merge() 450 for (crl = *crls; crl != NULL; crl = crl->next) { in certhash_merge() 463 for (crl = *crls; crl != NULL; crl = crl->next) { in certhash_merge() 512 struct hashinfo **crls) in certhash_file() argument 544 *crls = hashinfo_chain(*crls, hi); in certhash_file() 562 struct hashinfo *links = NULL, *certs = NULL, *crls = NULL, *link; in certhash_directory() local 582 if (certhash_file(dep, &certs, &crls) == -1) in certhash_directory() 587 if (certhash_merge(&links, &certs, &crls) == -1) { in certhash_directory() [all …]
|
| D | cms.c | 1169 STACK_OF(X509_CRL) *crls = NULL; in cms_main() 1330 crls = load_crls(bio_err, cfg.crlfile, FORMAT_PEM, NULL, in cms_main() 1332 if (crls == NULL) in cms_main() 1700 for (i = 0; i < sk_X509_CRL_num(crls); i++) { in cms_main() 1701 X509_CRL *crl = sk_X509_CRL_value(crls, i); in cms_main() 1781 sk_X509_CRL_pop_free(crls, X509_CRL_free); in cms_main()
|
| D | apps.c | 787 STACK_OF(X509_CRL) *crls; in STACK_OF() 789 if (!load_certs_crls(err, file, format, pass, desc, NULL, &crls)) in STACK_OF() 791 return crls; in STACK_OF()
|
| /openbsd/src/usr.sbin/rpki-client/ |
| D | validate.c | 335 build_crls(const struct crl *crl, STACK_OF(X509_CRL) **crls) in build_crls() argument 337 *crls = NULL; in build_crls() 341 if ((*crls = sk_X509_CRL_new_null()) == NULL) in build_crls() 343 if (!sk_X509_CRL_push(*crls, crl->x509_crl)) in build_crls() 382 STACK_OF(X509_CRL) *crls = NULL; in valid_x509() 388 build_crls(crl, &crls); in valid_x509() 416 X509_STORE_CTX_set0_crls(store_ctx, crls); in valid_x509() 426 sk_X509_CRL_free(crls); in valid_x509() 433 sk_X509_CRL_free(crls); in valid_x509()
|
| D | cms.c | 103 STACK_OF(X509_CRL) *crls = NULL; in cms_parse_validate_internal() 316 crls = CMS_get1_crls(cms); in cms_parse_validate_internal() 317 if (crls != NULL && sk_X509_CRL_num(crls) != 0) { in cms_parse_validate_internal() 368 sk_X509_CRL_pop_free(crls, X509_CRL_free); in cms_parse_validate_internal()
|
| D | output-json.c | 72 json_do_int("crls", st->repo_tal_stats.crls); in outputheader_json()
|
| D | output.c | 285 st->repo_tal_stats.crls, in outputheader()
|
| D | output-ometric.c | 69 ometric_set_int_with_labels(metric, in->crls, in set_common_stats()
|
| D | main.c | 778 out->crls += in->crls; in sum_stats() 1530 printf("Certificate revocation lists: %u\n", stats.repo_tal_stats.crls); in main()
|
| D | extern.h | 614 uint32_t crls; /* revocation lists */ member
|
| D | repo.c | 1599 rp->stats[talid].crls++; in repo_stat_inc()
|
| /openbsd/src/lib/libcrypto/cms/ |
| D | cms_lib.c | 579 return &cms->d.signedData->crls; in STACK_OF() 584 return &cms->d.envelopedData->originatorInfo->crls; in STACK_OF() 678 STACK_OF(X509_CRL) *crls = NULL; in STACK_OF() 689 if (!crls) { in STACK_OF() 690 crls = sk_X509_CRL_new_null(); in STACK_OF() 691 if (!crls) in STACK_OF() 694 if (!sk_X509_CRL_push(crls, rch->d.crl)) { in STACK_OF() 695 sk_X509_CRL_pop_free(crls, X509_CRL_free); in STACK_OF() 701 return crls; in STACK_OF()
|
| D | cms_smime.c | 307 STACK_OF(X509) *certs, STACK_OF(X509_CRL) *crls) in cms_signerinfo_verify_cert() 323 if (crls) in cms_signerinfo_verify_cert() 324 X509_STORE_CTX_set0_crls(ctx, crls); in cms_signerinfo_verify_cert() 349 STACK_OF(X509_CRL) *crls = NULL; in CMS_verify() 390 crls = CMS_get1_crls(cms); in CMS_verify() 393 if (!cms_signerinfo_verify_cert(si, store, cms_certs, crls)) in CMS_verify() 497 sk_X509_CRL_pop_free(crls, X509_CRL_free); in CMS_verify()
|
| D | cms_local.h | 115 STACK_OF(CMS_RevocationInfoChoice) *crls; 160 STACK_OF(CMS_RevocationInfoChoice) *crls;
|
| D | cms_env.c | 891 for (i = 0; i < sk_CMS_RevocationInfoChoice_num(org->crls); i++) { in cms_env_set_originfo_version() 894 rch = sk_CMS_RevocationInfoChoice_value(org->crls, i); in cms_env_set_originfo_version()
|
| D | cms_sd.c | 140 for (i = 0; i < sk_CMS_RevocationInfoChoice_num(sd->crls); i++) { in cms_sd_set_version() 141 rch = sk_CMS_RevocationInfoChoice_value(sd->crls, i); in cms_sd_set_version()
|
| D | cms_asn1.c | 392 .offset = offsetof(CMS_SignedData, crls), 426 .offset = offsetof(CMS_OriginatorInfo, crls),
|
| /openbsd/src/lib/libcrypto/x509/ |
| D | x509_vfy.c | 134 X509_CRL *base, STACK_OF(X509_CRL) *crls); 1066 STACK_OF(X509_CRL) *crls) in get_crl_sk() 1074 for (i = 0; i < sk_X509_CRL_num(crls); i++) { in get_crl_sk() 1075 crl = sk_X509_CRL_value(crls, i); in get_crl_sk() 1099 get_delta_sk(ctx, pdcrl, pscore, best_crl, crls); in get_crl_sk() 1183 STACK_OF(X509_CRL) *crls) in get_delta_sk() 1192 for (i = 0; i < sk_X509_CRL_num(crls); i++) { in get_delta_sk() 1193 delta = sk_X509_CRL_value(crls, i); in get_delta_sk() 1347 crl_ctx.crls = ctx->crls; in check_crl_path() 1524 ctx->crls); in get_crl_delta() [all …]
|
| D | x509_local.h | 342 STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */
|
| /openbsd/src/etc/mtree/ |
| D | 4.4BSD.dist | 32 crls 56 crls
|
| /openbsd/src/distrib/sets/lists/base/ |
| D | mi | 175 ./etc/iked/crls 185 ./etc/isakmpd/crls
|