diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | regress/kextype.sh | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -10,6 +10,8 @@ | |||
10 | - (djm) [myproposal.h] Fix reversed OPENSSL_VERSION_NUMBER test and bad | 10 | - (djm) [myproposal.h] Fix reversed OPENSSL_VERSION_NUMBER test and bad |
11 | #define that was causing diffie-hellman-group-exchange-sha256 to be | 11 | #define that was causing diffie-hellman-group-exchange-sha256 to be |
12 | incorrectly disabled | 12 | incorrectly disabled |
13 | - (djm) [regress/kextype.sh] Testing diffie-hellman-group-exchange-sha256 | ||
14 | should not depend on ECC support | ||
13 | 15 | ||
14 | 20110212 | 16 | 20110212 |
15 | - OpenBSD CVS Sync | 17 | - OpenBSD CVS Sync |
diff --git a/regress/kextype.sh b/regress/kextype.sh index 71e2ee060..9f8b7bcd0 100644 --- a/regress/kextype.sh +++ b/regress/kextype.sh | |||
@@ -9,8 +9,8 @@ cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak | |||
9 | 9 | ||
10 | if test "$TEST_SSH_ECC" = "yes"; then | 10 | if test "$TEST_SSH_ECC" = "yes"; then |
11 | kextypes="ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521" | 11 | kextypes="ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521" |
12 | kextypes="$kextypes diffie-hellman-group-exchange-sha256" | ||
13 | fi | 12 | fi |
13 | kextypes="$kextypes diffie-hellman-group-exchange-sha256" | ||
14 | kextypes="$kextypes diffie-hellman-group-exchange-sha1" | 14 | kextypes="$kextypes diffie-hellman-group-exchange-sha1" |
15 | kextypes="$kextypes diffie-hellman-group14-sha1" | 15 | kextypes="$kextypes diffie-hellman-group14-sha1" |
16 | kextypes="$kextypes diffie-hellman-group1-sha1" | 16 | kextypes="$kextypes diffie-hellman-group1-sha1" |