]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
fuzz diffie-hellman-group-exchange-sha1 kex too
authorDamien Miller <djm@mindrot.org>
Fri, 29 Jan 2021 00:09:14 +0000 (11:09 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 29 Jan 2021 00:09:14 +0000 (11:09 +1100)
regress/misc/fuzz-harness/kex_fuzz.cc

index 0c89bdd3e292c926580f769603bffb60d8788c9c..34b60dd69b58b180aa6940c07a02a28280afcbe8 100644 (file)
@@ -486,6 +486,7 @@ kex_tests(struct shared_state *st, struct test_state *ts)
        do_kex(st, ts, "curve25519-sha256@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)