summaryrefslogtreecommitdiff
path: root/regress/putty-ciphers.sh
Commit message (Collapse)AuthorAgeFilesLines
* upstream: Fix ssh-rsa fallback for old PuTTY interop tests.dtucker@openbsd.org2021-09-011-2/+3
| | | | OpenBSD-Regress-ID: a19ac929da604843a5b5f0f48d2c0eb6e0773d37
* upstream: Add a function to skip remaining tests.dtucker@openbsd.org2021-09-011-2/+2
| | | | | | | Many tests skip tests for various reasons but not in a consistent way and don't always clean up, so add that and switch the tests that do that over. OpenBSD-Regress-ID: 72d2ec90a3ee8849486956a808811734281af735
* upstream: Specify path to PuTTY keys.dtucker@openbsd.org2021-09-011-1/+1
| | | | | | | Portable needs this and it makes no difference on OpenBSD, so resync them. (Id sync only, Portable already had this.) OpenBSD-Regress-ID: 33f6f66744455886d148527af8368811e4264162
* upstream: Better compat tests with old PuTTY.dtucker@openbsd.org2021-08-311-1/+7
| | | | | | | | When running PuTTY interop tests and using a PuTTY version older than 0.76, re-enable the ssh-rsa host key algorithm (the 256 and 512 variants of RSA were added some time between 0.73 and 0.76). OpenBSD-Regress-ID: e6138d6987aa705fa1e4f216db0bb386e1ff38e1
* Resync PuTTY interop tests.Darren Tucker2021-08-311-2/+1
| | | | Resync behaviour when REGRESS_INTEROP_PUTTY is not set with OpenBSD.
* upstream: Also test PuTTY chacha20.dtucker@openbsd.org2020-01-231-2/+2
| | | | OpenBSD-Regress-ID: 7af6a0e8763b05f1f8eee6bca5f31fcb16151040
* Provide $OBJ to paths in PuTTY interop tests.Darren Tucker2018-03-231-1/+1
|
* upstream commitdjm@openbsd.org2017-05-081-2/+2
| | | | | | remove arcfour, blowfish and CAST here too Upstream-Regress-ID: c613b3bcbef75df1fe84ca4dc2d3ef253dc5e920
* upstream commitdtucker@openbsd.org2016-11-291-2/+2
| | | | | | | Allow PuTTY interop tests to run unattended. bz#2639, patch from cjwatson at debian.org. Upstream-Regress-ID: 4345253558ac23b2082aebabccd48377433b6fe0
* - 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/11/10 02:06:35Darren Tucker2008-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:11Darren Tucker2008-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:53Damien Miller2008-03-131-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.