| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix gcc cpuid call | lloyd | 2013-12-21 | 1 | -13/+9 |
* | Fixes for alamgamation build | lloyd | 2013-12-20 | 1 | -3/+3 |
* | Blind fix attempt for Visual C++ 2013 (github issue #5) | lloyd | 2013-12-20 | 1 | -1/+1 |
* | Add cpuid support for new x86 feature flags like AVX2 and RDSEED | lloyd | 2013-12-14 | 2 | -86/+113 |
* | Make it possible to remove Boost dependency by disabling a few modules | lloyd | 2013-12-14 | 1 | -0/+4 |
* | Make SIMD_Scalar a template | lloyd | 2013-12-10 | 1 | -0/+5 |
* | Add simple config reader | lloyd | 2013-12-10 | 3 | -11/+131 |
* | Remove timeout from HTTP | lloyd | 2013-11-29 | 2 | -23/+16 |
* | Fix URL parsing | lloyd | 2013-11-28 | 1 | -7/+15 |
* | Support HTTP POST (many OCSP responders don't like GET-based requests) | lloyd | 2013-11-28 | 6 | -132/+243 |
* | Give everything setting a feature test macro in build.h a version code | lloyd | 2013-11-28 | 3 | -3/+3 |
* | Add a simple HTTP 1.0 GET using asio (for CRLs and OCSP) | lloyd | 2013-11-27 | 3 | -0/+132 |
* | Enable all the GCC warning flags, as we now require at least GCC 4.7 anyway | lloyd | 2013-11-16 | 1 | -1/+1 |
* | Assertion failure is not always an internal error | lloyd | 2013-09-05 | 1 | -1/+1 |
* | Move CBC to Transformation API | lloyd | 2013-08-15 | 1 | -12/+0 |
* | No need for librt in util anymore (was for clock_gettime) | lloyd | 2013-08-13 | 1 | -4/+0 |
* | Avoid undefined operation in rotation operations | lloyd | 2013-07-31 | 1 | -0/+4 |
* | Merge mp_word64 into mp_generic | lloyd | 2013-07-30 | 2 | -3/+1 |
* | Add a generic 64x64->128 multiplication op. | lloyd | 2013-07-30 | 2 | -0/+124 |
* | Change same_mem to use XORs instead of equality operators. | lloyd | 2013-06-13 | 1 | -3/+3 |
* | Always include modules requiring ISA extensions as long as the | lloyd | 2013-04-17 | 1 | -7/+0 |
* | Kill workaround for GCC 3.x | lloyd | 2013-04-12 | 1 | -4/+0 |
* | Add erase_chars and replace_chars | lloyd | 2013-04-10 | 2 | -7/+47 |
* | Avoid silly warning under GCC | lloyd | 2013-03-27 | 1 | -1/+1 |
* | Move std::vector operator^= to xor_buf | lloyd | 2013-03-15 | 1 | -0/+12 |
* | Move assert.h from internal to very public (included in types.h) | lloyd | 2013-03-13 | 5 | -8/+9 |
* | src/utils/semaphore.h was marked both public and internal, which broke | lloyd | 2013-03-09 | 1 | -1/+0 |
* | Set the release type (unreleased, released, snapshot) in | lloyd | 2013-03-04 | 1 | -8/+11 |
* | Add BOTAN_ASSERT_IMPLICATION macro | lloyd | 2013-03-01 | 1 | -0/+13 |
* | Add Threaded_Fork, which acts like a normal Fork filter except that | lloyd | 2013-02-02 | 3 | -1/+77 |
* | Move memory zeroing to a compiled function in a new source file. Cast | lloyd | 2012-11-12 | 3 | -11/+38 |
* | Move to_u32bit to source file. Add map_remove_if helper | lloyd | 2012-11-02 | 3 | -2/+19 |
* | Add parens to BOTAN_ASSERT_EQUALS, otherwise low precedence ops could | lloyd | 2012-10-13 | 1 | -3/+3 |
* | Build the return value of version_string at compile time instead of at | lloyd | 2012-09-14 | 1 | -16/+17 |
* | This should be inline | lloyd | 2012-09-07 | 1 | -1/+1 |
* | Add support for key material export | lloyd | 2012-09-07 | 1 | -0/+7 |
* | Remove BigInt(NumberType type, size_t n) and replace it with a static | lloyd | 2012-08-01 | 1 | -1/+1 |
* | Doxygen warning fixes | lloyd | 2012-07-09 | 1 | -1/+2 |
* | The messages for assertion checks were done both ways, both "assertion | lloyd | 2012-07-09 | 1 | -3/+5 |
* | Remove BOTAN_ASSERT_FUNCTION, use __func__ which is now standard in C++11 | lloyd | 2012-07-09 | 2 | -41/+35 |
* | Add TLS::Session_Manager_Noop which just ignores all save requests. | lloyd | 2012-06-29 | 3 | -3/+3 |
* | Add support (decoding only) for the CRL Distribution Point extension. | lloyd | 2012-06-13 | 2 | -2/+19 |
* | Allow x86-32 asm with clang. Compiles fine, though I cannot test as I | lloyd | 2012-06-12 | 1 | -0/+1 |
* | Update what() signature on exception types | lloyd | 2012-06-12 | 1 | -1/+1 |
* | Make a proper wrapper in util for SQLite3, update the TLS session | lloyd | 2012-06-08 | 3 | -0/+220 |
* | Plain hex_decode now returns a std::vector, use hex_decode_locked to | lloyd | 2012-05-26 | 1 | -1/+1 |
* | Properly align return values of mlock_allocator. Be more careful about | lloyd | 2012-05-22 | 3 | -93/+0 |
* | Replace 0 and NULL pointer constants with nullptr. Also fix an old | lloyd | 2012-05-18 | 1 | -2/+2 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 3 | -7/+39 |
* | propagate from branch 'net.randombit.botan' (head 6332543aa5a8a4cc13662008ff9... | lloyd | 2012-05-18 | 1 | -1/+1 |
|\ |
|