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