mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 17:25:09 +02:00
- djm@cvs.openbsd.org 2010/09/01 22:42:13
[myproposal.h] prefer ECDH in a 256 bit curve field; prompted by naddy@
This commit is contained in:
parent
e13cadf41b
commit
0f2635884c
@ -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.
|
* Copyright (c) 2000 Markus Friedl. All rights reserved.
|
||||||
@ -42,9 +42,9 @@
|
|||||||
"ssh-dss"
|
"ssh-dss"
|
||||||
#else
|
#else
|
||||||
# define KEX_DEFAULT_KEX \
|
# define KEX_DEFAULT_KEX \
|
||||||
"ecdh-sha2-nistp521," \
|
|
||||||
"ecdh-sha2-nistp256," \
|
"ecdh-sha2-nistp256," \
|
||||||
"ecdh-sha2-nistp384," \
|
"ecdh-sha2-nistp384," \
|
||||||
|
"ecdh-sha2-nistp521," \
|
||||||
"diffie-hellman-group-exchange-sha256," \
|
"diffie-hellman-group-exchange-sha256," \
|
||||||
"diffie-hellman-group-exchange-sha1," \
|
"diffie-hellman-group-exchange-sha1," \
|
||||||
"diffie-hellman-group14-sha1," \
|
"diffie-hellman-group14-sha1," \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user