Return the validated CMP server certificate from the last transaction.
Declared in <openssl/cmp.h>
X509*
OSSL_CMP_CTX_get0_validatedSrvCert(OSSL_CMP_CTX const* ctx);
Server certificate pointer owned by ctx, or NULL if unavailable.
| Name | Description |
|---|---|
| ctx | CMP context. |