| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated headers, make more headers internal | Jack Lloyd | 2020-11-06 | 10 | -10/+10 |
* | Fix some warnings picked up by new compiler flags | Jack Lloyd | 2020-11-06 | 3 | -4/+4 |
* | Merge X.509 header files | Jack Lloyd | 2020-10-31 | 1 | -1/+1 |
* | Fix underflow bug in modular inverse | Jack Lloyd | 2020-03-08 | 1 | -5/+5 |
* | Fuzzer improvements | Jack Lloyd | 2020-03-03 | 2 | -19/+23 |
* | Remove use of Binary Extended Euclidean Algorithm for inversion | Jack Lloyd | 2020-03-01 | 1 | -10/+53 |
* | In X509 DN fuzzer allow the names to be different lengths | Jack Lloyd | 2020-02-18 | 1 | -8/+3 |
* | Avoid creating secure_vector each time during OAEP fuzzer | Jack Lloyd | 2019-11-10 | 1 | -1/+1 |
* | Enhance ECC fuzzers to also test variable point scalar mult | Jack Lloyd | 2019-11-10 | 1 | -0/+37 |
* | Add URI class to parse IPv4, IPv6 and domain names together with port number | Nuno Goncalves | 2019-10-14 | 1 | -0/+20 |
* | Remove unused include | Jack Lloyd | 2019-08-23 | 1 | -1/+0 |
* | Fix X509_DN comparison | Jack Lloyd | 2019-05-08 | 1 | -0/+46 |
* | Allow any ciphersuite in TLS fuzzers | Jack Lloyd | 2019-04-08 | 2 | -2/+72 |
* | In fuzzer remove debug print and check return value of posix_memalign | Jack Lloyd | 2019-02-21 | 1 | -2/+2 |
* | Allocate aligned pages in mem pool fuzzer | Jack Lloyd | 2019-01-13 | 1 | -11/+68 |
* | Split up allocations into pages | Jack Lloyd | 2019-01-05 | 1 | -3/+6 |
* | Update fuzzer for new Memory_Pool behavior and constructor | Jack Lloyd | 2019-01-04 | 1 | -7/+26 |
* | Fix Memory_Pool fuzzer [ci skip] | Jack Lloyd | 2018-12-29 | 1 | -1/+1 |
* | Add a fuzzer for Memory_Pool | Jack Lloyd | 2018-12-29 | 1 | -0/+114 |
* | Correct read in test fuzzers | Jack Lloyd | 2018-12-23 | 1 | -1/+1 |
* | Add a multi-file input mode for test fuzzers | Jack Lloyd | 2018-12-23 | 1 | -0/+38 |
* | Add a constant time divide variant for dividing by uint8_t | Jack Lloyd | 2018-12-02 | 1 | -5/+22 |
* | Add a const-time division algorithm | Jack Lloyd | 2018-12-02 | 1 | -1/+7 |
* | Fix a bug in OneAndZeros unpadding | Jack Lloyd | 2018-11-30 | 1 | -19/+32 |
* | No need for an RNG object here [ci skip] | Jack Lloyd | 2018-09-25 | 1 | -2/+1 |
* | Avoid some gcc warnings in mode padding fuzzer [ci skip] | Jack Lloyd | 2018-09-23 | 1 | -1/+5 |
* | Fix a crash in the mode padding fuzzer | Jack Lloyd | 2018-09-23 | 1 | -0/+2 |
* | Add a fuzzer for OAEP unpadding | Jack Lloyd | 2018-09-22 | 1 | -0/+102 |
* | Add fuzzer for mode unpadding, and fix bugs found thereby | Jack Lloyd | 2018-09-22 | 1 | -0/+150 |
* | Fix a bug in Barrett reduction | Jack Lloyd | 2018-06-05 | 1 | -4/+8 |
* | Add missing override annotations in fuzzers [ci skip] | Jack Lloyd | 2018-04-06 | 2 | -2/+2 |
* | Modify tls_server fuzzer to use callbacks interface, skip validation | Jack Lloyd | 2018-04-01 | 1 | -25/+63 |
* | Update tls_client fuzzer to skip validation results | Jack Lloyd | 2018-04-01 | 1 | -15/+53 |
* | Add EC_Group::clear_registered_curve_data | Jack Lloyd | 2018-03-19 | 1 | -0/+7 |
* | Add mixed (J+A) point addition, new scalar mul for base points | Jack Lloyd | 2018-03-08 | 1 | -15/+25 |
* | Simplify modular inversion fuzzer | Jack Lloyd | 2018-03-01 | 1 | -50/+6 |
* | Remove use of redc_helper in fuzzers | Jack Lloyd | 2018-02-26 | 6 | -54/+48 |
* | Optimize Barrett reduction | Jack Lloyd | 2018-02-26 | 1 | -0/+41 |
* | Change pow_mod fuzzer to also accept p from input | Jack Lloyd | 2018-02-25 | 1 | -11/+15 |
* | Fix fuzzer build | Jack Lloyd | 2018-02-22 | 1 | -3/+6 |
* | Minimize header dependencies | Jack Lloyd | 2018-02-21 | 1 | -1/+0 |
* | New API for blinded ECC point multiplication | Jack Lloyd | 2018-02-21 | 1 | -4/+4 |
* | Use shared representation of EC_Group | Jack Lloyd | 2018-01-31 | 1 | -1/+1 |
* | Update ASN.1 fuzzer | Jack Lloyd | 2018-01-15 | 1 | -1/+1 |
* | Refactor ASN1_Pretty_Printer | Jack Lloyd | 2017-12-28 | 1 | -1/+20 |
* | Update ASN.1 fuzzer | Jack Lloyd | 2017-11-15 | 1 | -9/+9 |
* | Fix fuzzer build | Jack Lloyd | 2017-09-29 | 1 | -0/+1 |
* | Fix building fuzzers | Jack Lloyd | 2017-09-21 | 5 | -1/+6 |
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 3 | -6/+6 |
* | Clean up fuzzer code a bit | Jack Lloyd | 2017-09-02 | 5 | -46/+34 |