Skip to content

netutils/dropbear: back SHA-256 and HMAC-SHA256 with NuttX crypto#3594

Draft
FelipeMdeO wants to merge 1 commit into
apache:masterfrom
FelipeMdeO:feature/dropbear-nuttx-crypto-sha256
Draft

netutils/dropbear: back SHA-256 and HMAC-SHA256 with NuttX crypto#3594
FelipeMdeO wants to merge 1 commit into
apache:masterfrom
FelipeMdeO:feature/dropbear-nuttx-crypto-sha256

Conversation

@FelipeMdeO

@FelipeMdeO FelipeMdeO commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR is part of the Dropbear Port. The next step is migrate internal crypto lib used by Dropbear to the NuttX lib.
Later we will be able to improve crypto executions using HW acceleration if the board has it available.
This PR is https://github.com/apache/nuttx/pull/19319/changes dependent.

Impact

No Relevant Impact, the dropbear continue working as in previous versions.

Testing

Build, flash and test dropbear again.

Swap the libtomcrypt sha256/hmac state for the kernel SHA2/HMAC-SHA256 contexts and provide adapters.

Fix format

Signed-off-by: Felipe Moura <moura.fmo@gmail.com>
@FelipeMdeO FelipeMdeO force-pushed the feature/dropbear-nuttx-crypto-sha256 branch from 2246a2f to 6ca9796 Compare July 5, 2026 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant