Copy the context transactionID into a CMP message header.
Declared in <openssl/cmp.h>
int
OSSL_CMP_MSG_update_transactionID(
OSSL_CMP_CTX* ctx,
OSSL_CMP_MSG* msg);
1 on success, 0 on error.
| Name | Description |
|---|---|
| ctx | CMP context supplying the transactionID. |
| msg | Outgoing CMP message whose header is updated. |