nuttx-apps/netutils/dropbear/patch
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
..
0001-guard-platform-declarations.patch netutils/dropbear: add Dropbear SSH server port for NuttX 2026-06-27 08:42:00 -03:00
0002-use-nuttx-passwd-auth.patch netutils/dropbear: add Dropbear SSH server port for NuttX 2026-06-27 08:42:00 -03:00
0003-allow-localoptions-to-override-tracking-malloc.patch netutils/dropbear: add Dropbear SSH server port for NuttX 2026-06-27 08:42:00 -03:00
0004-use-nuttx-unused-macro.patch netutils/dropbear: add Dropbear SSH server port for NuttX 2026-06-27 08:42:00 -03:00
0005-use-nuttx-sha256-hmac.patch netutils/dropbear: back SHA-256 and HMAC-SHA256 with NuttX crypto 2026-07-09 20:13:08 -03:00
0006-use-nuttx-chachapoly-cryptodev.patch netutils/dropbear: use NuttX /dev/crypto for chacha20-poly1305 2026-07-09 21:52:32 -03:00