Return the trusted certificate store used to authenticate the CMP server.
Declared in <openssl/cmp.h>
X509_STORE*
OSSL_CMP_CTX_get0_trustedStore(OSSL_CMP_CTX const* ctx);
Internal X509_STORE pointer owned by ctx, or NULL if unset.
| Name | Description |
|---|---|
| ctx | CMP context. |