aboutsummaryrefslogtreecommitdiff
path: root/fuzz
AgeCommit message (Expand)AuthorFilesLines
2018-01-24SHA512/224 and SHA512/256Pauli1-0/+2
2017-11-06SM3: restructure to EVP internal and update doc to right locationRonald Tse1-0/+2
2017-11-03Conditionalize fuzz tests on feature macrosBenjamin Kaduk1-0/+8
2017-11-03Update asn1 and x509 corporaKurt Roeckx7760-166/+124
2017-11-03ASN1 fuzzer: Use d2i_TYPE / i2d_TYPE functionsKurt Roeckx2-5/+97
2017-11-03Don't turn b2 negativeKurt Roeckx1-3/+1
2017-11-03Update location of the libfuzzer repositoryKurt Roeckx1-1/+1
2017-10-31make updateRichard Levitte1-0/+1017
2017-10-31Generate a dictionary of OIDs for fuzzersRichard Levitte1-0/+27
2017-10-16Remove unused variable.Ben Laurie1-0/+2
2017-09-18Stack sorting safetyPauli2-2/+2
2017-08-16bndiv fuzzer: limit the size of the input to avoid timeoutgbrl1-0/+7
2017-08-11Move FuzzerSetRand to separate file.Rich Salz6-31/+48
2017-07-26Install custom RAND_METHOD for fuzzingRich Salz6-44/+36
2017-07-02Update fuzz corporaKurt Roeckx22495-2943/+7089
2017-04-27fuzz/{client,server}.c: omit _time64 "overload method".Andy Polyakov2-16/+12
2017-04-19Change 64-bit time type for windowsJon Spillett2-2/+2
2017-04-16Optionally check for early dataKurt Roeckx1-1/+19
2017-04-16Use a fixed time when fuzzing.Kurt Roeckx2-1/+36
2017-04-16Document how to update the corpus.Kurt Roeckx1-0/+12
2017-04-16Make x509 and asn1 fuzzer reproducibleKurt Roeckx2-0/+24
2017-04-16Switch libfuzzer to use trace-pc-guardKurt Roeckx1-1/+1
2017-04-10Act on deprecation of LONG and ZLONG, step 1Richard Levitte1-0/+4
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte1-0/+8
2017-04-07Make default_method mostly compile-timeRich Salz2-20/+0
2017-03-12Fix out-of-memory condition in confMatt Caswell1-0/+41
2017-02-21Update client, server and x509 fuzz corpusKurt Roeckx6183-6/+3
2017-01-29Update client and server corpusKurt Roeckx4777-0/+1
2017-01-09Fix build issues with no-dh, no-dsa and no-ecRichard Levitte2-0/+24
2017-01-06Update fuzz corporaKurt Roeckx8085-237/+216
2017-01-06Make client and server fuzzer reproducibleKurt Roeckx2-0/+12
2017-01-06Make the bignum fuzzer reproducibleKurt Roeckx1-18/+23
2017-01-06Update fuzz documentationKurt Roeckx1-5/+48
2017-01-06server fuzzer: add support for DSA and ECDSAKurt Roeckx1-1/+321
2016-12-19Update fuzz corporaKurt Roeckx2442-0/+0
2016-12-16Make client and server fuzzer support all ciphersKurt Roeckx2-0/+4
2016-12-16Document the recommended parameters for fuzzingKurt Roeckx1-2/+10
2016-12-09Update client fuzz corpusKurt Roeckx310-0/+0
2016-12-09Update client fuzzer corpusKurt Roeckx1427-1/+0
2016-12-08Fuzz corpora updateKurt Roeckx9069-1247/+3758
2016-12-08And client fuzzerKurt Roeckx2-2/+99
2016-12-08Make asn1 fuzzer more reproducibleKurt Roeckx1-8/+16
2016-12-03Make the fuzzers more reproducibleKurt Roeckx8-27/+81
2016-12-03Move libfuzzer sanitizer options to READMEKurt Roeckx1-1/+2
2016-12-03CMS fuzzer: also use id2Kurt Roeckx1-5/+13
2016-12-03Make the random number generator predictable when fuzzing.Kurt Roeckx2-1/+10
2016-12-03bndiv fuzzer: move new and free calls to the init and cleanup function.Kurt Roeckx1-14/+20
2016-12-03bignum fuzzer: move new and free calls to the init and cleanup function.Kurt Roeckx1-14/+20
2016-12-03asn1parse: create the out bio during init, free it during cleanupKurt Roeckx1-5/+4
2016-12-03Add a FuzzerClean() functionKurt Roeckx13-0/+47