aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Minor HMAC optimizationsJack Lloyd2019-01-312-15/+31
* Merge GH #1821 Refactor CPUID to be thread safeJack Lloyd2019-01-319-55/+90
|\
| * Refactor CPUID to make it thread safeJack Lloyd2019-01-309-55/+90
* | 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
* Merge GH #1818 Prevent PKCS11 tests from allocating before mainJack Lloyd2019-01-284-98/+94
|\
| * Avoid invoking the mlock allocator before main startsJack Lloyd2019-01-284-98/+94
* | 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
* Fix macro checksJack Lloyd2019-01-241-2/+1
* Split out bcrypt cli util to its own fileJack Lloyd2019-01-222-78/+89
* Make the Memory_Pool MMU operations a compile time optionJack Lloyd2019-01-222-4/+30
* Remove some unnecessary assertsJack Lloyd2019-01-223-34/+0
* Fix XLC sanitizersJack Lloyd2019-01-221-1/+3
* Move hash util to hash.cpp and add --format optionJack Lloyd2019-01-223-65/+127
* 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 code to policy filesJack Lloyd2019-01-213-0/+9
* | Add BMI2 variants for SHA-512 and SHA-3Jack Lloyd2019-01-1812-10/+417
|/
* Fix init ordering warningJack Lloyd2019-01-181-1/+1
* Remove use of std::filesystem / boost::filesystemJack Lloyd2019-01-173-70/+8
* Define BOTAN_IF_CONSTEXPRJack Lloyd2019-01-174-8/+25
* Fix some warnings from PVS-StudioJack Lloyd2019-01-1712-22/+37
* Merge GH #1808 Add sandbox feature to CLIJack Lloyd2019-01-146-0/+82
|\
| * Sandboxing feature from CLI pov.David Carlier2019-01-145-25/+74
| * Proposal of sandboxing feature.David Carlier2019-01-065-0/+33
* | Allocate aligned pages in mem pool fuzzerJack Lloyd2019-01-131-11/+68
* | Remove unused fieldsJack Lloyd2019-01-131-3/+0
* | Remove trailing whitespaceJack Lloyd2019-01-1316-66/+63
|/
* 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-057-172/+194
* Update fuzzer for new Memory_Pool behavior and constructorJack Lloyd2019-01-041-7/+26
* New Memory_Pool implementationJack Lloyd2019-01-044-138/+335
* Merge GH #1807 Use sccache for MSVC buildsJack Lloyd2019-01-044-32/+36
|\
| * Use sccache for MSVC buildsJack Lloyd2019-01-044-32/+36
* | Tick version to 2.10.0Jack Lloyd2019-01-041-1/+1
* | Make cpu cycle test a little more laxJack Lloyd2019-01-041-5/+10
|/
* Split up these blocks in appveyor.yml [ci skip]Jack Lloyd2019-01-031-1/+3
* 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
* Casts to avoid MSVC warningsJack Lloyd2019-01-031-1/+9
* Fix bogus macro check that disabled a testJack Lloyd2019-01-031-1/+1
* Remove VC2013 support from AppVeyor scriptJack Lloyd2019-01-031-1/+0
* Add VC 2019 preview buildJack Lloyd2019-01-025-3/+10