aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a few small problems in configureJack Lloyd2018-12-031-8/+8
* Fix a FFI test when threads are disabledJack Lloyd2018-12-031-1/+9
* Avoid parallel build with Sphinx before 1.4Jack Lloyd2018-12-031-1/+1
* Fix a memory leak in OpenSSL ECDHJack Lloyd2018-12-031-3/+5
* Add PVR identifer for POWER9Jack Lloyd2018-12-031-1/+3
* Fix Sphinx errorsJack Lloyd2018-12-032-1/+2
* Fix bug in TLS CBC unpaddingJack Lloyd2018-12-032-1/+7
* Merge GH #1762 Use const time divide/moduloJack Lloyd2018-12-039-26/+110
|\
| * Extend ct_modulo to handle negative inputsJack Lloyd2018-12-031-8/+17
| * Use const time reductions in Barrett and LCM computationsJack Lloyd2018-12-033-4/+23
| * Use ct_modulo in format preserving encryptionJack Lloyd2018-12-031-2/+2
| * Use ct_modulo during RSA key generationJack Lloyd2018-12-031-6/+7
| * Fix shift operatorJack Lloyd2018-12-031-1/+1
| * Add ct_modulo and BigInt::ct_cond_swapJack Lloyd2018-12-034-7/+62
* | Print the version and revision at the very start of configure.py outputJack Lloyd2018-12-031-0/+3
|/
* Merge GH #1759 Add constant time divide by uint8_tJack Lloyd2018-12-037-12/+146
|\
| * Add a constant time divide variant for dividing by uint8_tJack Lloyd2018-12-027-12/+146
* | Merge GH #1758 Remove some conditional branches from variable time divisionJack Lloyd2018-12-031-53/+46
|\ \ | |/ |/|
| * Make variable time division less branchyJack Lloyd2018-12-021-53/+46
* | Update newsJack Lloyd2018-12-021-0/+2
* | Merge GH #1757 Add a constant time division algorithmJack Lloyd2018-12-029-16/+145
|\|
| * Add a const-time division algorithmJack Lloyd2018-12-029-16/+145
* | Document #1756Jack Lloyd2018-12-021-0/+5
* | Merge GH #1756 Support getting passphrase from the consoleJack Lloyd2018-12-0211-48/+186
|\ \ | |/ |/|
| * Avoid macro conflict when including termios in amalgamationJack Lloyd2018-12-021-0/+1
| * Support getting a passphrase from most of the cli toolsJack Lloyd2018-12-019-23/+46
| * Add Win32 support for echo suppressionJack Lloyd2018-12-011-3/+47
| * Promote echo suppression of terminal to Botan::OSJack Lloyd2018-12-013-26/+96
* | Fix a bug in bigint_sub_absJack Lloyd2018-12-022-0/+10
* | One variable per lineJack Lloyd2018-12-021-1/+2
* | Better debugging output when a test failsJack Lloyd2018-12-021-7/+15
|/
* Update newsJack Lloyd2018-12-012-0/+26
* Merge GH #1755 Various BigInt improvementsJack Lloyd2018-12-0113-108/+178
|\
| * Correct a bug in BigInt::operator%(word)Jack Lloyd2018-12-014-23/+43
| * No need to check x when checking if a point is at infinityJack Lloyd2018-12-011-2/+1
| * Unroll mod_sub for 6 words also, helps P-384 quite a bitJack Lloyd2018-12-011-0/+2
| * Avoid conditional operations in P-521 reductionJack Lloyd2018-12-011-30/+31
| * Add BigInt::mod_mulJack Lloyd2018-12-019-56/+104
|/
* Merge GH #1754 Simplify BigInt add/subtractJack Lloyd2018-12-016-187/+175
|\
| * Simplify BigInt addition and subtractionJack Lloyd2018-11-306-187/+175
|/
* Fix a bug in OneAndZeros unpaddingJack Lloyd2018-11-304-24/+54
* Fix debug asserts, and add it to CIJack Lloyd2018-11-292-2/+4
* Merge GH #1751 Add CT::Mask<T>Jack Lloyd2018-11-2920-317/+519
|\
| * Add CT::Mask typeJack Lloyd2018-11-2820-317/+519
|/
* Fix typo [ci skip]Jack Lloyd2018-11-271-1/+1
* Merge GH #1750 Improve BigInt const time behaviorJack Lloyd2018-11-278-157/+349
|\
| * Need to ensure minimum size hereJack Lloyd2018-11-271-0/+1
| * Optimizations for NIST reductionJack Lloyd2018-11-261-22/+20
| * Make more BigInt functions const-timeJack Lloyd2018-11-267-135/+328
|/
* Deprecate SRP suites [ci skip]Jack Lloyd2018-11-261-0/+4