summaryrefslogtreecommitdiffhomepage
path: root/fuzzer-pubkey.c
AgeCommit message (Expand)Author
2020-10-23Move fuzzing code to fuzz/ subdirectory, improve Makefile.inMatt Johnston
2020-04-06use sigtype where appropriateMatt Johnston
2018-03-06avoid leak of pubkey_optionsMatt Johnston
2018-03-04- fuzzer-pubkey needs to free algoname, fix buildMatt Johnston
2018-03-04use random keyblob from the fuzzer insteadMatt Johnston
2018-02-28Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston
2018-01-23add fuzzer-preauth_nomathsMatt Johnston
2017-05-26Disable setnonblocking(), get_socket_address(), set_sock_priority()Matt Johnston
2017-05-26linked list dbmalloc nowMatt Johnston
2017-05-25rearrange, all fuzzers now call fuzzer_set_input()Matt Johnston
2017-05-23fuzzer-pubkeyMatt Johnston