trustzone-sdk: add ring 0.17.14 for optee #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the OP-TEE target to the ring source code, enabling it to be used in TrustZone SDK TAs with std support.
An example demonstrating how to use this crate is provided here: DemesneGH/rust-optee-trustzone-sdk@2f26866
After this PR is merged, I will update the link of ring in Cargo.toml accordingly: DemesneGH/rust-optee-trustzone-sdk@2f26866#diff-f364a71ab8e7d11e3fae1e6ccf83fd0fe4254583945c71924405918dbe51dc59
Next, I will open a PR to the TrustZone SDK to integrate the ring ecdsa example.