-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
suit: Add support for Ed25519PH #20050
base: main
Are you sure you want to change the base?
Conversation
Enabled building SUIT envelopes with Ed25519PH and their verification by the SUIT bootloader. Signed-off-by: Artur Hadasz <[email protected]>
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 2 projects with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 31ce9affa6e184e6ff176c064aace37dc2122fac more detailssdk-nrf:
suit-generator:
suit-processor:
Github labels
List of changed files detected by CI (19)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
Memory footprint analysis revealed the following potential issuessample.matter.template.debug[nrf7002dk/nrf5340/cpuapp]: High ROM usage: 912194[B] - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-20050/3) |
Converting to draft, as it turned out the MCI code needs to be extended |
Nordic elements can only use EdDSA, not Hashed EdDSA Signed-off-by: Artur Hadasz <[email protected]>
ae4a67c
to
31ce9af
Compare
Enabled building SUIT envelopes with Ed25519PH and their verification by the SUIT bootloader.