bnrand_range: Always call bnrand() with the correct flag
[openssl.git] / fuzz /
2018-02-27 Matt CaswellUpdate copyright year
2018-02-13 Rich SalzGenerate copyright year properly
2018-01-23 PauliSHA512/224 and SHA512/256
2017-11-05 Ronald TseSM3: restructure to EVP internal and update doc to...
2017-11-03 Benjamin KadukConditionalize fuzz tests on feature macros
2017-11-03 Kurt RoeckxUpdate asn1 and x509 corpora
2017-11-03 Kurt RoeckxASN1 fuzzer: Use d2i_TYPE / i2d_TYPE functions
2017-11-03 Kurt RoeckxDon't turn b2 negative
2017-11-03 Kurt RoeckxUpdate location of the libfuzzer repository
2017-10-31 Richard Levittemake update
2017-10-31 Richard LevitteGenerate a dictionary of OIDs for fuzzers
2017-10-16 Ben LaurieRemove unused variable.
2017-09-18 PauliStack sorting safety
2017-08-16 gbrlbndiv fuzzer: limit the size of the input to avoid...
2017-08-11 Rich SalzMove FuzzerSetRand to separate file.
2017-07-26 Rich SalzInstall custom RAND_METHOD for fuzzing
2017-07-02 Kurt RoeckxUpdate fuzz corpora
2017-04-27 Andy Polyakovfuzz/{client,server}.c: omit _time64 "overload method".
2017-04-19 Jon SpillettChange 64-bit time type for windows
2017-04-16 Kurt RoeckxOptionally check for early data
2017-04-16 Kurt RoeckxUse a fixed time when fuzzing.
2017-04-16 Kurt RoeckxDocument how to update the corpus.
2017-04-16 Kurt RoeckxMake x509 and asn1 fuzzer reproducible
2017-04-16 Kurt RoeckxSwitch libfuzzer to use trace-pc-guard
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 1
2017-04-10 Richard LevittePublish our INT32, UINT32, INT64, UINT64 ASN.1 types...
2017-04-07 Rich SalzMake default_method mostly compile-time
2017-03-12 Matt CaswellFix out-of-memory condition in conf
2017-02-21 Kurt RoeckxUpdate client, server and x509 fuzz corpus
2017-01-28 Kurt RoeckxUpdate client and server corpus
2017-01-09 Richard LevitteFix build issues with no-dh, no-dsa and no-ec
2017-01-06 Kurt RoeckxUpdate fuzz corpora
2017-01-06 Kurt RoeckxMake client and server fuzzer reproducible
2017-01-06 Kurt RoeckxMake the bignum fuzzer reproducible
2017-01-06 Kurt RoeckxUpdate fuzz documentation
2017-01-06 Kurt Roeckxserver fuzzer: add support for DSA and ECDSA
2016-12-18 Kurt RoeckxUpdate fuzz corpora
2016-12-16 Kurt RoeckxMake client and server fuzzer support all ciphers
2016-12-16 Kurt RoeckxDocument the recommended parameters for fuzzing
2016-12-09 Kurt RoeckxUpdate client fuzz corpus
2016-12-09 Kurt RoeckxUpdate client fuzzer corpus
2016-12-08 Kurt RoeckxFuzz corpora update
2016-12-08 Kurt RoeckxAnd client fuzzer
2016-12-08 Kurt RoeckxMake asn1 fuzzer more reproducible
2016-12-02 Kurt RoeckxMake the fuzzers more reproducible
2016-12-02 Kurt RoeckxMove libfuzzer sanitizer options to README
2016-12-02 Kurt RoeckxCMS fuzzer: also use id2
2016-12-02 Kurt RoeckxMake the random number generator predictable when fuzzing.
2016-12-02 Kurt Roeckxbndiv fuzzer: move new and free calls to the init and...
2016-12-02 Kurt Roeckxbignum fuzzer: move new and free calls to the init...
2016-12-02 Kurt Roeckxasn1parse: create the out bio during init, free it...
2016-12-02 Kurt RoeckxAdd a FuzzerClean() function
2016-12-02 Kurt RoeckxFuzzerInitialize always exists
2016-12-02 Kurt RoeckxFix formatting of fuzzers
2016-11-12 Kurt RoeckxUpdate fuzz corpora
2016-11-03 Kurt Roeckxconf fuzzer: also check for an empty file
2016-11-02 Sergey BronnikovFix link to LibFuzzer
2016-11-01 Mike Aizatsky[fuzzers] do not fail fuzzers with empty input
2016-10-10 Kurt RoeckxUpdate fuzz corpora
2016-09-26 Robert SwieckiAdd to fuzz corpora for CVE-2016-6309
2016-08-23 Kurt RoeckxUpdate fuzz corpora
2016-08-01 Matt CaswellSome minor tweaks to the fuzzing docs
2016-08-01 Ben LaurieInclude what we use.
2016-08-01 Ben LaurieFix various no-*s.
2016-07-26 Kurt RoeckxSkip non-existing files.
2016-07-25 Matt CaswellFix no-ct
2016-07-20 Kurt RoeckxAdd all publicly avaiable asn1 types to the asn1 fuzzer.
2016-07-19 Matt CaswellFix building with no-cms
2016-07-18 Richard LevitteUse _NO_INST in some build.info files
2016-07-18 Matt CaswellFix strict-warnings build
2016-07-16 Kurt Roeckxfuzzers: print and convert it back
2016-07-16 Richard LevitteMake fuzzer and fuzz tester builds less magic
2016-07-11 Viktor DukhovniDon't rely on implicit rsa.h inclusion
2016-07-06 Rich SalzAdd OPENSSL_NO_EC wrapper
2016-07-04 Rich SalzUpdate fuzz/README.md
2016-07-01 Richard LevitteSimplify INCLUDE statements in build.info files
2016-07-01 Dr. Stephen Hensonfix 'set but not used' warning
2016-07-01 Kurt RoeckxRe-add x509 and crl fuzzer
2016-07-01 Ben LaurieRun the fuzzing corpora as tests.
2016-06-28 Alex GaynorAdd comment about X509_print
2016-06-25 Kurt RoeckxAdd x509 and crl corpora
2016-06-25 Kurt RoeckxAdd X509 and CRL fuzzer
2016-06-23 Kurt RoeckxUpdate fuzz corpora
2016-06-14 Kurt RoeckxUpdate fuzz corpora
2016-06-11 Kurt Roeckxinclude stdlib for malloc() and free()
2016-06-10 Ben LaurieAdd fuzz corpora.
2016-06-04 Kurt RoeckxAdd support for fuzzing with AFL
2016-06-03 Ben LaurieAdd ct fuzzer.
2016-06-03 Ben LaurieLinkify libfuzzer.
2016-06-03 Ben LaurieFuzz everything with every input.
2016-06-03 Ben LaurieSort.
2016-06-01 Rich SalzAdd final(?) set of copyrights.
2016-05-07 Ben LaurieAdd fuzzing!