aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/asn1.c
Commit message (Collapse)AuthorAgeFilesLines
* Include what we use.Ben Laurie2016-08-011-0/+2
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Fix various no-*s.Ben Laurie2016-08-011-0/+12
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Add all publicly avaiable asn1 types to the asn1 fuzzer.Kurt Roeckx2016-07-201-1/+108
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #1331
* fuzzers: print and convert it backKurt Roeckx2016-07-161-1/+23
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #1323
* Add OPENSSL_NO_EC wrapperRich Salz2016-07-061-0/+2
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Run the fuzzing corpora as tests.Ben Laurie2016-07-011-34/+41
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Add support for fuzzing with AFLKurt Roeckx2016-06-041-1/+1
| | | | | | Reviewed-by: Ben Laurie <ben@links.org> MR: #2740
* Fuzz everything with every input.Ben Laurie2016-06-031-54/+38
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Add fuzzing!Ben Laurie2016-05-071-0/+86
Reviewed-by: Emilia Käsper <emilia@openssl.org>