You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by rd...@apache.org on 2021/09/28 10:53:15 UTC

[incubator-teaclave-sgx-sdk] branch v1.1.4-testing updated (6cf7314 -> 6f54d39)

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

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


    from 6cf7314  Merge pull request #352 from PiDelport/sgx_unwind/avoid-unnecessary-rebuild
     add 5510192  Polish documents (#359)
     add c21fd9c  fix: correct buffer overwrite in sgx_libc::ocall::{read, pread64, readv, preadv64}
     add 733c3ab  fix: add suggestions of @volcano0dr.
     add 442fe71  Merge pull request #353 from mithril-security/readv-fix-pr
     add 9b54988  docs(project_template, README): fix typos
     add 85676a4  docs(project_template, Makefiles): fix typos
     add ed1c196  fix(project_template): avoid hardcoding SGX_SDK
     add 422d021  style(project_template): cargo fmt
     add c553179  style(project_template): normalise whitespace
     add 79e9bee  Merge pull request #347 from PiDelport/cleanup-project-template
     add 6f54d39  Polish README.md (#361)

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |  25 ++
 Readme.md => README.md                             | 367 +++++++++++---------
 documents/README.md                                |  26 +-
 documents/ccsp17.pdf                               | Bin 424716 -> 0 bytes
 ...ocal-rust-sgx-enclave-in-docker-with-sgx-gdb.md | 236 +++++++++++++
 documents/developing-with-vscode.md                |   2 +-
 documents/environment-setup.md                     | 139 ++++++++
 documents/gbdt.pdf                                 | Bin 118250 -> 0 bytes
 .../mitigation-of-intel-sa-00219-in-rust-sgx.md    | 379 +++++++++++++++++++++
 documents/performance-optimization-tips.md         |  52 +++
 documents/public-cloud-for-rust-sgx-development.md |   9 +
 ...-18.04-for-vscode---sgx-gdb-remote-debugging.md |  70 ++++
 documents/sgx_in_mesalock_linux.md                 |  11 +-
 documents/sgxtime.md                               |   4 +-
 .../the-world-of-forked-crates.md                  |   3 +
 ...x-gdb-for-graphic-developing-(not-in-docker).md |  81 +++++
 rustsgx.png                                        | Bin 1639 -> 0 bytes
 samplecode/project_template/README.md              |  14 +-
 samplecode/project_template/app/Makefile           |  14 +-
 samplecode/project_template/app/build.rs           |  11 +-
 samplecode/project_template/app/src/main.rs        |  45 ++-
 samplecode/project_template/enclave/Cargo.toml     |   2 +-
 samplecode/project_template/enclave/Makefile       |  14 +-
 samplecode/project_template/enclave/src/lib.rs     |   2 -
 sgx_libc/src/linux/x86_64/ocall.rs                 |  25 +-
 25 files changed, 1305 insertions(+), 226 deletions(-)
 create mode 100644 .asf.yaml
 rename Readme.md => README.md (64%)
 delete mode 100644 documents/ccsp17.pdf
 create mode 100644 documents/debugging-a-local-rust-sgx-enclave-in-docker-with-sgx-gdb.md
 create mode 100644 documents/environment-setup.md
 delete mode 100644 documents/gbdt.pdf
 create mode 100644 documents/mitigation-of-intel-sa-00219-in-rust-sgx.md
 create mode 100644 documents/performance-optimization-tips.md
 create mode 100644 documents/public-cloud-for-rust-sgx-development.md
 create mode 100644 documents/setup-gdb-7.11-on-ubuntu-18.04-for-vscode---sgx-gdb-remote-debugging.md
 copy third_party/Readme.md => documents/the-world-of-forked-crates.md (97%)
 create mode 100644 documents/use-vscode---rls---rust-analysis---sgx-gdb-for-graphic-developing-(not-in-docker).md
 delete mode 100644 rustsgx.png

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