| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change BlockCipher::parallelism() to return the native parallelism of | lloyd | 2010-05-25 | 1 | -0/+1 |
* | Add a build.h macro BOTAN_GCC_VERSION which is set to major*100+minor*10+patch | lloyd | 2010-05-13 | 1 | -0/+7 |
* | Add back in blinding to RSA, RW, ElGamal, and DH. | lloyd | 2010-03-08 | 1 | -1/+0 |
* | Instead of the mode parallelism being specified via macros, have it | lloyd | 2010-02-25 | 1 | -11/+0 |
* | Make all parallel block modes 16 blocks wide | lloyd | 2010-01-04 | 1 | -4/+4 |
* | Define EAX in terms of CTR mode instead of implementing it within EAX_Base. | lloyd | 2009-12-23 | 1 | -2/+1 |
* | Fix compiler macro for MSVC warnings | lloyd | 2009-12-23 | 1 | -1/+1 |
* | Use /W3 with VC++ (/W4 is really noisy, but it seems mostly useless stuff). | lloyd | 2009-12-23 | 1 | -0/+6 |
* | Define BOTAN_TARGET_CPU_HAS_KNOWN_ENDIANNESS if the target CPU is known to | lloyd | 2009-12-22 | 1 | -0/+5 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 1 | -1/+1 |
* | Most compilers had empty dll_*_flags; remove them since the default is | lloyd | 2009-11-19 | 1 | -1/+1 |
* | Add parallel block toggles for CBC and CFB (decrypt direction only) | lloyd | 2009-09-10 | 1 | -1/+7 |
* | Modify Keyed_Filter so it is a pure interface | lloyd | 2009-08-11 | 1 | -0/+6 |
* | Macro defines are split up in the build.h template now | lloyd | 2009-07-02 | 1 | -1/+9 |
* | Change the makefile template language somewhat. Previously variables | lloyd | 2009-07-01 | 1 | -13/+13 |
* | Make the level of key consistency checking performed be a build constant | lloyd | 2008-11-11 | 1 | -0/+5 |
* | Add a new switch to configure.pl --with-tr1-implementation which | lloyd | 2008-10-12 | 1 | -8/+0 |
* | Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1. | lloyd | 2008-10-12 | 1 | -30/+37 |
* | Default to using Boost's TR1. There seems to be a bug in the GCC 4.3.2 | lloyd | 2008-10-11 | 1 | -2/+2 |
* | Partially merge back with InSiTo in an attemp to trace bugs | lloyd | 2008-10-08 | 1 | -0/+3 |
* | Set a preprocessor flag if we think the compiler supports GCC-style | lloyd | 2008-09-29 | 1 | -0/+8 |
* | Remove the misc dir: | lloyd | 2008-09-29 | 1 | -0/+43 |