aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzer
Commit message (Expand)AuthorAgeFilesLines
* Add a constant time divide variant for dividing by uint8_tJack Lloyd2018-12-021-5/+22
* Add a const-time division algorithmJack Lloyd2018-12-021-1/+7
* Fix a bug in OneAndZeros unpaddingJack Lloyd2018-11-301-19/+32
* No need for an RNG object here [ci skip]Jack Lloyd2018-09-251-2/+1
* Avoid some gcc warnings in mode padding fuzzer [ci skip]Jack Lloyd2018-09-231-1/+5
* Fix a crash in the mode padding fuzzerJack Lloyd2018-09-231-0/+2
* Add a fuzzer for OAEP unpaddingJack Lloyd2018-09-221-0/+102
* Add fuzzer for mode unpadding, and fix bugs found therebyJack Lloyd2018-09-221-0/+150
* Fix a bug in Barrett reductionJack Lloyd2018-06-051-4/+8
* Add missing override annotations in fuzzers [ci skip]Jack Lloyd2018-04-062-2/+2
* Modify tls_server fuzzer to use callbacks interface, skip validationJack Lloyd2018-04-011-25/+63
* Update tls_client fuzzer to skip validation resultsJack Lloyd2018-04-011-15/+53
* Add EC_Group::clear_registered_curve_dataJack Lloyd2018-03-191-0/+7
* Add mixed (J+A) point addition, new scalar mul for base pointsJack Lloyd2018-03-081-15/+25
* 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