tf-trusted
tf-trusted copied to clipboard
Investigate how to implement Remote Attestation
Remote Attestation allows an SGX/enclave device to prove that it is a trusted device. Currently Asylo does not have remote attestation implemented. Further details here.
Another route we could take is to implement Intel Remote Attestation ourselves using this guide and extending the Asylo interface suggested in the above asylo thread.