Enable accepting IR/CR/KUR requests with POPO raVerified.
Declared in <openssl/cmp.h>
int
OSSL_CMP_SRV_CTX_set_accept_raverified(
OSSL_CMP_SRV_CTX* srv_ctx,
int val);
1 on success, 0 on error.
| Name | Description |
|---|---|
| srv_ctx | CMP server context. |
| val | Non-zero to enable, 0 to disable. |