mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-25 19:32:09 +00:00
- (dtucker) [regress/kextype.sh] Make sha256 test depend on ECC. This is not
strictly correct since while ECC requires sha256 the reverse is not true however it does prevent spurious test failures.
This commit is contained in:
parent
345178d951
commit
f619d1cad9
@ -47,6 +47,9 @@
|
|||||||
Import recent changes to regress/Makefile, pass a flag to enable ECC tests
|
Import recent changes to regress/Makefile, pass a flag to enable ECC tests
|
||||||
from configure through to regress/Makefile and use it in the tests.
|
from configure through to regress/Makefile and use it in the tests.
|
||||||
- (dtucker) [regress/kextype.sh] Add missing "test".
|
- (dtucker) [regress/kextype.sh] Add missing "test".
|
||||||
|
- (dtucker) [regress/kextype.sh] Make sha256 test depend on ECC. This is not
|
||||||
|
strictly correct since while ECC requires sha256 the reverse is not true
|
||||||
|
however it does prevent spurious test failures.
|
||||||
|
|
||||||
20101025
|
20101025
|
||||||
- (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with
|
- (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with
|
||||||
|
@ -9,8 +9,8 @@ cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak
|
|||||||
|
|
||||||
if test "$TEST_SSH_ECC" = "yes"; then
|
if test "$TEST_SSH_ECC" = "yes"; then
|
||||||
kextypes="ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521"
|
kextypes="ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521"
|
||||||
fi
|
|
||||||
kextypes="$kextypes diffie-hellman-group-exchange-sha256"
|
kextypes="$kextypes diffie-hellman-group-exchange-sha256"
|
||||||
|
fi
|
||||||
kextypes="$kextypes diffie-hellman-group-exchange-sha1"
|
kextypes="$kextypes diffie-hellman-group-exchange-sha1"
|
||||||
kextypes="$kextypes diffie-hellman-group14-sha1"
|
kextypes="$kextypes diffie-hellman-group14-sha1"
|
||||||
kextypes="$kextypes diffie-hellman-group1-sha1"
|
kextypes="$kextypes diffie-hellman-group1-sha1"
|
||||||
|
Loading…
Reference in New Issue
Block a user