diff options
author | Damien Miller <djm@mindrot.org> | 2010-09-10 03:16:09 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-09-10 03:16:09 +0200 |
commit | 0f2635884c23537cb466ee5aeb9527f1fd4ce854 (patch) | |
tree | 873eb2f4c13330d35fa329b964635cc92d90788a | |
parent | - naddy@cvs.openbsd.org 2010/09/01 15:21:35 (diff) | |
download | openssh-0f2635884c23537cb466ee5aeb9527f1fd4ce854.tar.xz openssh-0f2635884c23537cb466ee5aeb9527f1fd4ce854.zip |
- djm@cvs.openbsd.org 2010/09/01 22:42:13
[myproposal.h]
prefer ECDH in a 256 bit curve field; prompted by naddy@
-rw-r--r-- | myproposal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myproposal.h b/myproposal.h index 71f90ee5e..5daca533b 100644 --- a/myproposal.h +++ b/myproposal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: myproposal.h,v 1.26 2010/08/31 11:54:45 djm Exp $ */ +/* $OpenBSD: myproposal.h,v 1.27 2010/09/01 22:42:13 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -42,9 +42,9 @@ "ssh-dss" #else # define KEX_DEFAULT_KEX \ - "ecdh-sha2-nistp521," \ "ecdh-sha2-nistp256," \ "ecdh-sha2-nistp384," \ + "ecdh-sha2-nistp521," \ "diffie-hellman-group-exchange-sha256," \ "diffie-hellman-group-exchange-sha1," \ "diffie-hellman-group14-sha1," \ |