| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Correct Doxygen comments | lloyd | 2012-07-06 | 2 | -5/+5 |
* | Record_Writer needs a PRNG for the IV generation. Share the reference | lloyd | 2012-07-05 | 6 | -16/+22 |
* | Pull the TLS padding checks out to an anon function. | lloyd | 2012-07-05 | 1 | -32/+59 |
* | Default to just `g++`. Check GCC version and warn if we are compiling | lloyd | 2012-07-01 | 1 | -1/+1 |
* | Split TLS::Policy::allowed_hashes into allowed_signature_hashes and | lloyd | 2012-06-29 | 8 | -29/+41 |
* | Add TLS::Session_Manager_Noop which just ignores all save requests. | lloyd | 2012-06-29 | 7 | -17/+42 |
* | Avoid unused argument warning | lloyd | 2012-06-26 | 1 | -1/+1 |
* | Reorder Credentials_Manager with cert stuff first, then SRP, then PSK | lloyd | 2012-06-26 | 1 | -66/+69 |
* | Increase default Miller-Rabin nonce to 192 bits | lloyd | 2012-06-26 | 1 | -2/+2 |
* | Be explicit about swap template specialization | lloyd | 2012-06-26 | 1 | -1/+1 |
* | Set poolsize to zero on failure. Set m_pool to null if mmap fails | lloyd | 2012-06-26 | 1 | -0/+6 |
* | Add TLS::Policy::minimum_dh_group_size, default 1024. Send an | lloyd | 2012-06-25 | 5 | -2/+30 |
* | Add missing headers, triggered errors under minimal builds | lloyd | 2012-06-19 | 2 | -0/+2 |
* | Remove BOTAN_MEM_POOL_CHUNK_SIZE macro from build.h, no longer used. | lloyd | 2012-06-19 | 2 | -10/+12 |
* | In Karatsuba multiplication, we would avoid recursing in cases where | lloyd | 2012-06-19 | 1 | -48/+10 |
* | Make TLS::Channel::send non-virtual as neither Client nor Server | lloyd | 2012-06-18 | 9 | -21/+58 |
* | Patch name changed | lloyd | 2012-06-17 | 2 | -46/+15 |
* | Update to rev 924b482d25 from https://github.com/OlivierJG/botansqlite3 | lloyd | 2012-06-17 | 4 | -24/+28 |
* | Use the extended Euclidean algorithm for computing the inverse for | lloyd | 2012-06-17 | 1 | -10/+57 |
* | Commented out entry for anon in default policy: | lloyd | 2012-06-17 | 1 | -0/+1 |
* | We would never negotiate anon DH/ECDH even if policy allowed it and | lloyd | 2012-06-17 | 1 | -1/+1 |
* | Use a special case for odd moduli in inverse_mod with close to double | lloyd | 2012-06-17 | 1 | -1/+51 |
* | inverse_mod - avoid mutable zero_bits, avoid making needless copies of | lloyd | 2012-06-17 | 1 | -11/+12 |
* | Put an upper bound on the blinding value to 160 bits. This seems to be | lloyd | 2012-06-17 | 4 | -4/+4 |
* | m_ namespace member vars | lloyd | 2012-06-15 | 2 | -44/+42 |
* | Index, comments, name vars in headers | lloyd | 2012-06-15 | 3 | -5/+15 |
* | Computing the Montgomery parameter can be done much cheaper because we | lloyd | 2012-06-15 | 1 | -3/+4 |
* | Fix X509_Certificate::operator<. It was comparing by calling to_string | lloyd | 2012-06-14 | 2 | -6/+28 |
* | Profiling with valgrind shows that the 2**16 iteration for finding | lloyd | 2012-06-14 | 5 | -116/+139 |
* | Add support (decoding only) for the CRL Distribution Point extension. | lloyd | 2012-06-13 | 8 | -32/+156 |
* | Truncate passwords to 55 characters instead of throwing an exception. | lloyd | 2012-06-13 | 1 | -2/+2 |
* | We would fail in the case where we connected to a server that did not | lloyd | 2012-06-13 | 1 | -1/+1 |
* | Fix westmere GCC builds | lloyd | 2012-06-13 | 1 | -1/+1 |
* | 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 | 3 | -3/+3 |
* | Fixes for the change to using std::vector in x86-32 specific code | lloyd | 2012-06-12 | 4 | -7/+11 |
* | Compile fix | lloyd | 2012-06-11 | 1 | -1/+1 |
* | Avoid integer overflows in calls to the mlock allocator, changing the | lloyd | 2012-06-11 | 3 | -20/+44 |
* | Generate new session IDs in the same format as hello randoms, with the | lloyd | 2012-06-10 | 2 | -3/+3 |
* | Add Handshake_Type codes for RFC 6066 handshake types. | lloyd | 2012-06-10 | 2 | -19/+27 |
* | A fix for bug 191, that we were not preventing resumption of sessions in the | lloyd | 2012-06-09 | 6 | -63/+85 |
* | Avoid a spurious unrecognized_name alert when a server is running in | lloyd | 2012-06-09 | 1 | -1/+10 |
* | m_ namespace Channel, Client, and Server. | lloyd | 2012-06-09 | 6 | -378/+378 |
* | Use initialize lists here, much cleaner | lloyd | 2012-06-09 | 1 | -53/+44 |
* | A fix for bug 192. First, when renegotiating in the client, attempt to | lloyd | 2012-06-09 | 11 | -72/+99 |
* | Make a proper wrapper in util for SQLite3, update the TLS session | lloyd | 2012-06-08 | 6 | -167/+253 |
* | Move to -O3 with Clang. s/c++0x/c++11/ | lloyd | 2012-06-08 | 1 | -2/+2 |
* | Invert the policy setting as I think it makes it more obvious that | lloyd | 2012-06-08 | 3 | -7/+7 |
* | Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the new | lloyd | 2012-06-07 | 29 | -178/+199 |
* | Report what we have already received on an unexpected state | lloyd | 2012-06-07 | 3 | -9/+11 |