[PATCH 0/3] dropbear: overhaul the crypto algorithm selection
Rui Salvaterra
rsalvaterra at gmail.com
Tue Oct 13 08:54:09 EDT 2020
This patch series enables a much more fine-grained configuration of the public
key, encryption and key exchange algorithms in Dropbear.
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 | 60 +++++++++++++++++--
package/network/services/dropbear/Makefile | 44 ++++++++++----
.../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 | 14 +++--
6 files changed, 113 insertions(+), 21 deletions(-)
create mode 100755 package/network/services/dropbear/files/dropbear.failsafe.ecc
create mode 100755 package/network/services/dropbear/files/dropbear.failsafe.ed25519
rename package/network/services/dropbear/files/{dropbear.failsafe => dropbear.failsafe.rsa} (100%)
--
2.28.0
More information about the openwrt-devel
mailing list