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> |
||
|---|---|---|
| .. | ||
| patch | ||
| port | ||
| .gitignore | ||
| CMakeLists.txt | ||
| dropbear_main.c | ||
| dropbear_nshsession.c | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||