mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
Dropbear gathers its entropy from /dev/urandom (libtomcrypt's rng_get_bytes tries /dev/urandom before /dev/random), so requiring ARCH_HAVE_RNG and DEV_RANDOM shuts the port out of targets without a hardware TRNG -- including the simulator, where a dropbear configuration silently loses NETUTILS_DROPBEAR at configure time. Keep only the DEV_URANDOM requirement. Signed-off-by: Felipe Moura <moura.fmo@gmail.com> |
||
|---|---|---|
| .. | ||
| patch | ||
| port | ||
| .gitignore | ||
| CMakeLists.txt | ||
| dropbear_main.c | ||
| dropbear_nshsession.c | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||