OSSL_CMP_CTX_set1_transactionID

Set the transactionID placed in outgoing CMP PKIHeader fields.

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_CTX_set1_transactionID(
    OSSL_CMP_CTX* ctx,
    ASN1_OCTET_STRING const* id);

Return Value

1 on success, 0 on error.

Parameters

NameDescription
ctxCMP context.
idTransaction ID octet string to copy, or NULL to clear.