aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the botan-test --verbose flag, which did nothingJack Lloyd2018-04-119-24/+30
* Merge GH #1533 Use mkstemp for temp files in testsJack Lloyd2018-04-113-1/+42
|\
| * Move mkstemp to Test::temp_file_nameJack Lloyd2018-04-113-8/+40
| * Use mkstemp(3) to create file for test.Alexander Bluhm2018-04-101-1/+10
* | Add EC_Group::a_is_zeroJack Lloyd2018-04-113-1/+19
* | Add missing errno.h include to entropy/dev_randomfwsGonzo2018-04-111-0/+1
* | Bump version to 2.7.0Jack Lloyd2018-04-101-1/+1
* | Add missing overrideJack Lloyd2018-04-091-1/+1
|/
* Add DL_Group::exponent_bitsJack Lloyd2018-04-094-7/+25
* Add a Montgomery exponentiation that takes variable timeJack Lloyd2018-04-093-7/+52
* Remove redundant access specifierJack Lloyd2018-04-091-1/+0
* Fix incorrect macro checkJack Lloyd2018-04-091-2/+2
* Remove extra trailing ;Jack Lloyd2018-04-091-1/+1
* Fix bug that broke session decryption (and thus resumption)Jack Lloyd2018-04-093-1/+55
* Add a data file for RISC-V 64Jack Lloyd2018-04-091-0/+1
* Fix off by one when decoding TLS-CBC ciphertextsJack Lloyd2018-04-096-28/+196
* Fix interop bug in TLS serverJack Lloyd2018-04-083-0/+33
* Square is always positiveJack Lloyd2018-04-081-0/+1
* Rename test data file to match the test nameJack Lloyd2018-04-082-1/+1
* Add BigInt::square plus a speed test for BigInt multiplyJack Lloyd2018-04-084-8/+72
* Convert comba script to Python3Jack Lloyd2018-04-082-27/+27
* Merge GH #1528 Add sanitizer-specific optimization flagsJack Lloyd2018-04-072-2/+4
|\
| * Add sanitizer-specific optimization flagsJack Lloyd2018-04-072-2/+4
* | Merge GH #1527 Add functions getting Cipher_Mode/AEAD_Mode returning unique_ptrJack Lloyd2018-04-0720-97/+164
|\ \
| * | Work around unique_ptr conversion bug in older GCCJack Lloyd2018-04-071-1/+1
| * | Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-0720-96/+163
* | | Avoid a warning when building under Clang [ci skip]Jack Lloyd2018-04-071-0/+1
| |/ |/|
* | Merge GH #1525 Allow tests to run cleanly under UbSan by defaultJack Lloyd2018-04-076-10/+21
|\ \ | |/ |/|
| * Moves UBSAN macros from test files to Test_OptionsMatthias Gierlings2018-04-074-13/+9
| * Make tests pass by default in UBSAN modeMatthias Gierlings2018-04-066-11/+26
* | Add defensive assert to buffer_insertJack Lloyd2018-04-071-0/+2
|/
* Add missing override annotations in fuzzers [ci skip]Jack Lloyd2018-04-062-2/+2
* Add pk_workfactor CLI and refactor workfactor estimator functionsJack Lloyd2018-04-052-12/+53
* Fix bug in CLI, and fix bug in CLI testsJack Lloyd2018-04-052-5/+7
* Add --provider option to sign commandJack Lloyd2018-04-051-2/+4
* Split up asm constructs to avoid miscompilationJack Lloyd2018-04-051-30/+49
* Bump version to 2.6.0-preJack Lloyd2018-04-041-1/+1
* Merge GH #1523 RSA optimizations and exponent blindingJack Lloyd2018-04-043-28/+63
|\
| * Work around a bug in MSVC lambda handlingJack Lloyd2018-04-041-1/+1
| * Update side channel doc, and update RSA blinding testJack Lloyd2018-04-041-3/+10
| * Add RSA exponent blindingJack Lloyd2018-04-042-5/+14
| * Tweak how RSA private operations are performedJack Lloyd2018-04-041-25/+44
* | Add DL_Group::monty_params_p to get Montgomery paramsJack Lloyd2018-04-042-2/+13
* | Move version.txt to src/build-dataJack Lloyd2018-04-043-2/+13
* | Run ECC unit tests across all groups where applicableJack Lloyd2018-04-032-313/+154
|/
* Merge GH #1520 Add Test_Options class to test frameworkJack Lloyd2018-04-025-163/+115
|\
| * Add Test_Options classJack Lloyd2018-04-025-163/+115
* | Add a test vector for OAEP labelRené Korthaus2018-04-021-0/+7
* | Support passing an OAEP label in EME nameRené Korthaus2018-04-021-4/+5
|/
* Modify tls_server fuzzer to use callbacks interface, skip validationJack Lloyd2018-04-011-25/+63