You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Mingshen Sun <no...@github.com> on 2020/04/23 00:20:19 UTC

[apache/incubator-teaclave] Code polishing and more docs (#272)

## Description

- Use `PlatformError` in the platform mod in attestation
- Track EDL changes in `build.rs`
- Update runtime docker to support simulation mode
- Add docs
  - My First Function
  - Mutual Attestation: Why and How
  - Threat Model
You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/272

-- Commit Summary --

  * [attestation] Use PlatformError for platform return result
  * Track edl changes in build.rs
  * [license] Remove licenses of unused projects
  * [docker] Update runtime docker to support simulation mode
  * [docs] Add mutual attestation explanation in docs
  * [docs] Add tutorial to execute the first function on Teaclave
  * [docs] Add threat model

-- File Changes --

    M CMakeLists.txt (2)
    M LICENSE (8)
    M README.md (11)
    M attestation/src/platform.rs (61)
    M binder/build.rs (4)
    M cmake/TeaclaveGenVars.cmake (10)
    M cmake/scripts/prep.sh (2)
    M docker/README.md (4)
    M docker/runtime.config.toml (3)
    M docker/teaclave-rt.ubuntu-1804.Dockerfile (22)
    A docs/mutual-attestation.md (47)
    A docs/my-first-function.md (68)
    A docs/threat_model.md (41)
    D licenses/LICENSE-wasmi.txt (13)
    M services/access_control/app/build.rs (3)
    M services/authentication/app/build.rs (3)
    M services/execution/app/build.rs (3)
    M services/frontend/app/build.rs (3)
    M services/management/app/build.rs (3)
    M services/scheduler/app/build.rs (3)
    M services/storage/app/build.rs (3)
    M services/utils/service_enclave_utils/src/macros.rs (17)
    M tests/functional/app/build.rs (3)
    M tests/integration/app/build.rs (3)
    M tests/unit/app/build.rs (3)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/272.patch
https://github.com/apache/incubator-teaclave/pull/272.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/pull/272

Re: [apache/incubator-teaclave] Code polishing and more docs (#272)

Posted by Mingshen Sun <no...@github.com>.
Merged #272 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/pull/272#event-3262986028