This is an automated email from the ASF dual-hosted git repository.
hsun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
from 388f8ffb [frontend] Send audit information to the management service
new 84e9a996 Move the keys folder to the config directory
new 67a9e80e Remove a redundant runtime.config.toml
new bc3b094e Use DISCLAIMER
new b0c41cea Fix make doc
new 35638327 Use the patched crates from the apache repository
new a92ddfc9 Use powerful functions in "My First Function"
The 6 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:
.../lcov_realpath.py => .github/workflows/doc.yml | 28 +++--
.licenserc.yaml | 4 +-
DISCLAIMER | 8 ++
DISCLAIMER-WIP | 21 ----
README.md | 25 -----
attestation/src/report.rs | 2 +-
attestation/src/service.rs | 2 +-
cmake/UtilTargets.cmake | 2 +-
cmake/scripts/cargo_build_ex.sh | 2 +-
cmake/scripts/prep.sh | 6 +-
cmake/scripts/sgx_link_sign.sh | 2 +-
cmake/tomls/Cargo.sgx_trusted_lib.toml | 4 +-
config/README.md | 16 +++
config/build.config.toml | 12 +-
.../albus_dumbledore/albus_dumbledore.private.pem | 0
.../albus_dumbledore/albus_dumbledore.public.pem | 0
.../keys}/auditors/godzilla/godzilla.private.pem | 0
.../keys}/auditors/godzilla/godzilla.public.pem | 0
.../optimus_prime/optimus_prime.private.pem | 0
.../optimus_prime/optimus_prime.public.pem | 0
{keys => config/keys}/dcap_root_ca_cert.pem | 0
{keys => config/keys}/dcap_server_cert.pem | 0
{keys => config/keys}/dcap_server_key.pem | 0
{keys => config/keys}/enclave_signing_key.pem | 0
{keys => config/keys}/ias_root_ca_cert.pem | 0
docs/mutual-attestation.md | 2 +-
docs/my-first-function.md | 123 ++++++++++++---------
examples/c/utils.h | 4 +-
examples/python/utils.py | 4 +-
examples/rust/builtin_echo/src/main.rs | 4 +-
.../rust/builtin_ordered_set_intersect/src/main.rs | 4 +-
keys/README.md | 19 ----
sdk/rust/src/lib.rs | 4 +-
.../TeaclaveClientSDKTests.swift | 2 +-
tests/fixtures/runtime.config.toml | 42 -------
tests/integration/app/src/teaclave_config_tests.rs | 3 +-
tests/scripts/functional_tests.py | 4 +-
37 files changed, 144 insertions(+), 205 deletions(-)
copy cmake/scripts/lcov_realpath.py => .github/workflows/doc.yml (68%)
create mode 100644 DISCLAIMER
delete mode 100644 DISCLAIMER-WIP
rename {keys =>
config/keys}/auditors/albus_dumbledore/albus_dumbledore.private.pem (100%)
rename {keys =>
config/keys}/auditors/albus_dumbledore/albus_dumbledore.public.pem (100%)
rename {keys => config/keys}/auditors/godzilla/godzilla.private.pem (100%)
rename {keys => config/keys}/auditors/godzilla/godzilla.public.pem (100%)
rename {keys => config/keys}/auditors/optimus_prime/optimus_prime.private.pem
(100%)
rename {keys => config/keys}/auditors/optimus_prime/optimus_prime.public.pem
(100%)
rename {keys => config/keys}/dcap_root_ca_cert.pem (100%)
rename {keys => config/keys}/dcap_server_cert.pem (100%)
rename {keys => config/keys}/dcap_server_key.pem (100%)
rename {keys => config/keys}/enclave_signing_key.pem (100%)
rename {keys => config/keys}/ias_root_ca_cert.pem (100%)
delete mode 100644 keys/README.md
delete mode 100644 tests/fixtures/runtime.config.toml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]