[openssh-commits] [openssh] 01/01: fuzz diffie-hellman-group-exchange-sha1 kex too

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 29 11:09:26 AEDT 2021


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 1e660115f0c7c4a750cd31e468ff889f33dd8088
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Jan 29 11:09:14 2021 +1100

    fuzz diffie-hellman-group-exchange-sha1 kex too
---
 regress/misc/fuzz-harness/kex_fuzz.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regress/misc/fuzz-harness/kex_fuzz.cc b/regress/misc/fuzz-harness/kex_fuzz.cc
index 0c89bdd3..34b60dd6 100644
--- a/regress/misc/fuzz-harness/kex_fuzz.cc
+++ b/regress/misc/fuzz-harness/kex_fuzz.cc
@@ -486,6 +486,7 @@ kex_tests(struct shared_state *st, struct test_state *ts)
 	do_kex(st, ts, "curve25519-sha256 at libssh.org");
 	do_kex(st, ts, "ecdh-sha2-nistp256");
 	do_kex(st, ts, "diffie-hellman-group1-sha1");
+	do_kex(st, ts, "diffie-hellman-group-exchange-sha1");
 }
 
 int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list