Searched refs:distpoint (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | v3_crld.c | 220 ret = set_dist_point_name(&point->distpoint, ctx, cnf); in crldp_from_section() 288 if ((point->distpoint = DIST_POINT_NAME_new()) == NULL) { in v2i_crld() 292 point->distpoint->name.fullname = gens; in v2i_crld() 293 point->distpoint->type = 0; in v2i_crld() 332 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0), 345 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0), 387 ret = set_dist_point_name(&idp->distpoint, ctx, cnf); in v2i_idp() 440 if (idp->distpoint) in i2r_idp() 441 print_distpoint(out, idp->distpoint, indent); in i2r_idp() 452 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0) in i2r_idp() [all …]
|
| H A D | v3_purp.c | 354 if (dp->distpoint == NULL && sk_GENERAL_NAME_num(dp->CRLissuer) <= 0) { in setup_dp() 367 if (dp->distpoint == NULL || dp->distpoint->type != 1) in setup_dp() 387 return DIST_POINT_set_dpname(dp->distpoint, iname) ? 1 : -1; in setup_dp()
|
| H A D | x_crl.c | 318 ret = DIST_POINT_set_dpname(idp->distpoint, X509_CRL_get_issuer(crl)); in setup_idp() 325 if (crl->idp_flags == IDP_PRESENT && idp->distpoint == NULL) in setup_idp()
|
| H A D | x509_vfy.c | 1620 || idp_check_dp(dp->distpoint, crl->idp->distpoint)) { in crl_crldp_check() 1626 return (crl->idp == NULL || crl->idp->distpoint == NULL) in crl_crldp_check()
|
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_asn.c | 708 if ((dpn = dp->distpoint) != NULL) { in OSSL_CMP_CRLSTATUS_create() 723 if (idp != NULL && idp->distpoint != NULL) in OSSL_CMP_CRLSTATUS_create() 724 dpn = idp->distpoint; in OSSL_CMP_CRLSTATUS_create()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | x509v3.h.in | 235 DIST_POINT_NAME *distpoint; member 368 DIST_POINT_NAME *distpoint; member 1398 DIST_POINT_NAME *distpoint; member
|
| H A D | x509v3.h | 331 DIST_POINT_NAME *distpoint; member 608 DIST_POINT_NAME *distpoint; member 1999 DIST_POINT_NAME *distpoint; member
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | apps.c | 2425 if (!dp->distpoint || dp->distpoint->type != 0) in get_dp_url() 2427 gens = dp->distpoint->name.fullname; in get_dp_url()
|
| /freebsd/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 1787 X509V3_R_DISTPOINT_ALREADY_SET:160:distpoint already set 1870 X509_R_INVALID_DISTPOINT:143:invalid distpoint
|