You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Yu Ding <no...@github.com> on 2020/06/22 06:03:25 UTC

[apache/incubator-teaclave-sgx-sdk] add the first dcap sample (#250)

This commit adds dcap-pckretrieval to demonstrate how to use teaclave sgx sdk in dcap mode. more examples will come up later.
You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave-sgx-sdk/pull/250

-- Commit Summary --

  * first dcap tool commit
  * rewrite qpl
  * remove a assertion
  * Readme.md

-- File Changes --

    A samplecode/dcap-pckretrieval/Makefile (171)
    A samplecode/dcap-pckretrieval/Readme.md (82)
    A samplecode/dcap-pckretrieval/app/Cargo.toml (16)
    A samplecode/dcap-pckretrieval/app/build.rs (41)
    A samplecode/dcap-pckretrieval/app/src/main.rs (250)
    A samplecode/dcap-pckretrieval/bin/.gitkeep (0)
    A samplecode/dcap-pckretrieval/enclave/Cargo.toml (42)
    A samplecode/dcap-pckretrieval/enclave/Enclave.config.xml (10)
    A samplecode/dcap-pckretrieval/enclave/Enclave.edl (30)
    A samplecode/dcap-pckretrieval/enclave/Enclave.lds (9)
    A samplecode/dcap-pckretrieval/enclave/Enclave_private.pem (39)
    A samplecode/dcap-pckretrieval/enclave/Makefile (38)
    A samplecode/dcap-pckretrieval/enclave/Xargo.toml (95)
    A samplecode/dcap-pckretrieval/enclave/src/lib.rs (48)
    A samplecode/dcap-pckretrieval/enclave/x86_64-unknown-linux-sgx.json (31)
    A samplecode/dcap-pckretrieval/lib/readme.txt (1)
    A samplecode/dcap-pckretrieval/qpl/Cargo.toml (15)
    A samplecode/dcap-pckretrieval/qpl/src/lib.rs (145)

-- Patch Links --

https://github.com/apache/incubator-teaclave-sgx-sdk/pull/250.patch
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/250.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/250

Re: [apache/incubator-teaclave-sgx-sdk] add the first dcap sample (#250)

Posted by Yu Ding <no...@github.com>.
Merged #250 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/250#event-3466670290