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

[crypto] Add sideloaded key support to the cryptolib. #15590

Closed
jadephilipoom opened this issue Oct 19, 2022 · 2 comments
Closed

[crypto] Add sideloaded key support to the cryptolib. #15590

jadephilipoom opened this issue Oct 19, 2022 · 2 comments
Assignees
Labels
Earlgrey-PROD Triaged Temporary label to triage issues into Earlgrey-PROD Milestones SW:cryptolib Crypto library
Milestone

Comments

@jadephilipoom
Copy link
Contributor

For now, cryptolib functions will error out when they receive sideloaded keys. Once we have a keymgr driver for the cryptolib, these should be changed to actuate the keymgr and wait for a signal that the key has been written.

@jadephilipoom jadephilipoom added the SW:cryptolib Crypto library label Oct 19, 2022
@jadephilipoom jadephilipoom added this to the Project: M3 milestone Oct 19, 2022
@jadephilipoom jadephilipoom self-assigned this Oct 19, 2022
@jadephilipoom jadephilipoom modified the milestones: Discrete: M3, cryptolib Sep 5, 2023
@msfschaffner msfschaffner added the Earlgrey-PROD Triaged Temporary label to triage issues into Earlgrey-PROD Milestones label Oct 7, 2023
@jadephilipoom
Copy link
Contributor Author

jadephilipoom commented Dec 12, 2023

Quick update: This has been partially implemented. Algorithm checklist:

  • aes
  • aes-gcm
  • aes-kwp
  • ecdsa-p256
  • ecdsa-p384
  • ed25519
  • hmac
  • hmac-kdf
  • kmac
  • kmac-kdf
  • x25519

@jadephilipoom
Copy link
Contributor Author

This was completed a while ago, cleaning up now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Earlgrey-PROD Triaged Temporary label to triage issues into Earlgrey-PROD Milestones SW:cryptolib Crypto library
Projects
None yet
Development

No branches or pull requests

2 participants