summaryrefslogtreecommitdiff
path: root/fuzzer-kexecdh.c
Commit message (Collapse)AuthorAgeFilesLines
* Move fuzzing code to fuzz/ subdirectory, improve Makefile.inMatt Johnston2020-10-231-82/+0
|
* Fix leaks in kex fuzzersMatt Johnston2018-03-091-1/+5
|
* kexhashbuf was much to small in kex fuzzersMatt Johnston2018-03-081-2/+1
|
* reduce number of dh parameters so fuzzer doesn't timeoutMatt Johnston2018-03-061-1/+1
|
* reduce number of params so it doesn't hit a timeoutMatt Johnston2018-03-051-1/+2
|
* Add kexdh and kexecdh fuzzersMatt Johnston2018-03-051-0/+78