Set the senderNonce placed in outgoing CMP PKIHeader fields.
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_set1_senderNonce(
OSSL_CMP_CTX* ctx,
ASN1_OCTET_STRING const* nonce);
1 on success, 0 on error.
| Name | Description |
|---|---|
| ctx | CMP context. |
| nonce | Sender nonce octet string to copy, or NULL to clear. |