[openssh-commits] [openssh] 01/02: correct kex name in disabled code
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jan 28 10:51:06 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 1134a48cdcef8e7363b9f6c73ebdd24405066738
Author: Damien Miller <djm at mindrot.org>
Date: Thu Jan 28 08:57:31 2021 +1100
correct kex name in disabled code
---
regress/misc/fuzz-harness/kex_fuzz.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regress/misc/fuzz-harness/kex_fuzz.cc b/regress/misc/fuzz-harness/kex_fuzz.cc
index c463ceba..68ed892c 100644
--- a/regress/misc/fuzz-harness/kex_fuzz.cc
+++ b/regress/misc/fuzz-harness/kex_fuzz.cc
@@ -392,7 +392,7 @@ int main(void)
struct test_state *ts;
const int keytypes[] = { KEY_RSA, KEY_DSA, KEY_ECDSA, KEY_ED25519, -1 };
const char *kextypes[] = {
- "sntrup4591761x25519-sha512 at tinyssh.org",
+ "sntrup761x25519-sha512 at openssh.com",
"curve25519-sha256 at libssh.org",
"ecdh-sha2-nistp256",
"diffie-hellman-group1-sha1",
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list