DemesneGH opened a new pull request, #190: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/190
This PR introduces support for accessing TEE properties, as specified in the GlobalPlatform TEE Internal Core API Specification v1.3.1 (https://globalplatform.org/wp-content/uploads/2021/03/GPD_TEE_Internal_Core_API_Specification_v1.3.1_PublicRelease_CC.pdf): - [4.4] Property Access Functions - [4.5] Trusted Application Configuration Properties - [4.6] Client Properties - [4.7] Implementation Properties Each property defined in Sections 4.5–4.7 of the spec has a corresponding definition in `property.rs`. These properties enable a variety of use cases. For example, they enable retrieving metadata such as the TA description, allow a TA to determine the caller's origin (whether it was invoked by a CA or another TA), and retrieve the caller's UUID. Please refer to the `property-rs` example for a demonstration of these use cases. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org