aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Add additional annotations for malloc functionsJack Lloyd2019-02-171-1/+1
* | Fixes for minimized buildsJack Lloyd2019-02-165-6/+20
* | Renamed m_handle to m_prov as this is the variable name used elsewhere.Ricardo Martins2019-02-151-1/+1
* | Support arbitrary key lengths in SHAKE-128 cipherJack Lloyd2019-02-132-22/+14
|/
* Build fixes for GNU/HurdJack Lloyd2019-02-041-0/+1
* Merge GH #1819 Add Thread_Pool and use it for running testsJack Lloyd2019-01-315-14/+212
|\
| * Add a thread poolJack Lloyd2019-01-315-14/+212
* | Have set_mem only work for bytesJack Lloyd2019-01-311-4/+3
* | Minor HMAC optimizationsJack Lloyd2019-01-312-15/+31
|/
* Merge GH #1821 Refactor CPUID to be thread safeJack Lloyd2019-01-317-54/+83
|\
| * Refactor CPUID to make it thread safeJack Lloyd2019-01-307-54/+83
* | Recognize BLAKE2b also [ci skip]Jack Lloyd2019-01-311-1/+1
|/
* Compile fixJack Lloyd2019-01-302-2/+2
* Use std::mutex instead of mutex_type hereJack Lloyd2019-01-304-8/+8
* Avoid a harmless data race in RSA decryptionJack Lloyd2019-01-281-0/+7
* Fix warningJack Lloyd2019-01-241-3/+6
* Doc updatesJack Lloyd2019-01-241-1/+3
* Revamp BigInt encoding and decoding.Jack Lloyd2019-01-245-104/+131
* Make the Memory_Pool MMU operations a compile time optionJack Lloyd2019-01-221-4/+16
* Remove some unnecessary assertsJack Lloyd2019-01-223-34/+0
* Merge GH #1816 Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-2121-33/+50
|\
| * Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-1821-33/+50
* | 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