This is an automated email from the ASF dual-hosted git repository.
yuanz pushed a change to branch no-std
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
from 95d3767 Add Documentation for no-std
new 693be17 examples: Add error_handling-rs
new 124a0f2 Fix double-free bug in optee-utee
new 869f57c Add test_error_handling.sh for CI
The 3 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:
.../{acipher-rs => error_handling-rs}/Makefile | 0
.../host/Cargo.toml | 6 +--
.../{aes-rs => error_handling-rs}/host/Makefile | 2 +-
.../host/src/main.rs | 30 +++++++------
.../proto/Cargo.toml | 0
.../proto/build.rs | 0
.../proto/src/lib.rs | 14 +++---
.../ta/Cargo.toml | 0
.../{acipher-rs => error_handling-rs}/ta/Makefile | 0
.../{acipher-rs => error_handling-rs}/ta/build.rs | 0
.../ta/src/main.rs | 50 ++++++++++++----------
.../ta/ta_static.rs | 0
examples/error_handling-rs/uuid.txt | 1 +
optee-utee/macros/src/lib.rs | 5 ++-
...ture_verification.sh => test_error_handling.sh} | 8 ++--
15 files changed, 63 insertions(+), 53 deletions(-)
copy examples/{acipher-rs => error_handling-rs}/Makefile (100%)
copy examples/{authentication-rs => error_handling-rs}/host/Cargo.toml (90%)
copy examples/{aes-rs => error_handling-rs}/host/Makefile (97%)
copy examples/{time-rs => error_handling-rs}/host/src/main.rs (54%)
copy examples/{acipher-rs => error_handling-rs}/proto/Cargo.toml (100%)
copy examples/{acipher-rs => error_handling-rs}/proto/build.rs (100%)
copy examples/{acipher-rs => error_handling-rs}/proto/src/lib.rs (78%)
copy examples/{acipher-rs => error_handling-rs}/ta/Cargo.toml (100%)
copy examples/{acipher-rs => error_handling-rs}/ta/Makefile (100%)
copy examples/{acipher-rs => error_handling-rs}/ta/build.rs (100%)
copy examples/{random-rs => error_handling-rs}/ta/src/main.rs (70%)
copy examples/{acipher-rs => error_handling-rs}/ta/ta_static.rs (100%)
create mode 100644 examples/error_handling-rs/uuid.txt
copy tests/{test_signature_verification.sh => test_error_handling.sh} (82%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]