| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove alloc module; move secmem.h to base and locking_allocator to utils | Jack Lloyd | 2015-08-29 | 4 | -3/+358 |
* | Refactor ./botan speed | Simon Warta | 2015-08-21 | 1 | -0/+10 |
* | Add stricter time parsing; Add more tests | Simon Warta | 2015-08-11 | 1 | -0/+11 |
* | Strict uint32 parsing | Simon Warta | 2015-08-11 | 1 | -0/+10 |
* | Avoid integer overlow in string->uint32 converter | Simon Warta | 2015-08-10 | 1 | -3/+16 |
* | Merge pull request #232 from tiwoc/clang-cpuid | Simon Warta | 2015-08-03 | 1 | -1/+1 |
|\ |
|
| * | Enable use of cpuid.h with clang | Daniel Seither | 2015-07-30 | 1 | -1/+1 |
* | | utils: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -1/+1 |
|/ |
|
* | Add boost implementation of timegm() | Simon Warta | 2015-07-27 | 1 | -0/+36 |
* | Add mktime fallback for non-POSIX timegm() | Simon Warta | 2015-07-27 | 1 | -5/+56 |
* | Avoid 0 as nullpointer warning on MinGW | Simon Warta | 2015-07-27 | 1 | -1/+1 |
* | Remove the x86 asm versions of MD4, MD5, SHA-1 and Serpent | Jack Lloyd | 2015-07-25 | 4 | -305/+0 |
* | Add Android OS | Daniel Seither | 2015-07-17 | 3 | -0/+4 |
* | Add MSVC stl filesystem implementation | Simon Warta | 2015-07-16 | 2 | -3/+31 |
* | Refactor internal/filesystem.h | Simon Warta | 2015-07-16 | 4 | -38/+61 |
* | Add missing include <string> in calendar.h | Simon Warta | 2015-07-16 | 1 | -0/+1 |
* | Fix time range issue for 32 bit platforms | Simon Warta | 2015-07-16 | 2 | -6/+39 |
* | Fix round_up | Simon Warta | 2015-07-15 | 3 | -10/+36 |
* | Fix to_string for BER_Object when debug STL is used | Simon Warta | 2015-07-07 | 1 | -0/+7 |
* | Use <cstdint>; Remove unused namespace Botan_types | Simon Warta | 2015-07-03 | 1 | -22/+14 |
* | lib/utils: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 5 | -13/+12 |
* | Add missing headers fixing GCC 4.7 build | lloyd | 2015-06-17 | 1 | -0/+1 |
* | Avoid 0-defining BOTAN_USE_GCC_INLINE_ASM | simon | 2015-05-31 | 2 | -4/+4 |
* | Fix code that triggers a strange MSVC 'performance warning' | git | 2015-04-08 | 1 | -1/+1 |
* | Comile fixes for VC 2013. Based on github pull 56 | neusdan | 2015-03-10 | 1 | -0/+4 |
* | Add BOTAN_NOEXCEPT macro to work around missing noexcept in VS 2013. | rcdailey | 2015-03-08 | 1 | -1/+1 |
* | Fix macro checks for zero_mem. Github 55 | lloyd | 2015-03-06 | 1 | -2/+2 |
* | Add missing includes, broke clang | lloyd | 2015-03-04 | 1 | -0/+2 |
* | Add specialized reducers for P-192, P-224, P-256 and P-384 | lloyd | 2015-02-26 | 1 | -0/+1 |
* | Hide all uses of boost filesystem in fs.cpp. Use readdir as an | lloyd | 2015-02-21 | 3 | -0/+102 |
* | Add version_cstr (returns const char*) and move tag_size from AEAD to | lloyd | 2015-02-11 | 2 | -0/+7 |
* | Move Cipher_Mode enum out of types.h, move stream cipher mode to new header | lloyd | 2015-02-05 | 1 | -6/+0 |
* | Enable OpenSSL for providing ciphers and hashes again. | lloyd | 2015-02-05 | 4 | -217/+0 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 14 | -13/+668 |
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 1 | -6/+6 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 3 | -17/+34 |
* | Reference memset via std namespace | lloyd | 2015-01-27 | 1 | -1/+1 |
* | Don't define overloads if there is no native uint128_t. Github 47 | lloyd | 2015-01-27 | 1 | -0/+2 |
* | Add support for configuring a TLS::Policy by text file | lloyd | 2015-01-23 | 3 | -103/+39 |
* | Centralize where string.h/cstring is included to mem_ops.h | lloyd | 2015-01-23 | 1 | -1/+1 |
* | Amalgamation fixes | lloyd | 2015-01-23 | 1 | -0/+11 |
* | Remove memset_s, not implemented on any machine I can test on and | lloyd | 2015-01-23 | 1 | -7/+5 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 43 | -45/+47 |
* | Add missing include | lloyd | 2015-01-08 | 1 | -0/+1 |
* | Add SHA-512/256 | lloyd | 2015-01-08 | 1 | -0/+42 |
* | Use RtlSecureZeroMemory or memset_s if available | lloyd | 2015-01-07 | 1 | -0/+13 |
* | Add Poly1305, based on poly1305-donna by Andrew Moon. | lloyd | 2014-12-29 | 2 | -0/+117 |
* | Add abstract database interface so applications can easily store info | lloyd | 2014-12-20 | 5 | -67/+122 |
* | Add MinGW support for the CryptoAPI RNG. Also disable the dependencies | lloyd | 2014-12-17 | 1 | -0/+1 |
* | Add an implementation of McEliece encryption based on HyMES | fstrenzke | 2014-11-26 | 3 | -13/+56 |