DIST_POINT_set_dpname

Fill a relative distribution-point name using an issuer X509_NAME.

Synopsis

Declared in <openssl/x509v3.h>

int
DIST_POINT_set_dpname(
    DIST_POINT_NAME* dpn,
    X509_NAME const* iname);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
dpnDistribution point name of type relativename to complete.
inameIssuer name prefixed to each relative RDN.