summaryrefslogtreecommitdiff
path: root/regress/misc
Commit message (Expand)AuthorAgeFilesLines
* upstream: remove this KEX fuzzer; it's awkward to use and doesn't playdjm@openbsd.org2021-02-264-589/+1
* 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
* 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
* adapt KEX fuzzer to PQ kex changeDamien Miller2020-12-291-1/+1
* upstream: Adapt to replacement ofdjm@openbsd.org2020-12-291-3/+3
* basic KEX fuzzer; adapted from Markus' unittestDamien Miller2020-12-042-1/+525
* use options that work with recent clangDamien Miller2020-12-041-2/+2
* 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
* upstream: adapt to SSH_SK_VERSION_MAJOR crankdjm@openbsd.org2020-09-091-1/+1
* upstream: dummy firmware needs to match API version numner crank (fordjm@openbsd.org2020-08-271-1/+1
* upstream: adapt dummy FIDO middleware to API change; ok markus@djm@openbsd.org2020-05-011-4/+10
* upstream: this needs utf8.c toodjm@openbsd.org2020-04-031-2/+2
* upstream: unbreak unittests for recent API / source file changesdjm@openbsd.org2020-01-262-8/+4
* unbreak fuzzer support for recent ssh-sk.h changesDamien Miller2020-01-222-21/+23
* Wrap stdint.h in ifdef HAVE_STDINT_H.Darren Tucker2020-01-151-0/+2
* upstream: adapt sk-dummy to SK API changesdjm@openbsd.org2020-01-061-71/+40
* upstream: implement recent SK API change to support resident keysdjm@openbsd.org2020-01-031-5/+28
* ssh-sk-null.cc needs extern "C" {}Damien Miller2020-01-021-0/+4
* add dummy ssh-sk API for linking with fuzzersDamien Miller2020-01-021-0/+46
* upstream: adapt to ssh-sk-client changedjm@openbsd.org2019-12-161-2/+2
* Wrap ECC specific bits in ifdef.Darren Tucker2019-12-061-0/+8
* includes.h for sk-dummy.c, dummyDamien Miller2019-11-291-0/+2
* another attempt at sk-dummy.so working x-platformDamien Miller2019-11-291-0/+20
* upstream: lots of dependencies go away here with ed25519 no longerdjm@openbsd.org2019-11-291-2/+1
* upstream: add dummy security key middleware based on work bydjm@openbsd.org2019-11-273-1/+590
* unbreak fuzzers for recent security key changesDamien Miller2019-11-253-8/+22
* upstream: unbreak after security key support landeddjm@openbsd.org2019-11-251-1/+5
* add a fuzzer for private key parsingDamien Miller2019-10-092-1/+26
* update fuzzing makefile to more recent clangDamien Miller2019-09-051-2/+2
* fuzzer for sshsig allowed_signers option parsingDamien Miller2019-09-052-2/+36
* Fuzzer harness for sshsigDamien Miller2019-09-052-1/+39
* upstream: adapt to changes in KEX APIs and file removalsdjm@openbsd.org2019-01-212-14/+23
* last bits of old packet API / active_state globalDamien Miller2019-01-201-2/+0
* really add source for authopt_fuzz this timeDamien Miller2018-09-151-0/+33
* remove accidentally checked-in authopt_fuzz binaryDamien Miller2018-09-151-0/+0
* fuzzer harness for authorized_keys option parsingDamien Miller2018-09-142-2/+5
* unbreak fuzz harnessDamien Miller2018-01-031-6/+6
* upstream commitdjm@openbsd.org2018-01-031-11/+21