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

rduan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git


    from 3c903bda Support intel-sdk-2.20 and dcap-1.17
     new ff8f3dbf Example for microsoft azure attestation
     new 1b1d0337 Add README and doc strings.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../Makefile                                       |   8 +-
 samplecode/microsoft_azure_attestation/README.md   |  33 ++
 .../app/Cargo.toml                                 |  15 +-
 .../app/build.rs                                   |   0
 .../microsoft_azure_attestation/app/src/main.rs    | 414 +++++++++++++++++++++
 .../bin/.gitkeep                                   |   0
 .../enclave/Cargo.toml                             |   4 +-
 .../enclave/Enclave.config.xml                     |   0
 .../enclave/Enclave.edl                            |   1 +
 .../enclave/Enclave.lds                            |   0
 .../enclave/Enclave_private.pem                    |   0
 .../enclave/Makefile                               |   4 +-
 .../enclave/Xargo.toml                             |   0
 .../enclave/src/lib.rs                             |  18 +-
 .../enclave/x86_64-unknown-linux-sgx.json          |   0
 .../lib/readme.txt                                 |   0
 16 files changed, 476 insertions(+), 21 deletions(-)
 copy samplecode/{prost-protobuf => microsoft_azure_attestation}/Makefile (96%)
 create mode 100644 samplecode/microsoft_azure_attestation/README.md
 copy samplecode/{dcap-pckretrieval => 
microsoft_azure_attestation}/app/Cargo.toml (52%)
 copy samplecode/{dcap-pckretrieval => 
microsoft_azure_attestation}/app/build.rs (100%)
 create mode 100644 samplecode/microsoft_azure_attestation/app/src/main.rs
 copy samplecode/{dcap-pckretrieval => 
microsoft_azure_attestation}/bin/.gitkeep (100%)
 copy samplecode/{dcap-pckretrieval => 
microsoft_azure_attestation}/enclave/Cargo.toml (96%)
 copy samplecode/{dcap-pckretrieval => 
microsoft_azure_attestation}/enclave/Enclave.config.xml (100%)
 copy samplecode/{dcap-pckretrieval => 
microsoft_azure_attestation}/enclave/Enclave.edl (92%)
 copy samplecode/{backtrace => microsoft_azure_attestation}/enclave/Enclave.lds 
(100%)
 copy samplecode/{dcap-pckretrieval => 
microsoft_azure_attestation}/enclave/Enclave_private.pem (100%)
 copy samplecode/{mutual-ra => microsoft_azure_attestation}/enclave/Makefile 
(92%)
 copy samplecode/{dcap-pckretrieval => 
microsoft_azure_attestation}/enclave/Xargo.toml (100%)
 copy samplecode/{dcap-pckretrieval => 
microsoft_azure_attestation}/enclave/src/lib.rs (83%)
 copy samplecode/{backtrace => 
microsoft_azure_attestation}/enclave/x86_64-unknown-linux-sgx.json (100%)
 copy samplecode/{backtrace => microsoft_azure_attestation}/lib/readme.txt 
(100%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to