nuttx-apps/netutils/dropbear
Felipe Moura 5dd7214110 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-07-24 08:58:33 -03:00
..
patch netutils/dropbear: add Dropbear SSH server port for NuttX 2026-06-27 08:42:00 -03:00
port netutils/dropbear: back hmac-sha2-256 with NuttX /dev/crypto 2026-07-24 08:58:33 -03:00
.gitignore netutils/dropbear: add Dropbear SSH server port for NuttX 2026-06-27 08:42:00 -03:00
CMakeLists.txt netutils/dropbear: back hmac-sha2-256 with NuttX /dev/crypto 2026-07-24 08:58:33 -03:00
dropbear_main.c netutils/dropbear: add Dropbear SSH server port for NuttX 2026-06-27 08:42:00 -03:00
dropbear_nshsession.c netutils/dropbear: add scp support via SSH exec requests 2026-07-05 15:06:17 +08:00
Kconfig netutils/dropbear: back hmac-sha2-256 with NuttX /dev/crypto 2026-07-24 08:58:33 -03:00
Make.defs netutils/dropbear: add Dropbear SSH server port for NuttX 2026-06-27 08:42:00 -03:00
Makefile netutils/dropbear: back hmac-sha2-256 with NuttX /dev/crypto 2026-07-24 08:58:33 -03:00