aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzer
Commit message (Expand)AuthorAgeFilesLines
* add missing header: cstdlibtenzap2021-11-231-1/+1
* Improve BigInt::to_dec_string performanceJack Lloyd2021-06-301-9/+11
* Tweak how BigInt string formatting worksJack Lloyd2021-06-241-0/+5
* Avoid early return from mem_pool fuzzerJack Lloyd2021-05-051-3/+1
* Update fuzzers to reflect TLS 1.0/1.1 dropJack Lloyd2021-04-012-31/+5
* Fix BigInt::operator< when both integers are negativeJack Lloyd2021-03-051-0/+74
* Use better bounds for safegcd iterationsJack Lloyd2021-02-141-11/+6
* Add a fuzzer comparing safegcd vs Euclidean gcdJack Lloyd2021-02-141-0/+52
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-2/+2
* Fix fuzzer buildsJack Lloyd2020-12-121-2/+2
* Remove outer shared_ptr from Certificate in certstore interfaceJack Lloyd2020-11-232-2/+2
* Remove SRP support from TLSJack Lloyd2020-11-232-12/+2
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-0610-10/+10
* Fix some warnings picked up by new compiler flagsJack Lloyd2020-11-063-4/+4
* Merge X.509 header filesJack Lloyd2020-10-311-1/+1
* Fix underflow bug in modular inverseJack Lloyd2020-03-081-5/+5
* Fuzzer improvementsJack Lloyd2020-03-032-19/+23
* Remove use of Binary Extended Euclidean Algorithm for inversionJack Lloyd2020-03-011-10/+53
* In X509 DN fuzzer allow the names to be different lengthsJack Lloyd2020-02-181-8/+3
* Avoid creating secure_vector each time during OAEP fuzzerJack Lloyd2019-11-101-1/+1
* Enhance ECC fuzzers to also test variable point scalar multJack Lloyd2019-11-101-0/+37
* Add URI class to parse IPv4, IPv6 and domain names together with port numberNuno Goncalves2019-10-141-0/+20
* Remove unused includeJack Lloyd2019-08-231-1/+0
* Fix X509_DN comparisonJack Lloyd2019-05-081-0/+46
* Allow any ciphersuite in TLS fuzzersJack Lloyd2019-04-082-2/+72
* In fuzzer remove debug print and check return value of posix_memalignJack Lloyd2019-02-211-2/+2
* Allocate aligned pages in mem pool fuzzerJack Lloyd2019-01-131-11/+68
* Split up allocations into pagesJack Lloyd2019-01-051-3/+6
* Update fuzzer for new Memory_Pool behavior and constructorJack Lloyd2019-01-041-7/+26
* Fix Memory_Pool fuzzer [ci skip]Jack Lloyd2018-12-291-1/+1
* Add a fuzzer for Memory_PoolJack Lloyd2018-12-291-0/+114
* Correct read in test fuzzersJack Lloyd2018-12-231-1/+1
* Add a multi-file input mode for test fuzzersJack Lloyd2018-12-231-0/+38
* 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