]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
adapt KEX fuzzer to PQ kex change
authorDamien Miller <djm@mindrot.org>
Tue, 29 Dec 2020 01:40:54 +0000 (12:40 +1100)
committerDamien Miller <djm@mindrot.org>
Tue, 29 Dec 2020 01:40:54 +0000 (12:40 +1100)
regress/misc/fuzz-harness/kex_fuzz.cc

index c1e2a200907672c83c18a265b3fb819e0247d8e2..c463cebac3d499fe3e5ae5da2ddfefce75efcf2a 100644 (file)
@@ -469,7 +469,7 @@ do_kex(struct shared_state *st, struct test_state *ts, const char *kex)
 static void
 kex_tests(struct shared_state *st, struct test_state *ts)
 {
-       do_kex(st, ts, "sntrup4591761x25519-sha512@tinyssh.org");
+       do_kex(st, ts, "sntrup761x25519-sha512@openssh.com");
        do_kex(st, ts, "curve25519-sha256@libssh.org");
        do_kex(st, ts, "ecdh-sha2-nistp256");
        do_kex(st, ts, "diffie-hellman-group1-sha1");