summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-30upstream: When using a combination of a Yubikey+GnuPG+remotemestre@openbsd.org
2019-07-30upstream: Fix typo in CASignatureAlgorithms wherein what should bedtucker@openbsd.org
2019-07-29Report success of individual tests as well as all.Darren Tucker
2019-07-29convert to UTF-8; from Mike FrysingerDamien Miller
2019-07-26upstream: Restrict limit-keytype to types supported by build. Thisdtucker@openbsd.org
2019-07-25Remove override disabling DH-GEX.Darren Tucker
2019-07-25upstream: Only use supported key types during KRL test, preferringdtucker@openbsd.org
2019-07-25upstream: Switch keys-command test from rsa to ed25519 since it'sdtucker@openbsd.org
2019-07-25upstream: Make certificate tests work with the supported keydtucker@openbsd.org
2019-07-24upstream: Construct list of key types to test based on the typesdtucker@openbsd.org
2019-07-24upstream: Only use DSA key type in tests if binaries support it.dtucker@openbsd.org
2019-07-24Split test targets further.Darren Tucker
2019-07-24Add lib dependencies for regress binary targets.Darren Tucker
2019-07-24Make "unit" a dependency of "test".Darren Tucker
2019-07-23upstream rev 1.28: fix comment typo.Darren Tucker
2019-07-23Split regress-binaries into two targets.Darren Tucker
2019-07-23upstream: Skip DH group generation test if binaries don't supportdtucker@openbsd.org
2019-07-23upstream: Only test conversion of key types supported by thedtucker@openbsd.org
2019-07-23upstream: Only add ssh-dss to allowed key types if it's supporteddtucker@openbsd.org
2019-07-23Remove sys/cdefs.h include.Darren Tucker
2019-07-23Add headers to prevent warnings w/out OpenSSL.Darren Tucker
2019-07-23Include stdlib.h for free() and calloc().Darren Tucker
2019-07-23Re-apply portability changes to current sha2.{c,h}.Darren Tucker
2019-07-23Import current sha2.c and sha2.h from OpenBSD.Darren Tucker
2019-07-23Rename valgrind "errors" to "failures".Darren Tucker
2019-07-20Skip running sftp-chroot under Valgrind.Darren Tucker
2019-07-20upstream: Remove the sleeps and thus races from the forwardingdtucker@openbsd.org
2019-07-20upstream: Allow SLEEPTIME to be overridden.dtucker@openbsd.org
2019-07-20upstream: Move sleep time into a variable so that we can increasedtucker@openbsd.org
2019-07-19upstream: add regression tests for scp for out-of-destination path filedjm@openbsd.org
2019-07-19upstream: Accept the verbose flag when searching for host keys in knowndjm@openbsd.org
2019-07-19Revert one dependency per line change.Darren Tucker
2019-07-19fix SIGWINCH delivery of Solaris for mux sessionsDamien Miller
2019-07-19Force dependencies one per line.Darren Tucker
2019-07-19make depend.Darren Tucker
2019-07-19Show when skipping valgrind for a test.Darren Tucker
2019-07-19Enable connect-privsep test with valgrind.Darren Tucker
2019-07-19Show valgrind results and error counts.Darren Tucker
2019-07-19Fix format string integer type in error message.Darren Tucker
2019-07-18upstream: fix off-by-one in sshbuf_dtob64() base64 wrapping that coulddjm@openbsd.org
2019-07-18Fail tests if Valgrind enabled and reports errors.Darren Tucker
2019-07-18Allow low-priv tests to write to pipe dir.Darren Tucker
2019-07-17Put valgrind vgdb files to a specific directory.Darren Tucker
2019-07-17upstream: adapt to sshbuf_dtob64() changedjm@openbsd.org
2019-07-17upstream: Remove ssh1 files from CLEANFILES since ssh1 no longerdtucker@openbsd.org
2019-07-17upstream: Update names of host key files in CLEANFILES to matchdtucker@openbsd.org
2019-07-16dependDamien Miller
2019-07-16upstream: remove mostly vestigal uuencode.[ch]; moving the only uniquedjm@openbsd.org
2019-07-16Hook memmem compat code into build.Darren Tucker
2019-07-16Import memmem.c from OpenBSD.Darren Tucker