| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn MSVC warnings to /W4 and enable C4267 | Jack Lloyd | 2016-05-06 | 1 | -6/+0 |
* | Merge GH #373 RDRAND/RDSEED logic changes | Jack Lloyd | 2016-03-06 | 1 | -0/+16 |
|\ |
|
| * | review changes | Daniel Neus | 2015-12-21 | 1 | -0/+3 |
| * | RdRand and RdSeed logic changes | Daniel Neus | 2015-12-20 | 1 | -0/+13 |
* | | enable noexcept on VS 2015 | Daniel Neus | 2016-02-19 | 1 | -1/+1 |
* | | Add --with-valgrind | Jack Lloyd | 2016-02-13 | 1 | -6/+0 |
* | | Get rid of "extra ';'" warnings and force semicolon after macros | Simon Warta | 2016-01-11 | 1 | -0/+4 |
* | | fix BOTAN_NORETURN macro | Daniel Neus | 2016-01-08 | 1 | -1/+1 |
* | | add BOTAN_NORETURN macro and mark those functions that do not return with it | Daniel Neus | 2016-01-08 | 1 | -0/+16 |
* | | Valgrind is not supposed to be enabled in the default build | Jack Lloyd | 2016-01-03 | 1 | -1/+1 |
* | | Use valgrind's memcheck API for checking const time annotations | Jack Lloyd | 2016-01-03 | 1 | -3/+3 |
* | | some trivial compiler/PVS-Studio warning fixes | Daniel Neus | 2015-12-22 | 1 | -1/+1 |
|/ |
|
* | Move estimate of RDRAND/RDSEED entropy to build.h | Jack Lloyd | 2015-12-19 | 1 | -0/+13 |
* | add support for Intel RdSeed | Daniel Neus | 2015-12-18 | 1 | -1/+1 |
* | Add OS utility header | Jack Lloyd | 2015-12-05 | 1 | -0/+6 |
* | Avoid ever returning 0 from CPUID::cache_line_size | Jack Lloyd | 2015-12-02 | 1 | -0/+11 |
* | Push the hardcoded entropy estimates up to build.h | Jack Lloyd | 2015-11-28 | 1 | -0/+23 |
* | New reseed_with_sources call on RNGs | Jack Lloyd | 2015-11-24 | 1 | -2/+35 |
* | Remove --build-mode and add individual toggles for optimization, debug, | Jack Lloyd | 2015-10-26 | 1 | -1/+1 |
* | Remove the strange conjoining of debug and optimization flags. | Jack Lloyd | 2015-10-26 | 1 | -1/+1 |
* | Make PKCS #1 and OAEP decoding constant time to avoid oracle attacks | Jack Lloyd | 2015-10-16 | 1 | -0/+6 |
* | Periodically reinitialize the blinding sequence instead of always | Jack Lloyd | 2015-10-15 | 1 | -2/+13 |
* | Move GF(p) side channel countermeasure toggles to build.h | Jack Lloyd | 2015-08-28 | 1 | -0/+16 |
* | Rename template variable cc -> cxx | Simon Warta | 2015-07-21 | 1 | -2/+1 |
* | Avoid 0-defining BOTAN_USE_GCC_INLINE_ASM | simon | 2015-05-31 | 1 | -4/+0 |
* | Avoid putting very small values in mlock memory | lloyd | 2015-03-23 | 1 | -2/+6 |
* | Add timeouts to HMAC_RNG entropy polling | lloyd | 2015-03-18 | 1 | -4/+6 |
* | Add BOTAN_NOEXCEPT macro to work around missing noexcept in VS 2013. | rcdailey | 2015-03-08 | 1 | -0/+8 |
* | Add specialized reducers for P-192, P-224, P-256 and P-384 | lloyd | 2015-02-26 | 1 | -0/+6 |
* | Remove memset_s, not implemented on any machine I can test on and | lloyd | 2015-01-23 | 1 | -0/+6 |
* | VC2013 doesn't support __func__. Github #22 | lloyd | 2014-05-15 | 1 | -0/+6 |
* | NetBSD portability fix and some performance tweaks in locking allocator | lloyd | 2014-04-05 | 1 | -1/+1 |
* | Add config and version subcommands | lloyd | 2014-02-13 | 1 | -0/+5 |
* | Only service small allocations out of the mlock pool | lloyd | 2013-11-20 | 1 | -0/+3 |
* | Add to build.h template | lloyd | 2013-11-09 | 1 | -0/+7 |
* | Always include modules requiring ISA extensions as long as the | lloyd | 2013-04-17 | 1 | -1/+1 |
* | Set the release type (unreleased, released, snapshot) in | lloyd | 2013-03-04 | 1 | -0/+2 |
* | Remove BOTAN_MEM_POOL_CHUNK_SIZE macro from build.h, no longer used. | lloyd | 2012-06-19 | 1 | -5/+4 |
* | Properly align return values of mlock_allocator. Be more careful about | lloyd | 2012-05-22 | 1 | -1/+1 |
* | Tick to 1.10.1 unreleased. | lloyd | 2011-06-30 | 1 | -0/+2 |
* | When building for GCC, always get the version number, and turn off TR1 | lloyd | 2011-05-03 | 1 | -1/+1 |
* | Disable the by default strong key checking on loading a private | lloyd | 2011-03-21 | 1 | -1/+1 |
* | Add a new configure.py option --distribution-info which sets a macro | lloyd | 2011-02-07 | 1 | -1/+2 |
* | Clang's deprecated doesn't support a message at all | lloyd | 2010-11-03 | 1 | -1/+1 |
* | Fix macros | lloyd | 2010-11-03 | 1 | -3/+3 |
* | Modify definition of BOTAN_DEPRECATED macro to deal with Clang (which | lloyd | 2010-11-03 | 1 | -2/+12 |
* | Make it possible to disable deprecation warnings by defining | lloyd | 2010-11-02 | 1 | -21/+25 |
* | Add a BOTAN_DEPRECATED macro which can provide compile-time | lloyd | 2010-11-02 | 1 | -1/+12 |
* | Typo fix | lloyd | 2010-06-28 | 1 | -1/+1 |
* | Expose a datestamp in build.h, provide function in version.h for | lloyd | 2010-06-14 | 1 | -0/+2 |