Skip to content

Commit

Permalink
dropbear: disable ED25519 on small targets to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro0311 committed May 1, 2020
1 parent 1fac909 commit e6c558b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- dropbear/localoptions.h
+++ dropbear/localoptions.h
@@ -0,0 +1,22 @@
@@ -0,0 +1,23 @@
+#define DROPBEAR_X11FWD 0
+#define INETD_MODE 0
+#define DROPBEAR_CLI_LOCALTCPFWD 0
Expand All @@ -15,6 +15,7 @@
+#define DROPBEAR_AES256 0
+#define DROPBEAR_DSS 0
+#define DROPBEAR_ECDSA 0
+#define DROPBEAR_ED25519 0
+#else
+#define DROPBEAR_3DES 0
+#define DROPBEAR_ENABLE_CBC_MODE 0
Expand Down

0 comments on commit e6c558b

Please sign in to comment.