aboutsummaryrefslogtreecommitdiff
path: root/fuzz/pkcs8_corpus/3033b336d833baef80981f40394c281c20677f53
AgeCommit message (Collapse)AuthorFilesLines
2016-04-25Add standalone PKCS#8 and SPKI fuzzers.David Benjamin1-0/+0
We already had coverage for our new EVP_PKEY parsers, but it's good to have some that cover them directly. The initial corpus was generated manually with der-ascii and should cover most of the insanity around EC key serialization. BUG=15 Change-Id: I7aaf56876680bfd5a89f5e365c5052eee03ba862 Reviewed-on: https://boringssl-review.googlesource.com/7728 Reviewed-by: Adam Langley <agl@google.com>