aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1535 Don't create solib symlinks on OpenBSDJack Lloyd2018-04-113-1/+4
|\
| * Do not create shared library symlinks on OpenBSD.Alexander Bluhm2018-04-123-1/+4
* | Update newsJack Lloyd2018-04-111-0/+3
* | Merge GH #1534 Optimize EC doubling for curves with a == 0 and a == -3Jack Lloyd2018-04-114-10/+61
|\ \
| * | Optimize EC point doubling for a == 0 and a == -3Jack Lloyd2018-04-114-10/+61
| |/
* / Fix indentation [ci skip]Jack Lloyd2018-04-111-5/+5
|/
* 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
* | Merge GH #1532 Add missing include for muslJack Lloyd2018-04-111-0/+1
|\ \
| * | Add missing errno.h include to entropy/dev_randomfwsGonzo2018-04-111-0/+1
|/ /
* | Bump version to 2.7.0Jack Lloyd2018-04-102-1/+4
* | Update for 2.6.0 release2.6.0Jack Lloyd2018-04-102-4/+10
* | Add security advisoryJack Lloyd2018-04-101-0/+11
* | 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-094-8/+54
* 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
* Update newsJack Lloyd2018-04-091-2/+2
* Fix off by one when decoding TLS-CBC ciphertextsJack Lloyd2018-04-096-28/+196
* Update newsJack Lloyd2018-04-081-0/+6
* 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-073-3/+20
|\
| * Add sanitizer-specific optimization flagsJack Lloyd2018-04-073-3/+20
* | Merge GH #1527 Add functions getting Cipher_Mode/AEAD_Mode returning unique_ptrJack Lloyd2018-04-0721-98/+165
|\ \
| * | Work around unique_ptr conversion bug in older GCCJack Lloyd2018-04-071-1/+1
| * | Update docs [ci skip]Jack 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-077-10/+26
|\ \ | |/ |/|
| * Moves UBSAN macros from test files to Test_OptionsMatthias Gierlings2018-04-074-13/+9
| * Make tests pass by default in UBSAN modeMatthias Gierlings2018-04-067-11/+31
* | Add defensive assert to buffer_insertJack Lloyd2018-04-071-0/+2
|/
* Fix quoting [ci skip]Jack Lloyd2018-04-061-1/+1
* 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
* Update news [ci skip]Jack Lloyd2018-04-051-0/+3
* 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