diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2024-08-22 23:11:31 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2024-08-22 23:11:31 +0000 |
commit | ba68be9241fa5d3b4e9edb848e402fa2e341222b (patch) | |
tree | 1db581df3c089ecdb808b23a8240dd04c0029a6f /usr.bin/ssh/myproposal.h | |
parent | 5560f5318cb7213f5f9a49c930b57846ada9754b (diff) |
sntrup761x25519-sha512 now has an IANA codepoint assigned,
so we can make the algorithm available without the @openssh.com
suffix too. ok markus@ deraadt@
Diffstat (limited to 'usr.bin/ssh/myproposal.h')
-rw-r--r-- | usr.bin/ssh/myproposal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/myproposal.h b/usr.bin/ssh/myproposal.h index ee6e9f74152..bef6569085b 100644 --- a/usr.bin/ssh/myproposal.h +++ b/usr.bin/ssh/myproposal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: myproposal.h,v 1.71 2022/03/30 21:13:23 djm Exp $ */ +/* $OpenBSD: myproposal.h,v 1.72 2024/08/22 23:11:30 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -25,6 +25,7 @@ */ #define KEX_SERVER_KEX \ + "sntrup761x25519-sha512," \ "sntrup761x25519-sha512@openssh.com," \ "curve25519-sha256," \ "curve25519-sha256@libssh.org," \ |