Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream change: Zephyr moving from TinyCrypt to PSA in MbedTLS project #115

Open
adamfowleruk opened this issue Apr 16, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@adamfowleruk
Copy link
Contributor

The Zephyr project that our Herald embedded apps are built on has had several crypto API for a while. Herald currently supports either TinyCrypt to MbedTLS on Zephyr but prefers TinyCrypt due to final file size on Flash.

(Note: In Herald this library is only used for SHA256 support today. Zephyr BT Mesh support also uses ECC in TinyCrypt.)

Zephyr has decided to adopt PSA due to MbedTLS adopting this, and so The Herald Project must keep a watch on this effort to decide when to move over to the new approach. (I.e. move from TinyCrypt by default to Zephyr MbedTLS/PSA.)

Zephyr issue for this: zephyrproject-rtos/zephyr#43712

@adamfowleruk adamfowleruk added the enhancement New feature or request label Apr 16, 2022
@adamfowleruk adamfowleruk added this to the Unscheduled milestone Apr 16, 2022
@adamfowleruk adamfowleruk self-assigned this Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant