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

SGX endorsement and platform library #225

Merged

Conversation

amendelzon
Copy link
Collaborator

  • Added endorsement initialisation and finalisation functions for SGX
  • Added system finalisation ecall, used within the untrusted code's finalisation routine
  • Removed old stubs for SGX's HAL platform and endorsement
  • Added der_utils library to aid with endorsement signature encoding
  • Implemented SGX endorsement library
  • Implemented SGX platform library
  • Adjusting sync acquire lock's function to account for different return types
  • Removed now unused hmac_sha256 library from SGX's HAL
  • Added SGX's HAL der_utils and endorsement unit tests

- Added endorsement initialisation and finalisation functions for SGX
- Added system finalisation ecall, used within the untrusted code's finalisation routine
- Removed old stubs for SGX's HAL platform and endorsement
- Added der_utils library to aid with endorsement signature encoding
- Implemented SGX endorsement library
- Implemented SGX platform library
- Adjusting sync acquire lock's function to account for different return types
- Removed now unused hmac_sha256 library from SGX's HAL
- Added SGX's HAL der_utils and endorsement unit tests
@amendelzon amendelzon force-pushed the feature/sgx-attestation--endorsement-platform-lib branch from de04ccb to b47952d Compare November 29, 2024 19:01
Copy link
Collaborator

@italo-sampaio italo-sampaio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@amendelzon amendelzon merged commit 344228a into feature/sgx Dec 2, 2024
5 checks passed
@amendelzon amendelzon deleted the feature/sgx-attestation--endorsement-platform-lib branch December 2, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants