[openssh-commits] [openssh] 01/01: remove all EC algs from proposals, no just sk ones

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Nov 19 08:53:52 AEDT 2019


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 478f4f98e4e93ae4ed1a8911dec4e5b75ea10f30
Author: Damien Miller <djm at mindrot.org>
Date:   Tue Nov 19 08:52:24 2019 +1100

    remove all EC algs from proposals, no just sk ones
    
    ok dtucker@
---
 myproposal.h | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/myproposal.h b/myproposal.h
index 1d4aa297..d6e7977e 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -152,18 +152,14 @@
 
 #define	PUBKEY_DEFAULT_PK_ALG	\
 	USERKEY_ECDSA_SK_CERT_METHODS \
-	"ecdsa-sha2-nistp256-cert-v01 at openssh.com," \
-	"ecdsa-sha2-nistp384-cert-v01 at openssh.com," \
-	"ecdsa-sha2-nistp521-cert-v01 at openssh.com," \
+	HOSTKEY_ECDSA_CERT_METHODS \
 	"sk-ssh-ed25519-cert-v01 at openssh.com," \
 	"ssh-ed25519-cert-v01 at openssh.com," \
 	"rsa-sha2-512-cert-v01 at openssh.com," \
 	"rsa-sha2-256-cert-v01 at openssh.com," \
 	"ssh-rsa-cert-v01 at openssh.com," \
 	USERKEY_ECDSA_SK_METHODS \
-	"ecdsa-sha2-nistp256," \
-	"ecdsa-sha2-nistp384," \
-	"ecdsa-sha2-nistp521," \
+	HOSTKEY_ECDSA_METHODS \
 	"sk-ssh-ed25519 at openssh.com," \
 	"ssh-ed25519," \
 	"rsa-sha2-512," \

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list