summaryrefslogtreecommitdiff
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
* 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
* upstream: few more things needs match.c and addrmatch.c now thatdjm@openbsd.org2020-12-213-3/+7
* Pull in missing rev 1.2.Darren Tucker2020-12-211-4/+11
* basic KEX fuzzer; adapted from Markus' unittestDamien Miller2020-12-042-1/+525
* use options that work with recent clangDamien Miller2020-12-041-2/+2
* Use "=" not "==" in string test.Darren Tucker2020-11-251-1/+1
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-2/+4
* missing headerDamien Miller2020-10-171-0/+2
* sync regress/misc/sk-dummy/fatal.cDamien Miller2020-10-171-3/+6
* adapt sk-dummy's fatal implementation to changesDamien Miller2020-10-171-2/+5
* fix netcat build problemDamien Miller2020-10-171-0/+3
* fix TEST_MALLOC_OPTIONS varwangxp0062020-10-081-1/+1
* upstream: remove GlobalKnownHostsFile for this test afterdjm@openbsd.org2020-10-071-2/+5
* upstream: adapt to SSH_SK_VERSION_MAJOR crankdjm@openbsd.org2020-09-091-1/+1
* upstream: Ensure that address/mask mismatches are flagged atdtucker@openbsd.org2020-09-091-1/+13
* upstream: adapt to API changesdjm@openbsd.org2020-08-272-6/+7
* upstream: dummy firmware needs to match API version numner crank (fordjm@openbsd.org2020-08-271-1/+1
* Skip ECDSA-SK webauthn test when built w/out ECCDarren Tucker2020-07-201-0/+2
* upstream: Add test for '%k' (HostKeyAlias) TOKEN.dtucker@openbsd.org2020-07-171-1/+2
* upstream: Add tests for expansions on UserKnownHostsFile.dtucker@openbsd.org2020-07-171-10/+29
* upstream: Fix previous by calling the correct function.dtucker@openbsd.org2020-07-151-2/+2
* upstream: Update test to match recent change in match.cdtucker@openbsd.org2020-07-151-2/+2
* upstream: Use $OBJ to find key files. Fixes test when run on an objdtucker@openbsd.org2020-07-151-5/+5
* Wrap stdint.h in ifdef HAVE_STDINT_H.Darren Tucker2020-07-041-0/+2
* upstream: regress test for ssh-add -d; ok dtucker@djm@openbsd.org2020-06-261-5/+68
* upstream: add test for mux w/-Oproxy; ok djmmarkus@openbsd.org2020-06-261-6/+8