Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will this library support remote attestation? #112

Open
prz23 opened this issue Apr 28, 2023 · 1 comment
Open

Will this library support remote attestation? #112

prz23 opened this issue Apr 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@prz23
Copy link

prz23 commented Apr 28, 2023

A TEE with remote attestation capability is required for it to function as a server, so I would like to ask if there are any plans for the Teaclave SDK to implement remote attestation capabilities?

@DemesneGH
Copy link
Contributor

Hi @prz23
The mutual attestation has been implemented in Teaclave and Teaclave SGX SDK (reference: incubator-teaclave/mutual-attestation.md at master · apache/incubator-teaclave · GitHub). Adding remote attestation support in the Teaclave TrustZone SDK is on our road map and we've made some progress on that.

Here's an overview of the related work:

In order to complete the TrustZone SDK implementation, we need to:

  • Wrap the APIs for the TA to call the pseudo TA, such as TEE_OpenTASession
  • Customize the TLS certificate based on our TLS client/server example
  • Add the attestation module and attestation example

We'll keep you informed of any updates on this thread. If you're interested in implementing this feature, we'd appreciate your contribution. Thank you!

@DemesneGH DemesneGH added the enhancement New feature or request label Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants