Set untrusted certificates used when validating CMP server messages.
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_set1_untrusted(
OSSL_CMP_CTX* ctx,
stack_st_X509* certs);
1 on success, 0 on error.
| Name | Description |
|---|---|
| ctx | CMP context. |
| certs | Intermediate certificate stack, or NULL to clear. |