aboutsummaryrefslogtreecommitdiff
path: root/fuzz/asn1.c
AgeCommit message (Collapse)AuthorFilesLines
2016-08-01Include what we use.Ben Laurie1-0/+2
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-08-01Fix various no-*s.Ben Laurie1-0/+12
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-07-20Add all publicly avaiable asn1 types to the asn1 fuzzer.Kurt Roeckx1-1/+108
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #1331
2016-07-16fuzzers: print and convert it backKurt Roeckx1-1/+23
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #1323
2016-07-06Add OPENSSL_NO_EC wrapperRich Salz1-0/+2
Reviewed-by: Matt Caswell <matt@openssl.org>
2016-07-01Run the fuzzing corpora as tests.Ben Laurie1-34/+41
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-06-04Add support for fuzzing with AFLKurt Roeckx1-1/+1
Reviewed-by: Ben Laurie <ben@links.org> MR: #2740
2016-06-03Fuzz everything with every input.Ben Laurie1-54/+38
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-05-07Add fuzzing!Ben Laurie1-0/+86
Reviewed-by: Emilia Käsper <emilia@openssl.org>