aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/corpora/asn1/03ef2f06a4037a1fa6a076fa89b62d6422a7f9d5
Commit message (Collapse)AuthorAgeFilesLines
* Fuzz corpora updateKurt Roeckx2016-12-081-0/+0
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #2041
* Update fuzz corporaKurt Roeckx2016-08-231-0/+0
This is a new minimal corpus with the following changes: - asn1: files: 1135 (+474), tuples: 27236 (+7496) - asn1parse: files: 305 (-3), tuples: 8758 (+11) - bignum: files: 370 (-1), tuples: 9547 (+10) - bndiv: files: 160 (+0), tuples: 2416 (+6) - cms: files: 155 (-1), tuples: 3408 (+0) - conf: files: 231 (-11), tuples: 4668 (+3) - crl: files: 905 (+188), tuples: 22876 (+4096) - ct: files: 117 (+35), tuples: 3557 (+908) - x509: files: 920, tuples: 28334 Note that tuple count depends on the binary and is random. Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>