Set the client CMP signer certificate on the context.

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_CTX_set1_cert(
    OSSL_CMP_CTX* ctx,
    X509* cert);

Return Value

1 on success, 0 on error.

Parameters

Name

Description

ctx

CMP context.

cert

Client certificate used to protect outgoing messages, or NULL to clear.

Created with MrDocs