Age | Commit message (Collapse) | Author |
|
use ${SSH} for -Q instead of installed ssh
|
|
[dhgex.sh integrity.sh kextype.sh rekey.sh try-ciphers.sh]
repair regress tests broken by server-side default cipher/kex/mac changes
by ensuring that the option under test is included in the server's
algorithm list
|
|
[regress/kextype.sh]
trailing space
|
|
[regress/kextype.sh]
Use ssh -Q to get kex types instead of a static list.
|
|
[regress/kextype.sh]
add curve25519-sha256@libssh.org
|
|
on configurations that don't have it.
|
|
should not depend on ECC support
|
|
strictly correct since while ECC requires sha256 the reverse is not true
however it does prevent spurious test failures.
|
|
|
|
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.
|
|
[regress/Makefile regress/kextype.sh]
regress test for each of the key exchange algorithms that we support
|