]> git.ipfire.org Git - thirdparty/openssl.git/history - fuzz
Make sure we use the libctx when creating an EVP_PKEY_CTX in libssl
[thirdparty/openssl.git] / fuzz /
2020-02-20  PauliDeprecate the low level Diffie-Hellman functions.
2020-02-20  PauliDeprecate the low level RSA functions.
2020-02-11  PauliDeprecate the low level DSA functions.
2020-02-04  PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-01-07  Rich SalzMake generated copyright year be "now"
2019-12-11  Jan-Frederik RieckersAdd support for otherName:NAIRealm in output
2019-11-07  Richard LevitteUpdate source files for deprecation at 3.0
2019-11-04  Matt CaswellDon't assume the type we read was the type we expected
2019-09-24  Dmitry BelyavskiySupport printing out some otherName variants
2019-09-18  Brian ChenUpdate fuzzing README for recent clang versions
2019-09-12  Richard LevitteDeprecate ERR_get_state()
2019-08-29  Matt CaswellUpdate fuzz README.md
2019-07-01  PauliAdd OIDs for kmac128, kmac256 and blake2.
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
next