Searched refs:distpoint (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_crld.c | 219 ret = set_dist_point_name(&point->distpoint, ctx, cnf); in crldp_from_section() 279 if ((point->distpoint = DIST_POINT_NAME_new()) == NULL) in v2i_crld() 281 point->distpoint->name.fullname = gens; in v2i_crld() 282 point->distpoint->type = 0; in v2i_crld() 324 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0), 338 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0), 378 ret = set_dist_point_name(&idp->distpoint, ctx, cnf); in v2i_idp() 444 if (idp->distpoint) in i2r_idp() 445 print_distpoint(out, idp->distpoint, indent); in i2r_idp() 456 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0) in i2r_idp() [all …]
|
H A D | v3_purp.c | 312 if (dp->distpoint == NULL && sk_GENERAL_NAME_num(dp->CRLissuer) <= 0) { in setup_dp() 325 if (dp->distpoint == NULL || dp->distpoint->type != 1) in setup_dp() 345 return DIST_POINT_set_dpname(dp->distpoint, iname) ? 1 : -1; in setup_dp()
|
H A D | x_crl.c | 321 return DIST_POINT_set_dpname(idp->distpoint, X509_CRL_get_issuer(crl)); in setup_idp()
|
H A D | x509_vfy.c | 1470 || idp_check_dp(dp->distpoint, crl->idp->distpoint)) { in crl_crldp_check() 1476 return (crl->idp == NULL || crl->idp->distpoint == NULL) in crl_crldp_check()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 217 DIST_POINT_NAME *distpoint; member 340 DIST_POINT_NAME *distpoint; member
|
H A D | x509v3.h | 313 DIST_POINT_NAME *distpoint; member 580 DIST_POINT_NAME *distpoint; member
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 2374 if (!dp->distpoint || dp->distpoint->type != 0) in get_dp_url() 2376 gens = dp->distpoint->name.fullname; in get_dp_url()
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 1608 X509V3_R_DISTPOINT_ALREADY_SET:160:distpoint already set 1689 X509_R_INVALID_DISTPOINT:143:invalid distpoint
|