- (djm) [regress/kextype.sh] Testing diffie-hellman-group-exchange-sha256
should not depend on ECC support
This commit is contained in:
parent
9b16086e74
commit
5278806e39
|
@ -10,6 +10,8 @@
|
|||
- (djm) [myproposal.h] Fix reversed OPENSSL_VERSION_NUMBER test and bad
|
||||
#define that was causing diffie-hellman-group-exchange-sha256 to be
|
||||
incorrectly disabled
|
||||
- (djm) [regress/kextype.sh] Testing diffie-hellman-group-exchange-sha256
|
||||
should not depend on ECC support
|
||||
|
||||
20110212
|
||||
- OpenBSD CVS Sync
|
||||
|
|
|
@ -9,8 +9,8 @@ cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak
|
|||
|
||||
if test "$TEST_SSH_ECC" = "yes"; then
|
||||
kextypes="ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521"
|
||||
kextypes="$kextypes diffie-hellman-group-exchange-sha256"
|
||||
fi
|
||||
kextypes="$kextypes diffie-hellman-group-exchange-sha256"
|
||||
kextypes="$kextypes diffie-hellman-group-exchange-sha1"
|
||||
kextypes="$kextypes diffie-hellman-group14-sha1"
|
||||
kextypes="$kextypes diffie-hellman-group1-sha1"
|
||||
|
|
Loading…
Reference in New Issue