[#OSSL_CMP_CTX_set1_untrusted] = OSSL_CMP_CTX_set1_untrusted :mrdocs: Set untrusted certificates used when validating CMP server messages. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CMP_CTX_set1_untrusted( xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX]* ctx, xref:stack_st_X509.adoc[stack_st_X509]* certs); ---- == Return Value 1 on success, 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context. | *certs* | Intermediate certificate stack, or NULL to clear. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#