Return the PKIStatus from the last CMP transaction stored on the context.
Synopsis
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_get_status(OSSL_CMP_CTX const* ctx);
Return Value
PKIStatus value, or ‐1 if unavailable.
Parameters
Name |
Description |
ctx |
CMP context. |
Created with MrDocs