Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed m_handle to m_prov as this is the variable name used elsewhere. | Ricardo Martins | 2019-02-15 | 1 | -1/+1 |
* | Support arbitrary key lengths in SHAKE-128 cipher | Jack Lloyd | 2019-02-13 | 2 | -22/+14 |
* | Build fixes for GNU/Hurd | Jack Lloyd | 2019-02-04 | 1 | -0/+1 |
* | Merge GH #1819 Add Thread_Pool and use it for running tests | Jack Lloyd | 2019-01-31 | 5 | -14/+212 |
|\ | |||||
| * | Add a thread pool | Jack Lloyd | 2019-01-31 | 5 | -14/+212 |
* | | Have set_mem only work for bytes | Jack Lloyd | 2019-01-31 | 1 | -4/+3 |
* | | Minor HMAC optimizations | Jack Lloyd | 2019-01-31 | 2 | -15/+31 |
|/ | |||||
* | Merge GH #1821 Refactor CPUID to be thread safe | Jack Lloyd | 2019-01-31 | 7 | -54/+83 |
|\ | |||||
| * | Refactor CPUID to make it thread safe | Jack Lloyd | 2019-01-30 | 7 | -54/+83 |
* | | Recognize BLAKE2b also [ci skip] | Jack Lloyd | 2019-01-31 | 1 | -1/+1 |
|/ | |||||
* | Compile fix | Jack Lloyd | 2019-01-30 | 2 | -2/+2 |
* | Use std::mutex instead of mutex_type here | Jack Lloyd | 2019-01-30 | 4 | -8/+8 |
* | Avoid a harmless data race in RSA decryption | Jack Lloyd | 2019-01-28 | 1 | -0/+7 |
* | Fix warning | Jack Lloyd | 2019-01-24 | 1 | -3/+6 |
* | Doc updates | Jack Lloyd | 2019-01-24 | 1 | -1/+3 |
* | Revamp BigInt encoding and decoding. | Jack Lloyd | 2019-01-24 | 5 | -104/+131 |
* | Make the Memory_Pool MMU operations a compile time option | Jack Lloyd | 2019-01-22 | 1 | -4/+16 |
* | Remove some unnecessary asserts | Jack Lloyd | 2019-01-22 | 3 | -34/+0 |
* | Merge GH #1816 Rename Integrity_Failure to Invalid_Authentication_Tag | Jack Lloyd | 2019-01-21 | 21 | -33/+50 |
|\ | |||||
| * | Rename Integrity_Failure to Invalid_Authentication_Tag | Jack Lloyd | 2019-01-18 | 21 | -33/+50 |
* | | Add BMI2 variants for SHA-512 and SHA-3 | Jack Lloyd | 2019-01-18 | 10 | -10/+413 |
|/ | |||||
* | Fix init ordering warning | Jack Lloyd | 2019-01-18 | 1 | -1/+1 |
* | Remove use of std::filesystem / boost::filesystem | Jack Lloyd | 2019-01-17 | 2 | -69/+8 |
* | Define BOTAN_IF_CONSTEXPR | Jack Lloyd | 2019-01-17 | 4 | -8/+25 |
* | Fix some warnings from PVS-Studio | Jack Lloyd | 2019-01-17 | 11 | -14/+23 |
* | Merge GH #1808 Add sandbox feature to CLI | Jack Lloyd | 2019-01-14 | 1 | -0/+1 |
|\ | |||||
| * | Sandboxing feature from CLI pov. | David Carlier | 2019-01-14 | 2 | -24/+0 |
| * | Proposal of sandboxing feature. | David Carlier | 2019-01-06 | 2 | -0/+25 |
* | | Remove unused fields | Jack Lloyd | 2019-01-13 | 1 | -3/+0 |
* | | Remove trailing whitespace | Jack Lloyd | 2019-01-13 | 12 | -57/+55 |
|/ | |||||
* | Fix indent [ci skip] | Jack Lloyd | 2019-01-05 | 1 | -7/+7 |
* | Revert #1798 | Jack Lloyd | 2019-01-05 | 1 | -4/+14 |
* | Add a fast range check and inline some things | Jack Lloyd | 2019-01-05 | 2 | -78/+89 |
* | Split up allocations into pages | Jack Lloyd | 2019-01-05 | 6 | -169/+188 |
* | New Memory_Pool implementation | Jack Lloyd | 2019-01-04 | 3 | -131/+335 |
* | Some cleanups in McEliece keygen | Jack Lloyd | 2019-01-03 | 1 | -15/+17 |
* | Add cast for MSVC | Jack Lloyd | 2019-01-03 | 1 | -1/+4 |
* | Use memcpy instead of strcpy here to shut up MSVC warning | Jack Lloyd | 2019-01-03 | 1 | -1/+1 |
* | Add VC 2019 preview build | Jack Lloyd | 2019-01-02 | 3 | -2/+2 |
* | Merge GH #1803 XLC fixes | Jack Lloyd | 2019-01-01 | 5 | -11/+19 |
|\ | |||||
| * | Fix use of macro | Jack Lloyd | 2018-12-31 | 1 | -1/+1 |
| * | Clean up define for inline asm | Jack Lloyd | 2018-12-31 | 2 | -3/+7 |
| * | Use __builtin_bswapN builtins on XLC | Jack Lloyd | 2018-12-31 | 1 | -4/+4 |
| * | Fixes for XLC | Jack Lloyd | 2018-12-31 | 1 | -1/+1 |
| * | Fix generic 32-bit bswap | Jack Lloyd | 2018-12-31 | 1 | -2/+6 |
* | | Fix MSVC warnings | Jack Lloyd | 2018-12-31 | 2 | -2/+2 |
|/ | |||||
* | Add a fuzzer for Memory_Pool | Jack Lloyd | 2018-12-29 | 1 | -1/+1 |
* | Improve PBKDF self-tuning | Jack Lloyd | 2018-12-29 | 4 | -65/+66 |
* | Correct spelling | Jack Lloyd | 2018-12-29 | 1 | -0/+1 |
* | Add OS::read_env_variable | Jack Lloyd | 2018-12-29 | 3 | -9/+22 |