Home | History | Annotate | Download | only in x509v3

Lines Matching full:distpoint

283 		ret = set_dist_point_name(&point->distpoint, ctx, cnf);
355 if(!(point->distpoint = DIST_POINT_NAME_new()))
357 point->distpoint->name.fullname = gens;
358 point->distpoint->type = 0;
405 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
419 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0),
461 ret = set_dist_point_name(&idp->distpoint, ctx, cnf);
542 if (idp->distpoint)
543 print_distpoint(out, idp->distpoint, indent);
555 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0)
573 if(point->distpoint)
574 print_distpoint(out, point->distpoint, indent);