aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hooks for Disqus commentslloyd2012-06-203-5/+44
* Split log.txt into individual release notes. Integrate most of thelloyd2012-06-20175-2318/+2635
* Return existing certs fast if there is a matchlloyd2012-06-201-0/+15
* Allow configurable # of threads, useful for scale testinglloyd2012-06-201-2/+4
* Doc updateslloyd2012-06-204-19/+28
* Update docs for new secure_vectorlloyd2012-06-201-73/+23
* Add missing headers, triggered errors under minimal buildslloyd2012-06-192-0/+2
* Remove BOTAN_MEM_POOL_CHUNK_SIZE macro from build.h, no longer used.lloyd2012-06-192-10/+12
* In Karatsuba multiplication, we would avoid recursing in cases wherelloyd2012-06-191-48/+10
* Make TLS::Channel::send non-virtual as neither Client nor Serverlloyd2012-06-189-21/+58
* Update links for 1.10.2lloyd2012-06-171-11/+11
* Port in 1.10.2 change noteslloyd2012-06-171-5/+10
* Patch name changedlloyd2012-06-172-46/+15
* Update to rev 924b482d25 from https://github.com/OlivierJG/botansqlite3lloyd2012-06-174-24/+28
* Use the extended Euclidean algorithm for computing the inverse forlloyd2012-06-171-10/+57
* Commented out entry for anon in default policy:lloyd2012-06-171-0/+1
* We would never negotiate anon DH/ECDH even if policy allowed it andlloyd2012-06-171-1/+1
* Use a special case for odd moduli in inverse_mod with close to doublelloyd2012-06-171-1/+51
* inverse_mod - avoid mutable zero_bits, avoid making needless copies oflloyd2012-06-171-11/+12
* Put an upper bound on the blinding value to 160 bits. This seems to belloyd2012-06-174-4/+4
* m_ namespace member varslloyd2012-06-152-44/+42
* Index, comments, name vars in headerslloyd2012-06-153-5/+15
* Computing the Montgomery parameter can be done much cheaper because welloyd2012-06-151-3/+4
* Fix X509_Certificate::operator<. It was comparing by calling to_stringlloyd2012-06-142-6/+28
* Profiling with valgrind shows that the 2**16 iteration for findinglloyd2012-06-145-116/+139
* Reformat output on the TLS client on handshake completion.lloyd2012-06-134-23/+49
* Add support (decoding only) for the CRL Distribution Point extension.lloyd2012-06-138-32/+156
* Truncate passwords to 55 characters instead of throwing an exception.lloyd2012-06-131-2/+2
* We would fail in the case where we connected to a server that did notlloyd2012-06-131-1/+1
* Fix westmere GCC buildslloyd2012-06-131-1/+1
* Allow x86-32 asm with clang. Compiles fine, though I cannot test as Illoyd2012-06-121-0/+1
* Update what() signature on exception typeslloyd2012-06-123-3/+3
* Fixes for the change to using std::vector in x86-32 specific codelloyd2012-06-124-7/+11
* Compile fixlloyd2012-06-111-1/+1
* Avoid integer overflows in calls to the mlock allocator, changing thelloyd2012-06-113-20/+44
* Generate new session IDs in the same format as hello randoms, with thelloyd2012-06-102-3/+3
* Add Handshake_Type codes for RFC 6066 handshake types.lloyd2012-06-102-19/+27
* A fix for bug 191, that we were not preventing resumption of sessions in thelloyd2012-06-096-63/+85
* Avoid a spurious unrecognized_name alert when a server is running inlloyd2012-06-091-1/+10
* m_ namespace Channel, Client, and Server.lloyd2012-06-096-378/+378
* Use initialize lists here, much cleanerlloyd2012-06-091-53/+44
* Update copyright for 2012.lloyd2012-06-091-16/+15
* A fix for bug 192. First, when renegotiating in the client, attempt tolloyd2012-06-0911-72/+99
* Make a proper wrapper in util for SQLite3, update the TLS sessionlloyd2012-06-087-171/+255
* Move to -O3 with Clang. s/c++0x/c++11/lloyd2012-06-081-2/+2
* Invert the policy setting as I think it makes it more obvious thatlloyd2012-06-083-7/+7
* Fix extension testing (bug 193)lloyd2012-06-081-1/+1
* Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the newlloyd2012-06-0730-179/+209
* Report what we have already received on an unexpected statelloyd2012-06-073-9/+11
* Cleanup, m_ namespace Secure_Renegotiation_Statelloyd2012-06-073-26/+28