Apache Teaclave TrustZone SDK (incubating) v0.3.0
Pre-release
      Pre-release
    
        This is the third Apache Incubator release of Teaclave TrustZone SDK. Teaclave TrustZone SDK provides abilities to build safe TrustZone applications in Rust. The SDK is based on the OP-TEE project which follows GlobalPlatform TEE specifications and provides ergonomic APIs. In addition, it enables the capability to write TrustZone applications with Rust's standard library and many third-party libraries (i.e., crates). Teaclave TrustZone SDK is a sub-project of Apache Teaclave (incubating).
In this release we have the following fundamental updates:
Features
- Add tls_client and tls_server examples
 - Add signature verification example