aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Add BMI2 variants for SHA-512 and SHA-3Jack Lloyd2019-01-1810-10/+413
* Fix init ordering warningJack Lloyd2019-01-181-1/+1
* Remove use of std::filesystem / boost::filesystemJack Lloyd2019-01-172-69/+8
* Define BOTAN_IF_CONSTEXPRJack Lloyd2019-01-174-8/+25
* Fix some warnings from PVS-StudioJack Lloyd2019-01-1711-14/+23
* Merge GH #1808 Add sandbox feature to CLIJack Lloyd2019-01-141-0/+1
|\
| * Sandboxing feature from CLI pov.David Carlier2019-01-142-24/+0
| * Proposal of sandboxing feature.David Carlier2019-01-062-0/+25
* | Remove unused fieldsJack Lloyd2019-01-131-3/+0
* | Remove trailing whitespaceJack Lloyd2019-01-1312-57/+55
|/
* Fix indent [ci skip]Jack Lloyd2019-01-051-7/+7
* Revert #1798Jack Lloyd2019-01-051-4/+14
* Add a fast range check and inline some thingsJack Lloyd2019-01-052-78/+89
* Split up allocations into pagesJack Lloyd2019-01-056-169/+188
* New Memory_Pool implementationJack Lloyd2019-01-043-131/+335
* Some cleanups in McEliece keygenJack Lloyd2019-01-031-15/+17
* Add cast for MSVCJack Lloyd2019-01-031-1/+4
* Use memcpy instead of strcpy here to shut up MSVC warningJack Lloyd2019-01-031-1/+1
* Add VC 2019 preview buildJack Lloyd2019-01-023-2/+2
* Merge GH #1803 XLC fixesJack Lloyd2019-01-015-11/+19
|\
| * Fix use of macroJack Lloyd2018-12-311-1/+1
| * Clean up define for inline asmJack Lloyd2018-12-312-3/+7
| * Use __builtin_bswapN builtins on XLCJack Lloyd2018-12-311-4/+4
| * Fixes for XLCJack Lloyd2018-12-311-1/+1
| * Fix generic 32-bit bswapJack Lloyd2018-12-311-2/+6
* | Fix MSVC warningsJack Lloyd2018-12-312-2/+2
|/
* Add a fuzzer for Memory_PoolJack Lloyd2018-12-291-1/+1
* Improve PBKDF self-tuningJack Lloyd2018-12-294-65/+66
* Correct spellingJack Lloyd2018-12-291-0/+1
* Add OS::read_env_variableJack Lloyd2018-12-293-9/+22
* Merge GH #1798 Use posix_memalign instead of mmap for page locked poolJack Lloyd2018-12-291-17/+9
|\
| * Use posix_memalign instead of mmap for creating the locking poolJack Lloyd2018-12-281-17/+9
* | Avoid const-time modulo in DSA verificationJack Lloyd2018-12-291-1/+11
* | Simplifications in BigIntJack Lloyd2018-12-291-7/+1
|/
* Make bigint_sub_abs const timeJack Lloyd2018-12-272-6/+26
* Fix Barrett reduction input boundJack Lloyd2018-12-263-13/+23
* Avoid size-based bypass of the comparison in Barrett reduction.Jack Lloyd2018-12-241-1/+1
* Avoid conditional branch in Barrett for negative inputsJack Lloyd2018-12-241-4/+27
* Always use const-time modulo during DSA signingJack Lloyd2018-12-241-1/+2
* Address a side channel in RSA and SM2Jack Lloyd2018-12-242-8/+4
* In NIST P-xxx reductions unpoison S before using itJack Lloyd2018-12-241-8/+10
* Unpoison result of high_bits_freeJack Lloyd2018-12-241-0/+1
* Another try at silencing Coverity on thisJack Lloyd2018-12-231-1/+1
* Initialize System_Error::m_error_codeJack Lloyd2018-12-231-1/+2
* Avoid double return of unique_ptrJack Lloyd2018-12-231-1/+3
* Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counterJack Lloyd2018-12-233-6/+7
* Now Timer does not need to include an internal headerJack Lloyd2018-12-231-1/+0
* De-inline more of TimerJack Lloyd2018-12-232-41/+37
* Make significant_words const time alsoJack Lloyd2018-12-233-40/+25
* In Timer, grab CPU clock firstJack Lloyd2018-12-231-9/+9