summaryrefslogtreecommitdiff
path: root/regress/putty-ciphers.sh
Commit message (Collapse)AuthorAgeFilesLines
* - dtucker@cvs.openbsd.org 2013/05/17 04:29:14dtucker2013-05-171-4/+1
| | | | | | | | | | | | [regress/sftp.sh regress/putty-ciphers.sh regress/cipher-speed.sh regress/test-exec.sh regress/sftp-batch.sh regress/dynamic-forward.sh regress/putty-transfer.sh regress/conch-ciphers.sh regress/sftp-cmds.sh regress/scp.sh regress/ssh-com-sftp.sh regress/rekey.sh regress/putty-kex.sh regress/stderr-data.sh regress/stderr-after-eof.sh regress/sftp-badcmds.sh regress/reexec.sh regress/ssh-com-client.sh regress/sftp-chroot.sh regress/forwarding.sh regress/transfer.sh regress/multiplex.sh] Move the setting of DATA and COPY into test-exec.sh
* - (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]djm2009-02-161-1/+2
| | | | | | [regress/putty-kex.sh regress/putty-transfer.sh] Downgrade disabled interop tests from FATAL error to a warning. Allows some interop tests to proceed if others are missing necessary prerequisites.
* - djm@cvs.openbsd.org 2008/11/10 02:06:35dtucker2008-11-111-2/+2
| | | | | [regress/putty-ciphers.sh] PuTTY supports AES CTR modes, so interop test against them too
* - djm@cvs.openbsd.org 2008/06/30 10:31:11dtucker2008-07-041-3/+1
| | | | | [putty-transfer.sh putty-kex.sh putty-ciphers.sh] remove "set -e" left over from debugging
* - djm@cvs.openbsd.org 2007/12/21 04:13:53djm2008-03-121-0/+30
[regress/Makefile regress/test-exec.sh regress/putty-ciphers.sh] [regress/putty-kex.sh regress/putty-transfer.sh regress/ssh2putty.sh] basic (crypto, kex and transfer) interop regression tests against putty To run these, install putty and run "make interop-tests" from the build directory - the tests aren't run by default yet.