Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-12 | - (dtucker) [regress/Makefile regress/cipher-speed.sh regress/test-exec.sh] | Darren Tucker | |
Improve portability of cipher-speed test, based mostly on a patch from Iain Morgan. | |||
2013-03-06 | - (dtucker) [regress/forward-control.sh] Wait longer for the forwarding | Darren Tucker | |
connection to start so that the test works on slower machines. | |||
2013-03-05 | - (djm) [regress/modpipe.c] Compilation fix for AIX and parsing fix for | Damien Miller | |
HP/UX. Spotted by Kevin Brott | |||
2013-02-26 | - (tim) [regress/krl.sh] keep old solaris awk from hanging. | Tim Rice | |
2013-02-26 | - (tim) [regress/integrity.sh] keep old solaris awk from hanging. | Tim Rice | |
2013-02-26 | - (tim) [regress/integrity.sh] shell portability fix. | Tim Rice | |
2013-02-26 | - (tim) [regress/forward-control.sh] use sh in case login shell is csh. | Tim Rice | |
2013-02-26 | - (djm) [regress/integrity.sh] Run sshd via $SUDO; fixes tinderbox breakage | Damien Miller | |
for UsePAM=yes configuration | |||
2013-02-26 | - djm@cvs.openbsd.org 2013/02/20 08:27:50 | Damien Miller | |
[integrity.sh] Add an option to modpipe that warns if the modification offset it not reached in it's stream and turn it on for t-integrity. This should catch cases where the session is not fuzzed for being too short (cf. my last "oops" commit) | |||
2013-02-20 | - (tim) [regress/forward-control.sh] shell portability fix. | Tim Rice | |
2013-02-20 | - djm@cvs.openbsd.org 2013/02/20 08:29:27 | Damien Miller | |
[regress/modpipe.c] s/Id/OpenBSD/ in RCS tag | |||
2013-02-20 | - djm@cvs.openbsd.org 2013/02/20 08:27:50 | Damien Miller | |
[regress/integrity.sh regress/modpipe.c] Add an option to modpipe that warns if the modification offset it not reached in it's stream and turn it on for t-integrity. This should catch cases where the session is not fuzzed for being too short (cf. my last "oops" commit) | |||
2013-02-19 | - (tim) [krl.c Makefile.in regress/Makefile regress/modpipe.c] remove unneeded | Tim Rice | |
err.h include from krl.c. Additional portability fixes for modpipe. OK djm | |||
2013-02-19 | - (tim) [regress/cipher-speed.sh regress/try-ciphers.sh] shell portability fix. | Tim Rice | |
2013-02-19 | - (djm) [regress/integrity.sh] Skip SHA2-based MACs on configurations that | Damien Miller | |
lack support for SHA2. | |||
2013-02-19 | - djm@cvs.openbsd.org 2013/02/19 02:14:09 | Damien Miller | |
[integrity.sh] oops, forgot to increase the output of the ssh command to ensure that we actually reach $offset | |||
2013-02-19 | - djm@cvs.openbsd.org 2013/02/18 22:26:47 | Damien Miller | |
[integrity.sh] crank the offset yet again; it was still fuzzing KEX one of Darren's portable test hosts at 2800 | |||
2013-02-18 | - djm@cvs.openbsd.org 2013/02/17 23:16:55 | Damien Miller | |
[integrity.sh] make the ssh command generates some output to ensure that there are at least offset+tries bytes in the stream. | |||
2013-02-16 | - djm@cvs.openbsd.org 2013/02/16 06:08:45 | Damien Miller | |
[integrity.sh] make sure the fuzz offset is actually past the end of KEX for all KEX types. diffie-hellman-group-exchange-sha256 requires an offset around 2700. Noticed via test failures in portable OpenSSH on platforms that lack ECC and this the more byte-frugal ECDH KEX algorithms. | |||
2013-02-14 | - (djm) [regress/integrity.sh] Start fuzzing from offset 2500 (instead | Damien Miller | |
of 2300) to avoid clobbering the end of (non-MAC'd) KEX. Verified by Iain Morgan | |||
2013-02-14 | - (djm) [regress/krl.sh] typo; found by Iain Morgan | Damien Miller | |
2013-02-14 | - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC. | Damien Miller | |
2013-02-12 | - (djm) [regress/try-ciphers.sh] clean up CVS merge botch | Damien Miller | |
2013-02-12 | - djm@cvs.openbsd.org 2013/02/11 23:58:51 | Damien Miller | |
[try-ciphers.sh] remove acss here too | |||
2013-01-20 | - (djm) [regress/krl.sh] replacement for jot; most platforms lack it | Damien Miller | |
2013-01-18 | - djm@cvs.openbsd.org 2013/01/18 00:45:29 | Damien Miller | |
[regress/Makefile regress/cert-userkey.sh regress/krl.sh] Tests for Key Revocation Lists (KRLs) | |||
2013-01-17 | - (djm) [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh] | Damien Miller | |
check for GCM support before testing GCM ciphers. | |||
2013-01-12 | - (djm) [regress/integrity.sh] repair botched merge | Damien Miller | |
2013-01-12 | - djm@cvs.openbsd.org 2013/01/12 11:23:53 | Damien Miller | |
[regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh] test AES-GCM modes; feedback markus@ | |||
2012-12-12 | - (djm) [regress/Makefile] fix t-exec rule | Damien Miller | |
2012-12-12 | - (djm) [regress/integrity.sh] Fix awk quoting, packet length skip | Damien Miller | |
2012-12-12 | - (djm) [regress/Makefile regress/integrity.sh] Make the integrity.sh test | Damien Miller | |
work on platforms without 'jot' | |||
2012-12-12 | - markus@cvs.openbsd.org 2012/12/11 23:12:13 | Damien Miller | |
[try-ciphers.sh] add hmac-ripemd160-etm@openssh.com | |||
2012-12-12 | - markus@cvs.openbsd.org 2012/12/11 22:42:11 | Damien Miller | |
[regress/Makefile regress/modpipe.c regress/integrity.sh] test the integrity of the packets; with djm@ | |||
2012-12-12 | - markus@cvs.openbsd.org 2012/12/11 22:32:56 | Damien Miller | |
[regress/try-ciphers.sh] add etm modes | |||
2012-12-07 | - dtucker@cvs.openbsd.org 2012/12/06 06:06:54 | Darren Tucker | |
[regress/keys-command.sh] Fix some problems with the keys-command test: - use string comparison rather than numeric comparison - check for existing KEY_COMMAND file and don't clobber if it exists - clean up KEY_COMMAND file if we do create it. - check that KEY_COMMAND is executable (which it won't be if eg /var/run is mounted noexec). ok djm. | |||
2012-12-03 | - djm@cvs.openbsd.org 2012/12/02 20:47:48 | Damien Miller | |
[Makefile regress/forward-control.sh] regress for AllowTcpForwarding local/remote; ok markus@ | |||
2012-12-03 | - djm@cvs.openbsd.org 2012/11/22 22:49:30 | Damien Miller | |
[regress/Makefile regress/keys-command.sh] regress for AuthorizedKeysCommand; hints from markus@ | |||
2012-12-03 | - djm@cvs.openbsd.org 2012/10/19 05:10:42 | Damien Miller | |
[regress/cert-userkey.sh] include a serial number when generating certs | |||
2012-12-03 | - dtucker@cvs.openbsd.org 2012/10/05 02:20:48 | Damien Miller | |
[regress/cipher-speed.sh regress/try-ciphers.sh] Add umac-128@openssh.com to the list of MACs to be tested | |||
2012-12-03 | - dtucker@cvs.openbsd.org 2012/10/05 02:05:30 | Damien Miller | |
[regress/multiplex.sh] Use 'kill -0' to test for the presence of a pid since it's more portable | |||
2012-10-05 | - dtucker@cvs.openbsd.org 2012/09/10 01:51:19 | Darren Tucker | |
[regress/multiplex.sh] use -Ocheck and waiting for completions by PID to make multiplexing test less racy and (hopefully) more reliable on slow hardware. | |||
2012-10-05 | - dtucker@cvs.openbsd.org 2012/09/10 00:49:21 | Darren Tucker | |
[regress/multiplex.sh] Log -O cmd output to the log file and make logging consistent with the other tests. Test clean shutdown of an existing channel when testing "stop". | |||
2012-10-05 | - dtucker@cvs.openbsd.org 2012/09/09 11:51:25 | Darren Tucker | |
[multiplex.sh] Add test for ssh -Ostop | |||
2012-10-05 | - dtucker@cvs.openbsd.org 2012/09/06 04:11:07 | Darren Tucker | |
[regress/try-ciphers.sh] Restore missing space. (Id sync only). | |||
2012-07-03 | - (dtucker) [regress/test-exec.sh] Correct uname for cygwin/w2k. | Darren Tucker | |
2012-07-03 | - (dtucker) [regress/reexec.sh regress/sftp-cmds.sh regress/test-exec.sh] | Darren Tucker | |
Move cygwin detection to test-exec and use to skip reexec test on cygwin. | |||
2012-07-03 | - dtucker@cvs.openbsd.org 2012/07/02 14:37:06 | Darren Tucker | |
[regress/connect-privsep.sh] remove exit from end of test since it prevents reporting failure | |||
2012-06-30 | - dtucker@cvs.openbsd.org 2012/06/28 05:07:45 | Darren Tucker | |
[regress/try-ciphers.sh regress/cipher-speed.sh] Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed from draft6 of the spec and will not be in the RFC when published. Patch from mdb at juniper net via bz#2023, ok markus | |||
2012-06-30 | - dtucker@cvs.openbsd.org 2012/06/26 12:06:59 | Darren Tucker | |
[regress/connect-privsep.sh] test sandbox with every malloc option |