summaryrefslogtreecommitdiff
path: root/fuzz/asn1.c
Commit message (Expand)AuthorAgeFilesLines
* fuzz/asn1.c: Add missing #includeRichard Levitte2020-04-281-0/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-2/+2
* Deprecate the low level RSA functions.Pauli2020-02-201-1/+1
* Deprecate the low level DSA functions.Pauli2020-02-121-3/+3
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+5
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-2/+2
* Deprecate ERR_get_state()Richard Levitte2019-09-121-1/+1
* Fuzz: add a few more types into Fuzzing for ESSFdaSilvaYY2019-05-291-2/+6
* Following the license change, modify the boilerplates in fuzz/Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-2/+2
* Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2018-12-061-2/+2
* Conditionalize fuzz tests on feature macrosBenjamin Kaduk2017-11-031-0/+8
* ASN1 fuzzer: Use d2i_TYPE / i2d_TYPE functionsKurt Roeckx2017-11-031-3/+95
* Move FuzzerSetRand to separate file.Rich Salz2017-08-111-0/+2
* Install custom RAND_METHOD for fuzzingRich Salz2017-07-261-11/+1
* Make x509 and asn1 fuzzer reproducibleKurt Roeckx2017-04-161-0/+12
* Act on deprecation of LONG and ZLONG, step 1Richard Levitte2017-04-101-0/+4
* Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte2017-04-101-0/+8
* Make asn1 fuzzer more reproducibleKurt Roeckx2016-12-081-8/+16
* Add a FuzzerClean() functionKurt Roeckx2016-12-031-0/+4
* Fix formatting of fuzzersKurt Roeckx2016-12-031-2/+4
* Include what we use.Ben Laurie2016-08-011-0/+2
* Fix various no-*s.Ben Laurie2016-08-011-0/+12
* Add all publicly avaiable asn1 types to the asn1 fuzzer.Kurt Roeckx2016-07-201-1/+108
* fuzzers: print and convert it backKurt Roeckx2016-07-161-1/+23
* Add OPENSSL_NO_EC wrapperRich Salz2016-07-061-0/+2
* Run the fuzzing corpora as tests.Ben Laurie2016-07-011-34/+41
* Add support for fuzzing with AFLKurt Roeckx2016-06-041-1/+1
* Fuzz everything with every input.Ben Laurie2016-06-031-54/+38
* Add fuzzing!Ben Laurie2016-05-071-0/+86