summaryrefslogtreecommitdiffstats
path: root/poky/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch')
-rw-r--r--poky/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/poky/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch b/poky/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch
new file mode 100644
index 000000000..60c6a29d6
--- /dev/null
+++ b/poky/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch
@@ -0,0 +1,19 @@
+Subject: [PATCH 4/6] fix 2kb keys
+
+Upstream-Status: Inappropriate [configuration]
+---
+ kex.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: dropbear-2017.75/kex.h
+===================================================================
+--- dropbear-2017.75.orig/kex.h
++++ dropbear-2017.75/kex.h
+@@ -106,6 +106,6 @@ int curve25519_donna(unsigned char *out,
+ #endif
+
+
+-#define MAX_KEXHASHBUF 2000
++#define MAX_KEXHASHBUF 3000
+
+ #endif /* DROPBEAR_KEX_H_ */
OpenPOWER on IntegriCloud