OSSL_CMP_SRV_CTX_set_accept_unprotected

Enable accepting CMP requests without protection or with invalid protection.

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_SRV_CTX_set_accept_unprotected(
    OSSL_CMP_SRV_CTX* srv_ctx,
    int val);

Return Value

1 on success, 0 on error.

Parameters

NameDescription
srv_ctxCMP server context.
valNon-zero to enable, 0 to disable.