[PATCH 0 of 1] Fix build

2020-03-11 Thread Alexander Dahl
Hei hei, I'm currently working on upgrading dropbear in the ptxdist embedded Linux build system. ptxdist has a quite strict policy to explicitly pass all available options of ./configure in order to have a predictable build result. So I tried passing --disable-fuzz which did not have the expected

[PATCH 1 of 1] configure: Fix --disable-fuzz

2020-03-11 Thread Alexander Dahl
When explicitly passing --disable-fuzz to ./configure fuzz was actually enabled. Signed-off-by: Alexander Dahl diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -341,14 +341,21 @@ AC_ARG_ENABLE(fuzz, [ --enable-fuzz Build fuzzing. Not

Re: [PATCH] Add Ed25519 keys support

2020-03-11 Thread Matt Johnston
Thank you Vladislav, I've merged this now via github, https://secure.ucc.asn.au/hg/dropbear/rev/d32bcb5c557d It's a nice clean and thorough implementation. Cheers, Matt > On Fri 6/3/2020, at 10:45 pm, Vladislav Grishenko > wrote: > > Hello, > > Initially inspired by Péter Szabó work