aboutsummaryrefslogtreecommitdiff
path: root/fuzz/bn_div_corpus/1e185c4d2c54ea13a4006fe82f41c5e63c0c734a
AgeCommit message (Collapse)AuthorFilesLines
2023-07-20Make the parse_certificate_fuzzer from libpki work inside boring.Bob Beck1-0/+0
Seed the corpus from cert_corpus. As part of that, check in the result of minimizing all the corpora. Note this is just making one of the fuzzers build, I'll adapt the others and follow on by updating the IMPORT process to do it in a follow on cl. Bug: chromium:1322914 Change-Id: Iea1b89f8fee938fa99c0a4d8134bcd0e7023d149 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/61765 Commit-Queue: Bob Beck <bbe@google.com> Reviewed-by: David Benjamin <davidben@google.com>
2017-10-27Generate bn_div and bn_mod_exp corpus from bn_tests.txt.David Benjamin1-0/+0
Also switch them to accepting a u16 length prefix. We appear not to have any such tests right now, but RSA-2048 would involve modulus well larger and primes just a hair larger than a u8 length prefix alows. Change-Id: Icce8f1d976e159b945302fbba732e72913c7b724 Reviewed-on: https://boringssl-review.googlesource.com/22284 Commit-Queue: Steven Valdez <svaldez@google.com> Reviewed-by: Steven Valdez <svaldez@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>