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

Name

Description

dpn

Distribution point name of type relativename to complete.

iname

Issuer name prefixed to each relative RDN.

Created with MrDocs