aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-1823-39/+65
* Fix init ordering warningJack Lloyd2019-01-181-1/+1
* Merge GH #1814 Drop use of Boost or std filesystem libsJack Lloyd2019-01-184-92/+32
|\
| * Remove use of std::filesystem / boost::filesystemJack Lloyd2019-01-174-92/+32
|/
* 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
* | Strip botan includes when processing ISA header in amalgamationJack Lloyd2019-01-141-1/+2
* | 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
* | Ignore trailing whitespace in header guardsJack Lloyd2019-01-131-2/+3
|/
* Fix indent [ci skip]Jack Lloyd2019-01-051-7/+7
* Update newsJack Lloyd2019-01-051-0/+4
* Merge GH #1800 New Memory_Pool implementationJack Lloyd2019-01-058-226/+485
|\
| * 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-042-1/+4
* | Make cpu cycle test a little more laxJack Lloyd2019-01-041-5/+10
* | Add todoJack Lloyd2019-01-041-0/+1
* | Clarify statements re supportJack Lloyd2019-01-041-9/+10
* | Better output when we can't identify the compiler by macroJack Lloyd2019-01-041-0/+6
|/
* Update for 2.9.0 release2.9.0Jack Lloyd2019-01-042-4/+4
* 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
* Merge GH #1804 Add VC2019 preview build to CIJack Lloyd2019-01-035-3/+10
|\
| * Add VC 2019 preview buildJack Lloyd2019-01-025-3/+10
|/
* Update license yearsJack Lloyd2019-01-011-1/+1
* Merge GH #1803 XLC fixesJack Lloyd2019-01-0111-25/+55
|\
| * Fix use of macroJack Lloyd2018-12-311-1/+1
| * Clean up define for inline asmJack Lloyd2018-12-312-3/+7
| * Update support doc textJack Lloyd2018-12-311-7/+7
| * Use __builtin_bswapN builtins on XLCJack Lloyd2018-12-311-4/+4
| * Fixes for XLCJack Lloyd2018-12-313-4/+4
| * Fix generic 32-bit bswapJack Lloyd2018-12-311-2/+6
| * Add ability to skip a few named testsJack Lloyd2018-12-313-4/+26
* | Fix MSVC warningsJack Lloyd2018-12-312-2/+2
* | Use Test::data_file in these testsJack Lloyd2018-12-311-2/+2
|/