summaryrefslogtreecommitdiffhomepage
path: root/fuzzer-verify.c
AgeCommit message (Collapse)Author
2020-05-19ext-info handling for server-sig-algsMatt Johnston
only client side is handled
2020-05-17split signkey_type and signature_type for RSA sha1 vs sha256Matt Johnston
2019-09-16update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)Steffen Jaeckel
* make key-generation compliant to FIPS 186.4 * fix includes in tommath_class.h * update fuzzcorpus instead of error-out * fixup fuzzing make-targets * update Makefile.in * apply necessary patches to ltm sources * clean-up not required ltm files * update to vanilla ltm 1.1.0 this already only contains the required files * remove set/get double
2018-02-28Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston
--HG-- branch : fuzz
2018-02-21The fuzzer has managed to generated DSS key/signature pairs thatMatt Johnston
verify. Avoid false positives from bogus keys that wouldn't be used --HG-- branch : fuzz
2018-01-23add fuzzer-preauth_nomathsMatt Johnston
--HG-- branch : fuzz
2017-05-26add fuzzer-verifyMatt Johnston
--HG-- branch : fuzz