OSSL_CMP_MSG_update_transactionID

Copy the context transactionID into a CMP message header.

Synopsis

Declared in <openssl/cmp.h>

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

Return Value

1 on success, 0 on error.

Parameters

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