Set the subject DN in the certificate template.

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_CTX_set1_subjectName(
    OSSL_CMP_CTX* ctx,
    X509_NAME const* name);

Return Value

1 on success, 0 on error.

Parameters

Name

Description

ctx

CMP context.

name

Subject X509_NAME to copy, or NULL to clear.

Created with MrDocs