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

Configurable SGX signing key #368

Open
g2flyer opened this issue Jun 9, 2020 · 0 comments
Open

Configurable SGX signing key #368

g2flyer opened this issue Jun 9, 2020 · 0 comments
Labels
Milestone

Comments

@g2flyer
Copy link
Contributor

g2flyer commented Jun 9, 2020

Is your feature request related to a problem? Please describe.
Currently we generate on-demand new sgx signing keys for each enclave we generate (e.g., via
common/crypto/Makefile,
ecc_enclave/enclave/CMakeLists-common-app-enclave.txt, and
tlcc_enclave/enclave/CMakeLists.txt). For real/production use this would though have to be a single secure key (and whitelisted by Intel for EPID).

Describe the solution you'd like
Make it so that there is a common key used by the build scripts and this key can be configured as input and is only optionally created on the fly.

Describe alternatives you've considered

Additional context

@g2flyer g2flyer added the feature label Jun 9, 2020
@g2flyer g2flyer added this to the MVP milestone Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant