]> git.ipfire.org Git - thirdparty/openssl.git/history - fuzz
Add defines to indicate if intypes.h and stdint.h are unavailable
[thirdparty/openssl.git] / fuzz /
2019-05-29  FdaSilvaYYFuzz: add a few more types into Fuzzing for ESS
2019-05-22  voevFix GOST OID
2019-03-13  杨洋Support SM2 certificate verification
2019-01-22  Richard LevitteBuild: Change all _NO_INST to use attributes instead.
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-12-06  Richard LevitteSwitch future deprecation version from 1.2.0 to 3.0
2018-11-20  Matt CaswellUpdate copyright year
2018-11-04  PauliGMAC implementation
2018-10-17  cclaussprint() is a function in Python 3
2018-09-12  Brian 'geeknik'... Update README.md
2018-09-11  Matt CaswellUpdate copyright year
2018-09-07  Patrick Steuerfuzz/driver.c: appease -Wmissing-prototypes
2018-08-23  Kurt RoeckxUpdate fuzz corpora
2018-08-09  Matt CaswellFix no-comp
2018-08-01  PauliAdd OIDs for HMAC SHA512/224 and HMAC SHA512/256.
2018-07-16  Kurt RoeckxEnable all protocols and ciphers in the fuzzer
2018-06-08  Dmitry BelyavskiyNew GOST identificators
2018-04-03  Matt CaswellUpdate copyright year
2018-03-29  Richard LevitteFaster fuzz test: teach the fuzz test programs to handl...
2018-03-27  Matt CaswellAdd fuzz corpora file that found the ASN.1 stack depth...
2018-03-19  Jack LloydAdd SM2 signature and ECIES schemes
2018-03-15  PauliMissings OIDs for XTS added.
2018-03-12  gmileAdd OIDs for DSTU-4145
2018-03-07  Sergey ZhuravlevAdd GOST OIDs for Edwards parameter sets
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
next