Open Enclave  0.15.0

◆ oe_verifier_get_formats()

oe_result_t oe_verifier_get_formats ( oe_uuid_t **  format_ids,
size_t *  format_ids_length 
)

oe_verifier_get_formats

Gets a list of evidence format ids accepted by the verifier for evidence verification.

This feature is marked as experimental:
Parameters
[out]format_idsAn output pointer that will be assigned the address of a dynamically allocated buffer that holds the returned list of format ids supported for evidence verification.
[out]format_ids_lengthA pointer that points to the length of the returned format id list (number of format id entries).
Return values
OE_OKon success.
OE_INVALID_PARAMETERAt least one of the parameters is invalid.
otherappropriate error code.