[PATCH v4 0/3] dropbear: overhaul the crypto algorithm selection

Rui Salvaterra rsalvaterra at gmail.com
Tue Dec 15 11:59:39 EST 2020


This patch series enables a much more fine-grained configuration of the public
key, encryption and key exchange algorithms in Dropbear.

v4: rebase against current master.
v3: rebase against current master.
v2: correct file permissions.

Rui Salvaterra (3):
  dropbear: create a submenu for public key algorithms
  dropbear: create a submenu for encryption algorithms
  dropbear: create a submenu for key exchange algorithms

 package/network/services/dropbear/Config.in   | 65 +++++++++++++++++--
 package/network/services/dropbear/Makefile    | 28 ++++++--
 .../dropbear/files/dropbear.failsafe.ecc      |  8 +++
 .../dropbear/files/dropbear.failsafe.ed25519  |  8 +++
 ...ropbear.failsafe => dropbear.failsafe.rsa} |  0
 ...nkey-fix-use-of-rsa-sha2-256-pubkeys.patch | 12 +++-
 6 files changed, 105 insertions(+), 16 deletions(-)
 create mode 100644 package/network/services/dropbear/files/dropbear.failsafe.ecc
 create mode 100644 package/network/services/dropbear/files/dropbear.failsafe.ed25519
 rename package/network/services/dropbear/files/{dropbear.failsafe => dropbear.failsafe.rsa} (100%)
 mode change 100755 => 100644

-- 
2.29.2




More information about the openwrt-devel mailing list