-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch from ias to dcap * Mount sgx qcnl * Mount sgx qcnl * Start aesmd in the background * Fix apt install * Fix apt install * Fix entrypoint * Fix lib path * Remove starting aesmd * Try with entrypoint * Move WORKDIR down * only ignore yaml files * Move back WORKDIR * Addedd qcnl sgx conf * change entrypoint to command * change entrypoint to command * Don't run aesmd service in cli * Try to remove IAS_SPID envs * Do not use ias version of the node * Do not use ias version of the node * Add back ias node * attestation-service: enable SGX DCAP QPL logging * docker: add missing DCAP packages * attestation: rename function used in MURA to distingiuish between DCAP and EPID attestation * attestation: preparing for DCAP MURA * attestation: prepare for DCAP * move qe_get_* to the worker * backup, linker error * testing * dcap-mura: fix DCAP API calls order * enclave-runtime: add dcap feature flag to it as well * fixup! enclave-runtime: add dcap feature flag to it as well * attestation-handler: return private_key as well from generate_dcap_ra_cert * add logging * fix logging * mura-dcap: add target to provisioning as well * MURA: use the same target * add printing for cert_der * to be dropped * mura: base64 encode the payload * fixup! mura: base64 encode the payload * fixup! mura: base64 encode the payload * mura: basically disable it with dcap * gha: add back clippy * attestation-handler: remove build.rs * attestation-handler: remove commented out code * attestation-handler: add debug log * fix typo * enclave-runtime: fix clippy * build: revert dcap lib linking * build: revert cargo verbosity * docker: remove epid leftover files * attestation-handler: return error if base64 decoding fails * docker: fix typo in network name * local-setup: print worker command as well * dcap with sw mode: fix * gha/build: remove worker_features_arg * dcap with sw mode: fix integration tests * cli: add a note regarding dcap * clippy: fix * mura: fix dcap related parameter references * fixup! mura: fix dcap related parameter references * docker: enable debug logging * add more logs * fixup! add more logs * mura: make sure enclave gets the correct reference * Revert "docker: enable debug logging" This reverts commit 1681a81. * Revert "add more logs" This reverts commit f141e03. * service: remove potentially unnecessary clone() * attestation-handler: remove enum variant import * attestation-handler: add TODO for MURA removal * enclave-runtime/attestation: remove obsolete todo --------- Co-authored-by: Szilard Parrag <[email protected]>
- Loading branch information
Showing
33 changed files
with
517 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
.github | ||
.idea | ||
ci/ | ||
docker/ | ||
docker/*yml | ||
docs/ | ||
local-setup/ | ||
scripts/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.