aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use uintptr_t in ptr_in_pool instead of size_t as uintptr_t is nowlloyd2012-07-132-6/+4
* Hook creating just the handshake reader vs the entire statelloyd2012-07-126-12/+12
* Add an optional parameter to TLS::Client specifying the port number.lloyd2012-07-126-35/+62
* Changes to version handling in support of DTLS work.lloyd2012-07-1216-78/+114
* Update the InnoSetup script:lloyd2012-07-111-12/+8
* Fix --output-dir which did not work at all. Make compatible withlloyd2012-07-101-53/+71
* Typo in the search and replacelloyd2012-07-101-2/+2
* Add deleted copy constructors/assignment operators where appropriate.lloyd2012-07-1014-18/+67
* Add a patch from Markus Wanner that extends DataSource (includinglloyd2012-07-099-0/+71
* Add TLS::Channel::new_handshake_state which abstracts creating thelloyd2012-07-096-11/+27
* More Doxygen warning fixeslloyd2012-07-093-0/+15
* Doxygen warning fixeslloyd2012-07-096-6/+44
* Add a LZMA filter contributed by Vojtech Krallloyd2012-07-093-0/+411
* The messages for assertion checks were done both ways, both "assertionlloyd2012-07-0915-25/+29
* Fix for bug 209. Required some reworking of the ASN.1 bytestringlloyd2012-07-095-47/+50
* Remove BOTAN_ASSERT_FUNCTION, use __func__ which is now standard in C++11lloyd2012-07-092-41/+35
* Add a comment so I remember how to get warningslloyd2012-07-061-1/+3
* Doxygen commentslloyd2012-07-067-11/+133
* Disable generating LaTeX Doxygen output as we don't really need it andlloyd2012-07-061-0/+8
* More Doxygen commentslloyd2012-07-062-3/+12
* Correct Doxygen commentslloyd2012-07-062-5/+5
* Record_Writer needs a PRNG for the IV generation. Share the referencelloyd2012-07-056-16/+22
* Pull the TLS padding checks out to an anon function.lloyd2012-07-051-32/+59
* Default to just `g++`. Check GCC version and warn if we are compilinglloyd2012-07-011-1/+1
* Split TLS::Policy::allowed_hashes into allowed_signature_hashes andlloyd2012-06-298-29/+41
* Add TLS::Session_Manager_Noop which just ignores all save requests.lloyd2012-06-297-17/+42
* Avoid unused argument warninglloyd2012-06-261-1/+1
* Reorder Credentials_Manager with cert stuff first, then SRP, then PSKlloyd2012-06-261-66/+69
* Increase default Miller-Rabin nonce to 192 bitslloyd2012-06-261-2/+2
* Be explicit about swap template specializationlloyd2012-06-261-1/+1
* Set poolsize to zero on failure. Set m_pool to null if mmap failslloyd2012-06-261-0/+6
* Add TLS::Policy::minimum_dh_group_size, default 1024. Send anlloyd2012-06-255-2/+30
* 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
* 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
* Add support (decoding only) for the CRL Distribution Point extension.lloyd2012-06-138-32/+156