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
Name |
Description |
srv_ctx |
CMP server context. |
val |
Non‐zero to enable, 0 to disable. |
Created with MrDocs