summaryrefslogtreecommitdiff
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
* Check for $OPENSSL in md5 fallback too.Darren Tucker2021-06-021-0/+2
* upstream: Merge back shell portability changesdtucker@openbsd.org2021-06-021-1/+1
* upstream: Use a default value for $OPENSSL,dtucker@openbsd.org2021-06-022-3/+5
* upstream: Find openssl binary via environment variable. Thisdtucker@openbsd.org2021-06-014-12/+16
* upstream: fix memleak in testdjm@openbsd.org2021-06-011-1/+5
* upstream: also check contents of remaining stringdjm@openbsd.org2021-06-011-2/+26
* upstream: unit test for misc.c:strdelim() that mostly servces todjm@openbsd.org2021-06-013-2/+181
* upstream: Increase ConnectionAttempts from 4 to 10 as the testsdtucker@openbsd.org2021-05-072-7/+7
* upstream: dump out a usable private key string too; inspired by Tysondjm@openbsd.org2021-05-071-3/+77
* Wrap sntrup761x25519 inside ifdef.Darren Tucker2021-04-291-0/+2
* Ensure valgrind-out exists.Darren Tucker2021-04-081-0/+2
* Remove only use of warn().Darren Tucker2021-04-072-8/+1
* Move make_tmpdir() into portable-specific area.Darren Tucker2021-04-071-6/+6
* upstream: Add TEST_SSH_ELAPSED_TIMES environment variable to print thedtucker@openbsd.org2021-04-071-1/+10
* Move the TEST_SSH_PORT section down a bit.Darren Tucker2021-04-071-6/+6
* upstream: Don't check return value of unsetenv(). It's part of thedtucker@openbsd.org2021-04-061-2/+2
* enable authopt and misc unit testsDamien Miller2021-04-037-8/+23
* missing bits from 259d648eDamien Miller2021-04-032-151/+15
* upstream: cannot effectively test posix-rename extension afterdjm@openbsd.org2021-04-011-8/+10
* upstream: add a test for misc.c:argv_split(), currently failsdjm@openbsd.org2021-04-011-0/+139
* upstream: splitdjm@openbsd.org2021-04-013-0/+223
* upstream: Add TEST_SSH_MODULI_FILE variable to allow overriding of thedtucker@openbsd.org2021-03-131-2/+7
* upstream: remove this KEX fuzzer; it's awkward to use and doesn't playdjm@openbsd.org2021-02-264-589/+1
* upstream: s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/djm@openbsd.org2021-02-255-29/+29
* upstream: Rename pubkeyacceptedkeytypes to pubkeyacceptedalgorithms indtucker@openbsd.org2021-02-251-13/+13
* upstream: Make sure puttygen is new enough to successfully run thedtucker@openbsd.org2021-02-171-10/+9
* Add a hostname function for systems that don't have it.Darren Tucker2021-02-061-0/+9
* upstream: Roll back the hostname->uname change in rev 1.10. It turnsdtucker@openbsd.org2021-02-061-3/+3
* upstream: hostname is not specified by POSIX but uname -n is, so usedtucker@openbsd.org2021-02-051-3/+3
* allow a fuzz case to contain more than one requestDamien Miller2021-01-301-1/+9
* expect fuzz cases to have length prefixDamien Miller2021-01-301-1/+1
* ssh-agent fuzzerDamien Miller2021-01-303-18/+213
* move keys out of kex_fuzz.cc into separate headerDamien Miller2021-01-302-76/+121
* some fixed test data (mostly keys) for fuzzingDamien Miller2021-01-3020-0/+146
* upstream: add a SK_DUMMY_INTEGRATE define that allows the dummydjm@openbsd.org2021-01-301-0/+7
* fuzz diffie-hellman-group-exchange-sha1 kex tooDamien Miller2021-01-291-0/+1
* support for running kex fuzzer with null cipherDamien Miller2021-01-291-4/+17
* correct kex name in disabled codeDamien Miller2021-01-281-1/+1
* upstream: Fix long->int for convtime tests here too. Spotted bydtucker@openbsd.org2021-01-221-17/+17
* upstream: Change types in convtime() unit test to int to match changedtucker@openbsd.org2021-01-181-16/+27
* Remove duplicated declaration in fatal.c .anatasluo2021-01-121-3/+0
* upstream: Adjust kexfuzz to addr.c/addrmatch.c split.dtucker@openbsd.org2021-01-111-2/+2
* upstream: Update unittests for addr.c/addrmatch.c split.dtucker@openbsd.org2021-01-119-17/+18
* adapt KEX fuzzer to PQ kex changeDamien Miller2020-12-291-1/+1
* upstream: Adapt to replacement ofdjm@openbsd.org2020-12-293-7/+9
* ensure $LOGNAME is set in testsDamien Miller2020-12-221-0/+4
* upstream: more detail for failing testsdjm@openbsd.org2020-12-221-3/+3
* upstream: regress test for KnownHostsCommanddjm@openbsd.org2020-12-222-4/+58
* upstream: Remove explicit rijndael-cbc@lysator.liu.se test since thedtucker@openbsd.org2020-12-221-2/+2
* upstream: adapt to API change in hostkeys_foreach()/load_hostkeys()djm@openbsd.org2020-12-211-19/+72