capeprivacy / tf-trusted

tf-trusted allows you to run TensorFlow models in secure enclaves

Home Page:https://capeprivacy.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate how to implement Remote Attestation

justin1121 opened this issue · comments

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.