| Commit message (Expand) | Author | Age | Files | Lines |
* | Hooks for Disqus comments | lloyd | 2012-06-20 | 3 | -5/+44 |
* | Split log.txt into individual release notes. Integrate most of the | lloyd | 2012-06-20 | 175 | -2318/+2635 |
* | Return existing certs fast if there is a match | lloyd | 2012-06-20 | 1 | -0/+15 |
* | Allow configurable # of threads, useful for scale testing | lloyd | 2012-06-20 | 1 | -2/+4 |
* | Doc updates | lloyd | 2012-06-20 | 4 | -19/+28 |
* | Update docs for new secure_vector | lloyd | 2012-06-20 | 1 | -73/+23 |
* | 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 |
* | Update links for 1.10.2 | lloyd | 2012-06-17 | 1 | -11/+11 |
* | Port in 1.10.2 change notes | lloyd | 2012-06-17 | 1 | -5/+10 |
* | 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 |
* | Reformat output on the TLS client on handshake completion. | lloyd | 2012-06-13 | 4 | -23/+49 |
* | 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 |
* | Update copyright for 2012. | lloyd | 2012-06-09 | 1 | -16/+15 |
* | 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 | 7 | -171/+255 |
* | 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 |
* | Fix extension testing (bug 193) | lloyd | 2012-06-08 | 1 | -1/+1 |
* | Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the new | lloyd | 2012-06-07 | 30 | -179/+209 |
* | Report what we have already received on an unexpected state | lloyd | 2012-06-07 | 3 | -9/+11 |
* | Cleanup, m_ namespace Secure_Renegotiation_State | lloyd | 2012-06-07 | 3 | -26/+28 |