| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix warnings in Altivec header and add AltiVec detection for POWER8 | lloyd | 2014-11-16 | 1 | -0/+2 |
* | Add some util functions for timing attack countermeasures from Falko | lloyd | 2014-11-15 | 3 | -0/+103 |
* | These should be template specializations | lloyd | 2014-11-05 | 1 | -5/+7 |
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 1 | -2/+0 |
* | Have clear_mem just be a plain memset and only call the (slow) | lloyd | 2014-08-09 | 1 | -1/+1 |
* | VC2013 doesn't support __func__. Github #22 | lloyd | 2014-05-15 | 1 | -4/+4 |
* | Add default constructors to work around VC2013 issue. Github #17 | lloyd | 2014-05-01 | 1 | -0/+2 |
* | Check Content-Length of HTTP responses | lloyd | 2014-04-05 | 1 | -1/+10 |
* | Use stdint.h instead of cstdint for Clang. Bugzilla 266 | lloyd | 2014-02-21 | 1 | -7/+9 |
* | Remove dependency on boost string algos | lloyd | 2014-02-13 | 3 | -13/+30 |
* | Add ChaCha | lloyd | 2014-01-31 | 1 | -12/+41 |
* | More unique_ptr, and pull <memory> all the way up to types.h | lloyd | 2014-01-18 | 1 | -0/+1 |
* | Split off the keyed interfaces of transform to Keyed_Transform | lloyd | 2014-01-18 | 1 | -0/+6 |
* | Fix dependency checks for intrinsics and runtime Altivec check | lloyd | 2014-01-10 | 1 | -1/+1 |
* | Move lib into src | lloyd | 2014-01-10 | 47 | -0/+4596 |