aboutsummaryrefslogtreecommitdiff
path: root/fuzz/bn_mod_exp.cc
AgeCommit message (Expand)AuthorFilesLines
2018-04-24Require BN_mod_exp_mont* inputs be reduced.David Benjamin1-0/+2
2018-02-02Add a function which folds BN_MONT_CTX_{new,set} together.David Benjamin1-3/+3
2017-11-28Bound the input to the bn_mod_exp fuzzer.David Benjamin1-0/+10
2017-10-27Generate bn_div and bn_mod_exp corpus from bn_tests.txt.David Benjamin1-3/+3
2017-10-23Add BN fuzzer.Steven Valdez1-0/+115