Searched refs:distpoint (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_crld.c283 ret = set_dist_point_name(&point->distpoint, ctx, cnf);
349 if (!(point->distpoint = DIST_POINT_NAME_new()))
351 point->distpoint->name.fullname = gens;
352 point->distpoint->type = 0;
456 .offset = offsetof(DIST_POINT, distpoint),
457 .field_name = "distpoint",
568 .offset = offsetof(ISSUING_DIST_POINT, distpoint),
569 .field_name = "distpoint",
681 ret = set_dist_point_name(&idp->distpoint, ctx, cnf);
755 if (idp->distpoint)
[all...]
H A Dx509_purp.c316 if (!dp->distpoint || (dp->distpoint->type != 1))
328 DIST_POINT_set_dpname(dp->distpoint, iname);
H A Dx509v3.h249 DIST_POINT_NAME *distpoint; member in struct:DIST_POINT_st
323 DIST_POINT_NAME *distpoint; member in struct:ISSUING_DIST_POINT_st
H A Dx509_vfy.c1495 idp_check_dp(dp->distpoint, crl->idp->distpoint)) {
1501 if ((!crl->idp || !crl->idp->distpoint) &&
/openbsd-current/usr.sbin/rpki-client/
H A Dx509.c837 if (dp->distpoint == NULL) {
842 if (dp->distpoint->dpname != NULL) {
848 if (dp->distpoint->type != 0) {
850 " expected fullName, have %d", fn, dp->distpoint->type);
854 names = dp->distpoint->name.fullname;
/openbsd-current/lib/libcrypto/asn1/
H A Dx_crl.c378 DIST_POINT_set_dpname(idp->distpoint, X509_CRL_get_issuer(crl));

Completed in 195 milliseconds