OSSL_CMP_CTX_get_failInfoCode

Return the failInfo bit field from the last CMP transaction.

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_CTX_get_failInfoCode(OSSL_CMP_CTX const* ctx);

Return Value

failInfo integer, or -1 if unavailable.

Parameters

NameDescription
ctxCMP context.