OSSL_CMP_HDR_get0_recipNonce

Return the recipNonce from a CMP PKIHeader.

Synopsis

Declared in <openssl/cmp.h>

ASN1_OCTET_STRING*
OSSL_CMP_HDR_get0_recipNonce(OSSL_CMP_PKIHEADER const* hdr);

Return Value

Internal recipNonce octet string, or NULL if absent.

Parameters

NameDescription
hdrPKIHeader to query.