summaryrefslogtreecommitdiff
path: root/regress/ssh2putty.sh
Commit message (Collapse)AuthorAgeFilesLines
* upstream: Replace OPENSSL as the variable that points to thedtucker@openbsd.org2021-07-251-4/+4
| | | | | | | | | openssl binary with OPENSSL_BIN. This will allow us to use the OPENSSL variable from mk.conf or the make(1) command line indicating if we're building with our without OpenSSL, and ultimately get the regress tests working in the OPENSSL=no configuration. OpenBSD-Regress-ID: 2d788fade3264d7803e5b54cae8875963f688c4e
* upstream: Merge back shell portability changesdtucker@openbsd.org2021-06-021-1/+1
| | | | | | bringing it back in sync with -portable. OpenBSD-Regress-ID: c07905ba931e66ad7d849b87b7d19648007175d1
* upstream: Use a default value for $OPENSSL,dtucker@openbsd.org2021-06-021-1/+3
| | | | | | | allowing it to be overridden. Do the same in the PuTTY tests since it's needed there and not exported by test-exec.sh. OpenBSD-Regress-ID: c49dcd6aa7602a8606b7afa192196ca1fa65de16
* upstream: Find openssl binary via environment variable. Thisdtucker@openbsd.org2021-06-011-3/+3
| | | | | | | allows overriding if necessary (eg in -portable where we're testing against a specific version of OpenSSL). OpenBSD-Regress-ID: 491f39cae9e762c71aa4bf045803d077139815c5
* upstream: Remove workaround for broken 'openssl rsa -text' outputtb@openbsd.org2019-11-251-2/+2
| | | | | | | | that was fixed in libcrypto/rsa/rsa_ameth.c r1.24. ok dtucker inoguchi OpenBSD-Regress-ID: c260edfac177daa8fcce90141587cf04a95c4f5f
* upstream: LibreSSL change the format for openssl rsa -text output fromdtucker@openbsd.org2019-11-181-2/+2
| | | | | | "publicExponent" to "Exponent" so accept either. with djm. OpenBSD-Regress-ID: b7e6c4bf700029a31c98be14600d4472fe0467e6
* upstream commitdjm@openbsd.org2015-05-081-3/+3
| | | | | | whitespace at EOL Upstream-Regress-ID: 9c48911643d5b05173b36a012041bed4080b8554
* fix idDarren Tucker2009-10-071-1/+1
|
* - dtucker@cvs.openbsd.org 2009/10/06 23:51:49Darren Tucker2009-10-071-0/+1
| | | | | [regress/ssh2putty.sh] Add OpenBSD tag to make syncs easier
* - (tim) [regress/sftp-cmds.sh regress/ssh2putty.sh] Shell portability fixesTim Rice2008-03-131-1/+3
| | | | from imorgan at nas.nasa.gov
* - djm@cvs.openbsd.org 2007/12/21 04:13:53Damien Miller2008-03-131-0/+31
[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.