OSSL_CMP_MSG_update_recipNonce

Copy the context senderNonce into a CMP message recipNonce field.

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_MSG_update_recipNonce(
    OSSL_CMP_CTX* ctx,
    OSSL_CMP_MSG* msg);

Return Value

1 on success, 0 on error.

Parameters

NameDescription
ctxCMP context supplying the nonce.
msgOutgoing CMP message whose header is updated.