| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Avoid concatination of chars | Simon Warta | 2015-09-22 | 6 | -13/+13 |
|/ |
|
* | Add HMAC_DRBG constructor taking a name for the MAC instead of an obj | Jack Lloyd | 2015-09-22 | 2 | -0/+15 |
* | Delete Camellia sbox header. | Jack Lloyd | 2015-09-22 | 2 | -550/+1 |
* | Inline Camellia sbox tables to source file | Jack Lloyd | 2015-09-22 | 1 | -3/+530 |
* | Cleanup includes | Jack Lloyd | 2015-09-22 | 3 | -2/+3 |
* | Move boost and sqlite3 to utils | Jack Lloyd | 2015-09-22 | 4 | -0/+0 |
* | Move check for SIMD instructions to CPUID | Jack Lloyd | 2015-09-21 | 6 | -13/+18 |
* | Merge pull request #279 from randombit/fix-static-lib-registration | Jack Lloyd | 2015-09-21 | 174 | -981/+1574 |
|\ |
|
| * | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 38 | -159/+149 |
| * | Address some review comments by Simon. GH #279 | Jack Lloyd | 2015-09-21 | 10 | -22/+22 |
| * | Fix includes for openssl | Jack Lloyd | 2015-09-19 | 3 | -0/+4 |
| * | Internal header cleanups | Jack Lloyd | 2015-09-19 | 80 | -289/+213 |
| * | Handle dependencies re static linking. GH #279 | Jack Lloyd | 2015-09-17 | 35 | -192/+291 |
| * | Fix for minimized builds | Jack Lloyd | 2015-09-11 | 1 | -1/+4 |
| * | Fix pbkdf, pk padding and ECDH registration for static linking. | Jack Lloyd | 2015-09-11 | 24 | -110/+149 |
| * | Same treatment for cipher modes | Jack Lloyd | 2015-09-10 | 13 | -51/+118 |
| * | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 80 | -218/+685 |
* | | Reduce likelyhood of stray pointer writes via ffi layer. | Jack Lloyd | 2015-09-10 | 1 | -0/+8 |
|/ |
|
* | Add missing compression overrides | Simon Warta | 2015-09-01 | 3 | -2/+3 |
* | Move Credentials_Manager to TLS | Jack Lloyd | 2015-08-29 | 4 | -6/+1 |
* | Remove alloc module; move secmem.h to base and locking_allocator to utils | Jack Lloyd | 2015-08-29 | 15 | -21/+1 |
* | Fix OpenSSL RSA to better handle no padding mode. | Jack Lloyd | 2015-08-29 | 3 | -10/+45 |
* | Reverse the algorithm priority ordering | Jack Lloyd | 2015-08-29 | 14 | -25/+50 |
* | Fix minimized builds and amalgamation builds | Jack Lloyd | 2015-08-29 | 4 | -21/+35 |
* | Merge pull request #236 from bogiord/add-alloc-constructor | Jack Lloyd | 2015-08-29 | 1 | -4/+7 |
|\ |
|
| * | Make the equality operators standard-compliant. | bogdan | 2015-08-29 | 1 | -4/+4 |
| * | Add template constructor to secure_allocator | bogdan | 2015-08-05 | 1 | -0/+3 |
* | | Avoid a crash in the TLS server if the client sends ALPN but no next | Jack Lloyd | 2015-08-28 | 1 | -1/+1 |
* | | Add ECDSA provider using OpenSSL | Jack Lloyd | 2015-08-28 | 1 | -0/+217 |
* | | Remove unused variable | Jack Lloyd | 2015-08-28 | 1 | -3/+0 |
* | | Move GF(p) side channel countermeasure toggles to build.h | Jack Lloyd | 2015-08-28 | 2 | -28/+43 |
* | | Use 16 byte alignment for all allocations in the mlock allocator | Jack Lloyd | 2015-08-28 | 1 | -7/+1 |
* | | Add override specifiers to zlib.h | Jack Lloyd | 2015-08-28 | 1 | -6/+6 |
* | | Gzip_Decompression should be a subclass of Stream_Decompression | Jack Lloyd | 2015-08-28 | 1 | -1/+1 |
* | | Compression: Fix zlib failure on compression of empty input | Daniel Seither | 2015-08-28 | 1 | -0/+8 |
* | | Compression: Prevent undefined behavior when feeding empty input | Daniel Seither | 2015-08-28 | 1 | -7/+7 |
* | | Guard rlimit reset with a defined check for RLIMIT_MEMLOCK as it is | Jack Lloyd | 2015-08-24 | 1 | -0/+5 |
* | | Remove high bit set char from comment as it broke amalgamation generation | Jack Lloyd | 2015-08-22 | 1 | -4/+8 |
* | | Missing add | Jack Lloyd | 2015-08-21 | 1 | -0/+1 |
* | | In RSA, check that the input is less than the modulus n before blinding | Jack Lloyd | 2015-08-21 | 1 | -5/+7 |
* | | Add power analysis countermeasures for ECC point multiplications. | Jack Lloyd | 2015-08-21 | 5 | -169/+312 |
* | | Add m_ prefix to member variable Power_Mod::m_core | Simon Warta | 2015-08-21 | 2 | -23/+23 |
* | | Refactor ./botan speed | Simon Warta | 2015-08-21 | 2 | -9/+19 |
* | | Remove 'extern "C"' from src/lib/math/mp | Simon Warta | 2015-08-14 | 15 | -58/+2 |
* | | Add stricter time parsing; Add more tests | Simon Warta | 2015-08-11 | 2 | -8/+34 |
* | | Sometimes we don't know the input format. But it is one of two | Simon Warta | 2015-08-11 | 5 | -9/+28 |
* | | Explicitly fwd declase classes BER_Decoder, DER_Encoder | Simon Warta | 2015-08-11 | 3 | -12/+10 |
* | | Remove string constructor of X509_Time() | Simon Warta | 2015-08-11 | 6 | -205/+153 |
* | | 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 |