nuttx-apps/netutils/dropbear
Felipe Moura 7840ea5bdb netutils/dropbear: use NuttX /dev/crypto for chacha20-poly1305
Replace the bundled libtomcrypt chacha20-poly1305@openssh.com with an
adapter backed by the NuttX crypto framework: CRYPTO_CHACHA20 for the
two keystreams (payload and packet-length) and CRYPTO_POLY1305 for the
per-packet MAC, both routed through /dev/crypto ioctls. Gated behind
CONFIG_NETUTILS_DROPBEAR_NUTTX_CHACHAPOLY (default y when
NETUTILS_DROPBEAR_NUTTX_CRYPTO is enabled).

Signed-off-by: Felipe Moura <moura.fmo@gmail.com>
2026-07-09 21:52:32 -03:00
..
patch netutils/dropbear: use NuttX /dev/crypto for chacha20-poly1305 2026-07-09 21:52:32 -03:00
port netutils/dropbear: use NuttX /dev/crypto for chacha20-poly1305 2026-07-09 21:52:32 -03:00
.gitignore netutils/dropbear: add Dropbear SSH server port for NuttX 2026-06-27 08:42:00 -03:00
CMakeLists.txt netutils/dropbear: use NuttX /dev/crypto for chacha20-poly1305 2026-07-09 21:52:32 -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: use NuttX /dev/crypto for chacha20-poly1305 2026-07-09 21:52:32 -03:00
Make.defs netutils/dropbear: add Dropbear SSH server port for NuttX 2026-06-27 08:42:00 -03:00
Makefile netutils/dropbear: use NuttX /dev/crypto for chacha20-poly1305 2026-07-09 21:52:32 -03:00