Set the pkiPublicationInfo regCtrl in a CRMF CertReqMsg.

Synopsis

Declared in <openssl/crmf.h>

int
OSSL_CRMF_MSG_set1_regCtrl_pkiPublicationInfo(
    OSSL_CRMF_MSG* msg,
    OSSL_CRMF_PKIPUBLICATIONINFO const* pi);

Return Value

1 on success, or 0 on error.

Parameters

Name

Description

msg

CertReqMsg to update.

pi

PKIPublicationInfo value to copy; see RFC 4211 section 6.3.

Created with MrDocs