You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by di...@apache.org on 2022/04/22 04:07:14 UTC

[incubator-teaclave-sgx-sdk] branch v2.0.0-preview updated (64cf3278 -> 4a5be537)

This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a change to branch v2.0.0-preview
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git


    from 64cf3278 add project template
     add 4a5be537 mutual ra compiles. not tested

No new revisions were added by this update.

Summary of changes:
 samplecode/{httpreq => mutual-ra}/Makefile         |   4 +-
 samplecode/mutual-ra/Readme.md                     |   1 +
 samplecode/mutual-ra/Readme.md.gpg                 | Bin 0 -> 983 bytes
 samplecode/{backtrace => mutual-ra}/app/Cargo.toml |   0
 samplecode/{backtrace => mutual-ra}/app/build.rs   |   0
 samplecode/mutual-ra/app/src/main.rs               | 159 +++++
 .../enclave/AttestationReportSigningCACert.pem     |  31 +
 .../enclave/Cargo.toml                             |  27 +-
 .../{crypto => mutual-ra}/enclave/Xargo.toml       |   0
 .../{httpreq => mutual-ra}/enclave/config.xml      |   2 +-
 samplecode/mutual-ra/enclave/enclave.edl           |  51 ++
 .../{backtrace => mutual-ra}/enclave/enclave.lds   |   0
 .../{backtrace => mutual-ra}/enclave/private.pem   |   0
 samplecode/mutual-ra/enclave/src/cert.rs           | 384 +++++++++++
 samplecode/mutual-ra/enclave/src/hex.rs            |  99 +++
 samplecode/mutual-ra/enclave/src/lib.rs            | 704 +++++++++++++++++++++
 16 files changed, 1450 insertions(+), 12 deletions(-)
 copy samplecode/{httpreq => mutual-ra}/Makefile (98%)
 create mode 100644 samplecode/mutual-ra/Readme.md
 create mode 100644 samplecode/mutual-ra/Readme.md.gpg
 copy samplecode/{backtrace => mutual-ra}/app/Cargo.toml (100%)
 copy samplecode/{backtrace => mutual-ra}/app/build.rs (100%)
 create mode 100644 samplecode/mutual-ra/app/src/main.rs
 create mode 100644 samplecode/mutual-ra/enclave/AttestationReportSigningCACert.pem
 copy samplecode/{hyper-rustls-https-server => mutual-ra}/enclave/Cargo.toml (57%)
 copy samplecode/{crypto => mutual-ra}/enclave/Xargo.toml (100%)
 copy samplecode/{httpreq => mutual-ra}/enclave/config.xml (97%)
 create mode 100644 samplecode/mutual-ra/enclave/enclave.edl
 copy samplecode/{backtrace => mutual-ra}/enclave/enclave.lds (100%)
 copy samplecode/{backtrace => mutual-ra}/enclave/private.pem (100%)
 create mode 100644 samplecode/mutual-ra/enclave/src/cert.rs
 create mode 100644 samplecode/mutual-ra/enclave/src/hex.rs
 create mode 100644 samplecode/mutual-ra/enclave/src/lib.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org