blob: 60c6a29d650ca633f36a16b3b16345fe01bd9761 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Subject: [PATCH 4/6] fix 2kb keys
2
3Upstream-Status: Inappropriate [configuration]
4---
5 kex.h | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
Brad Bishop316dfdd2018-06-25 12:45:53 -04008Index: dropbear-2017.75/kex.h
9===================================================================
10--- dropbear-2017.75.orig/kex.h
11+++ dropbear-2017.75/kex.h
12@@ -106,6 +106,6 @@ int curve25519_donna(unsigned char *out,
13 #endif
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014
15
16-#define MAX_KEXHASHBUF 2000
17+#define MAX_KEXHASHBUF 3000
18
Brad Bishop316dfdd2018-06-25 12:45:53 -040019 #endif /* DROPBEAR_KEX_H_ */