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

Add a rust-based secure element "NXP SE050" driver for ARM TrustZone-M and A #68

Open
2 of 4 tasks
imrank03 opened this issue Sep 21, 2022 · 3 comments
Open
2 of 4 tasks
Assignees
Labels
crypto tracks all crypto related code secure element support for a specific secure element

Comments

@imrank03
Copy link
Contributor

imrank03 commented Sep 21, 2022

Need to implement a secure element NXP SE050 driver with support for ARM TrustZone-M.

Sub-tasks:

  • I2C driver for NXP's crypto authentication HW (i.e. secure element NXP SE050).
  • A method for sending commands to the NXP SE050 and retrieving the associated response.
  • rustBoot demonstration with secure element.
  • ARM TrustZone-M
@nihalpasham nihalpasham added crypto tracks all crypto related code secure element support for a specific secure element labels Sep 22, 2022
@wackazong
Copy link

Is there any code available for this issue? I would be interested in working on this

@imrank03
Copy link
Contributor Author

Is there any code available for this issue? I would be interested in working on this

Hi @wackazong , I have worked on this driver, and here is the link. I tested it on an STM32H723 board, but the driver is not fully written because I got busy with other projects. I believe that in the meantime, someone else has written the full driver. Here is the link for that. The thing is, this driver comes with a license that is not MIT or Apache. I plan to work on this issue and provide the driver under the MIT license. It would be great if you could contribute to this project and create a PR.

@wackazong
Copy link

Yes, I found that now, too. Thanks. I believe the most current version is here: https://crates.io/crates/se05x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto tracks all crypto related code secure element support for a specific secure element
Projects
None yet
Development

No branches or pull requests

3 participants