mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-08 14:07:23 +00:00
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> |
||
|---|---|---|
| .. | ||
| 0001-guard-platform-declarations.patch | ||
| 0002-use-nuttx-passwd-auth.patch | ||
| 0003-allow-localoptions-to-override-tracking-malloc.patch | ||
| 0004-use-nuttx-unused-macro.patch | ||
| 0005-use-nuttx-sha256-hmac.patch | ||
| 0006-use-nuttx-chachapoly-cryptodev.patch | ||