Commit graph

2 commits

Author SHA1 Message Date
Felipe Moura
6ca9796d00 netutils/dropbear: back SHA-256 and HMAC-SHA256 with NuttX crypto
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>
2026-07-05 17:03:34 -03:00
Felipe Moura
fee2ddbf54 netutils/dropbear: add Dropbear SSH server port for NuttX
Integrated SSH daemon authenticating against FSUTILS_PASSWD, with an
ECDSA P-256 host key and an NSH session over a PTY per connection. Built
from the upstream Dropbear tarball (pinned commit) and patched for
NuttX, using Dropbear's bundled libtomcrypt for all crypto. setsid()
(apache/nuttx#19184) and link() now come from NuttX, not local stubs.

Signed-off-by: Felipe Moura <moura.fmo@gmail.com>
2026-06-27 08:42:00 -03:00