OSSL_CRMF_MSG_PKIPublicationInfo_push0_SinglePubInfo

Append a SinglePubInfo to a PKIPublicationInfo pubInfos list.

Synopsis

Declared in <openssl/crmf.h>

int
OSSL_CRMF_MSG_PKIPublicationInfo_push0_SinglePubInfo(
    OSSL_CRMF_PKIPUBLICATIONINFO* pi,
    OSSL_CRMF_SINGLEPUBINFO* spi);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
piPKIPublicationInfo to update.
spiSinglePubInfo to append; ownership is transferred to pi.