aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzer
Commit message (Expand)AuthorAgeFilesLines
* Simplify modular inversion fuzzerJack Lloyd2018-03-011-50/+6
* Remove use of redc_helper in fuzzersJack Lloyd2018-02-266-54/+48
* Optimize Barrett reductionJack Lloyd2018-02-261-0/+41
* Change pow_mod fuzzer to also accept p from inputJack Lloyd2018-02-251-11/+15
* Fix fuzzer buildJack Lloyd2018-02-221-3/+6
* Minimize header dependenciesJack Lloyd2018-02-211-1/+0
* New API for blinded ECC point multiplicationJack Lloyd2018-02-211-4/+4
* Use shared representation of EC_GroupJack Lloyd2018-01-311-1/+1
* Update ASN.1 fuzzerJack Lloyd2018-01-151-1/+1
* Refactor ASN1_Pretty_PrinterJack Lloyd2017-12-281-1/+20
* Update ASN.1 fuzzerJack Lloyd2017-11-151-9/+9
* Fix fuzzer buildJack Lloyd2017-09-291-0/+1
* Fix building fuzzersJack Lloyd2017-09-215-1/+6
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-203-6/+6
* Clean up fuzzer code a bitJack Lloyd2017-09-025-46/+34
* Add support for fuzzing with KLEEJack Lloyd2017-08-301-0/+16
* Create new fuzzer build modeJack Lloyd2017-08-2527-0/+1082