summaryrefslogtreecommitdiff
path: root/regress/conch-ciphers.sh
Commit message (Collapse)AuthorAgeFilesLines
* upstream: Adapt the PuTTY/Conch tests to new key names.dtucker@openbsd.org2019-07-051-2/+2
| | | | | | | | | A recent regress change (2a9b3a2ce411d16cda9c79ab713c55f65b0ec257 in portable) broke the PuTTY and Twisted Conch interop tests, because the key they want to use is now called ssh-rsa rather than rsa. Adapt the tests to the new file names. bz#3020, patch from cjwatson at debian.org. OpenBSD-Regress-ID: fd342a37db4d55aa4ec85316f73082c8eb96e64e
* - dtucker@cvs.openbsd.org 2013/05/17 04:29:14Darren Tucker2013-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]Damien Miller2009-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/06/30 10:43:03Darren Tucker2008-07-041-6/+6
| | | | | [regress/conch-ciphers.sh] explicitly disable conch options that could interfere with the test
* - djm@cvs.openbsd.org 2008/06/28 13:57:25Damien Miller2008-06-301-0/+30
[regress/Makefile regress/test-exec.sh regress/conch-ciphers.sh] very basic regress test against Twisted Conch in "make interop" target (conch is available in ports/devel/py-twisted/conch); ok markus@