I'm trying to run the remote attestation sample code in the Intel SGX SDK. I always get error "Error, call sgx_ra_get_msg1 fail [wmain]." I think it's because that the sgx_ra_init(&g_sp_pub_key, b_pse, p_context)
function returns a zero value p_context
, which can't be used.
Is there anyone can run the remote attestation sample code correctly? PS:I can run the local attestation sample code, I think the Intel SGX development environment is OK.