summaryrefslogtreecommitdiffstats
path: root/fuzz/asn1.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-02-21Don't print excessively long ASN1 items in fuzzerMatt Caswell
2022-06-28fuzz/asn1.c: Add check for ASN1_item_i2dJiasheng Jiang
2022-05-03Update copyright yearMatt Caswell
2022-02-20fuzz/asn1.c: Add missing check for BIO_newJiasheng Jiang
2021-05-27Use "" for include internal/xxxRich Salz
2021-02-23RAND_METHOD deprecation: fuzzerPauli
2021-01-28Update copyright yearRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2020-12-17dsa: fuzzer deprecation changesPauli
2020-11-27Remove fuzzing of deprecated functions in a no-deprecated buildMatt Caswell
2020-11-18Deprecate RSA harderRichard Levitte
2020-04-28fuzz/asn1.c: Add missing #includeRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli
2020-02-20Deprecate the low level RSA functions.Pauli
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-09-12Deprecate ERR_get_state()Richard Levitte
2019-05-29Fuzz: add a few more types into Fuzzing for ESSFdaSilvaYY
2018-12-06Following the license change, modify the boilerplates in fuzz/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte
2017-11-03Conditionalize fuzz tests on feature macrosBenjamin Kaduk
2017-11-03ASN1 fuzzer: Use d2i_TYPE / i2d_TYPE functionsKurt Roeckx
2017-08-11Move FuzzerSetRand to separate file.Rich Salz
2017-07-26Install custom RAND_METHOD for fuzzingRich Salz
2017-04-16Make x509 and asn1 fuzzer reproducibleKurt Roeckx
2017-04-10Act on deprecation of LONG and ZLONG, step 1Richard Levitte
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte
2016-12-08Make asn1 fuzzer more reproducibleKurt Roeckx
2016-12-03Add a FuzzerClean() functionKurt Roeckx
2016-12-03Fix formatting of fuzzersKurt Roeckx
2016-08-01Include what we use.Ben Laurie
2016-08-01Fix various no-*s.Ben Laurie
2016-07-20Add all publicly avaiable asn1 types to the asn1 fuzzer.Kurt Roeckx
2016-07-16fuzzers: print and convert it backKurt Roeckx
2016-07-06Add OPENSSL_NO_EC wrapperRich Salz
2016-07-01Run the fuzzing corpora as tests.Ben Laurie
2016-06-04Add support for fuzzing with AFLKurt Roeckx
2016-06-03Fuzz everything with every input.Ben Laurie
2016-05-07Add fuzzing!Ben Laurie