You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am curious of the status of the work (if any) to bring OPTEE up to Global Platform TEE Internal Core Specification v1.2. In particular, I'm interested in support for the algorithms X25519 and Ed25519. The version of LibTomCrypt in OPTEE does support these algorithms but they are not currently exposed in the TEE API, as they are in v1.2 of the GP API. It appears as though the relevant support in mbedtls is an ongoing development.
I saw mention of the API v1.2 in another issue which stated:
It turned out that v1.2.1 would be some extra work as the test TAs in the GP test suite didn't target that version.
Update to v1.2.1 would be welcome. There's a few macros added in v1.2 that make it easier to manage compatibility with different versions of the API from a TA point of view.
This issue has been marked as a stale issue because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this issue will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time.
I am curious of the status of the work (if any) to bring OPTEE up to Global Platform TEE Internal Core Specification v1.2. In particular, I'm interested in support for the algorithms X25519 and Ed25519. The version of LibTomCrypt in OPTEE does support these algorithms but they are not currently exposed in the TEE API, as they are in v1.2 of the GP API. It appears as though the relevant support in mbedtls is an ongoing development.
I saw mention of the API v1.2 in another issue which stated:
but after reading the Linaro issue, it seems this may be referring only to the minimum changes needed to implement the GP test suite.
The text was updated successfully, but these errors were encountered: