adapt KEX fuzzer to PQ kex change

This commit is contained in:
Damien Miller 2020-12-29 12:40:54 +11:00
parent 659864fe81
commit 5c1953bf98

View 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");