aboutsummaryrefslogtreecommitdiff
path: root/package/network/services/dropbear/patches/021-Implement-Strict-KEX-mode.patch
Commit message (Collapse)AuthorAge
* dropbear: cherry-pick upstream patchesKonstantin Demin2024-02-09
critical fixes: - libtommath: possible integer overflow (CVE-2023-36328) - implement Strict KEX mode (CVE-2023-48795) various fixes: - fix DROPBEAR_DSS and DROPBEAR_RSA config options - y2038 issues - remove SO_LINGER socket option - make banner reading failure non-fatal - fix "noremotetcp" behavior - don't try to shutdown a pty - fix test for multiuser kernels adds new features: - option to bind to interface - allow inetd with non-syslog - ignore unsupported command line options with dropbearkey Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>