[#OSSL_CMP_CTX_get0_trustedStore] = OSSL_CMP_CTX_get0_trustedStore :mrdocs: Return the trusted certificate store used to authenticate the CMP server. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509_STORE.adoc[X509_STORE]* OSSL_CMP_CTX_get0_trustedStore(xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX] const* ctx); ---- == Return Value Internal X509_STORE pointer owned by `ctx,` or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#