Open Enclave  0.11.0

◆ oe_free_endorsements()

oe_result_t oe_free_endorsements ( uint8_t *  endorsements_buffer)

oe_free_endorsements

Frees the generated attestation endorsements. This function is only available in the enclave.

This feature is marked as experimental:
Parameters
[in]endorsements_bufferA pointer to the endorsements buffer.
Return values
OE_OKThe function succeeded.
otherappropriate error code.