nuttx-apps/netutils/dropbear
Felipe Moura 82271b0d72 netutils/dropbear: back hmac-sha2-256 with NuttX /dev/crypto
Replace the bundled libtomcrypt HMAC modules with an adapter that computes the hmac-sha2-256 packet MAC through the NuttX crypto device using CRYPTO_SHA2_256_HMAC sessions.

Require CRYPTO, CRYPTO_RANDOM_POOL, CRYPTO_CRYPTODEV and CRYPTO_CRYPTODEV_SOFTWARE_CRYPTO explicitly instead of selecting crypto support.

Signed-off-by: Felipe Moura <moura.fmo@gmail.com>
2026-08-04 10:36:07 +08:00
..
patch netutils/dropbear: add Dropbear SSH server port for NuttX 2026-08-04 10:36:07 +08:00
port netutils/dropbear: back hmac-sha2-256 with NuttX /dev/crypto 2026-08-04 10:36:07 +08:00
.gitignore netutils/dropbear: add Dropbear SSH server port for NuttX 2026-08-04 10:36:07 +08:00
CMakeLists.txt netutils/dropbear: back hmac-sha2-256 with NuttX /dev/crypto 2026-08-04 10:36:07 +08:00
dropbear_main.c netutils/dropbear: add Dropbear SSH server port for NuttX 2026-08-04 10:36:07 +08:00
dropbear_nshsession.c netutils/dropbear: add scp support via SSH exec requests 2026-08-04 10:36:07 +08:00
Kconfig netutils/dropbear: back hmac-sha2-256 with NuttX /dev/crypto 2026-08-04 10:36:07 +08:00
Make.defs netutils/dropbear: add Dropbear SSH server port for NuttX 2026-08-04 10:36:07 +08:00
Makefile netutils/dropbear: back hmac-sha2-256 with NuttX /dev/crypto 2026-08-04 10:36:07 +08:00