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/08 18:17:51 UTC

[incubator-teaclave-sgx-sdk] branch v2.0.0-preview updated (0288222a -> 39d58314)

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 0288222a Merge pull request #377 from apache/feat-std-feature-gate-initenv
     add 39d58314 add hyper based https server example

No new revisions were added by this update.

Summary of changes:
 .../Makefile                                       |   4 +-
 .../app/Cargo.toml                                 |   0
 .../app/build.rs                                   |   0
 .../app/src/main.rs                                |   6 +-
 .../hyper-rustls-https-server/certs/sample.pem     | 113 +++++++++
 .../hyper-rustls-https-server/certs/sample.rsa     |  27 +++
 .../enclave/Cargo.toml                             |  14 +-
 .../enclave/Xargo.toml                             |   0
 .../enclave/config.xml                             |   0
 .../enclave/enclave.edl                            |   1 +
 .../enclave/enclave.lds                            |   0
 .../enclave/private.pem                            |   0
 .../hyper-rustls-https-server/enclave/src/lib.rs   | 267 +++++++++++++++++++++
 13 files changed, 424 insertions(+), 8 deletions(-)
 copy samplecode/{httpreq => hyper-rustls-https-server}/Makefile (98%)
 copy samplecode/{backtrace => hyper-rustls-https-server}/app/Cargo.toml (100%)
 copy samplecode/{backtrace => hyper-rustls-https-server}/app/build.rs (100%)
 copy samplecode/{zlib-lazy-static-sample => hyper-rustls-https-server}/app/src/main.rs (89%)
 create mode 100644 samplecode/hyper-rustls-https-server/certs/sample.pem
 create mode 100644 samplecode/hyper-rustls-https-server/certs/sample.rsa
 copy samplecode/{httpreq => hyper-rustls-https-server}/enclave/Cargo.toml (65%)
 copy samplecode/{crypto => hyper-rustls-https-server}/enclave/Xargo.toml (100%)
 copy samplecode/{rpc/client => hyper-rustls-https-server}/enclave/config.xml (100%)
 copy samplecode/{rpc/server => hyper-rustls-https-server}/enclave/enclave.edl (96%)
 copy samplecode/{backtrace => hyper-rustls-https-server}/enclave/enclave.lds (100%)
 copy samplecode/{backtrace => hyper-rustls-https-server}/enclave/private.pem (100%)
 create mode 100644 samplecode/hyper-rustls-https-server/enclave/src/lib.rs


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