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

Name

Description

ctx

CMP context.

Created with MrDocs