| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Have the release script pull the datestamp from monotone, so it does | lloyd | 2012-07-25 | 1 | -4/+47 |
* | In RSA and RW signers, add the message contents to the RNG state | lloyd | 2012-07-19 | 2 | -5/+9 |
* | Fix divisibility check in DL_Group::make_dsa_generator | lloyd | 2012-07-19 | 1 | -3/+4 |
* | Move EGD to the end of the priority list for entropy sources, as it | lloyd | 2012-07-18 | 1 | -6/+6 |
* | Some changes to HMAC_RNG: | lloyd | 2012-07-18 | 2 | -23/+13 |
* | Add check for out of range DH keys | lloyd | 2012-07-17 | 1 | -0/+3 |
* | Add helper for writing 24-bit integer | lloyd | 2012-07-16 | 1 | -2/+12 |
* | Add a class that handles writing handshake messages instead of pushing | lloyd | 2012-07-16 | 24 | -166/+248 |
* | Use uintptr_t in ptr_in_pool instead of size_t as uintptr_t is now | lloyd | 2012-07-13 | 2 | -6/+4 |
* | Hook creating just the handshake reader vs the entire state | lloyd | 2012-07-12 | 6 | -12/+12 |
* | Add an optional parameter to TLS::Client specifying the port number. | lloyd | 2012-07-12 | 6 | -35/+62 |
* | Changes to version handling in support of DTLS work. | lloyd | 2012-07-12 | 16 | -78/+114 |
* | Update the InnoSetup script: | lloyd | 2012-07-11 | 1 | -12/+8 |
* | Fix --output-dir which did not work at all. Make compatible with | lloyd | 2012-07-10 | 1 | -53/+71 |
* | Typo in the search and replace | lloyd | 2012-07-10 | 1 | -2/+2 |
* | Add deleted copy constructors/assignment operators where appropriate. | lloyd | 2012-07-10 | 14 | -18/+67 |
* | Add a patch from Markus Wanner that extends DataSource (including | lloyd | 2012-07-09 | 9 | -0/+71 |
* | Add TLS::Channel::new_handshake_state which abstracts creating the | lloyd | 2012-07-09 | 6 | -11/+27 |
* | More Doxygen warning fixes | lloyd | 2012-07-09 | 3 | -0/+15 |
* | Doxygen warning fixes | lloyd | 2012-07-09 | 6 | -6/+44 |
* | Add a LZMA filter contributed by Vojtech Kral | lloyd | 2012-07-09 | 3 | -0/+411 |
* | The messages for assertion checks were done both ways, both "assertion | lloyd | 2012-07-09 | 15 | -25/+29 |
* | Fix for bug 209. Required some reworking of the ASN.1 bytestring | lloyd | 2012-07-09 | 5 | -47/+50 |
* | Remove BOTAN_ASSERT_FUNCTION, use __func__ which is now standard in C++11 | lloyd | 2012-07-09 | 2 | -41/+35 |
* | Add a comment so I remember how to get warnings | lloyd | 2012-07-06 | 1 | -1/+3 |
* | Doxygen comments | lloyd | 2012-07-06 | 7 | -11/+133 |
* | Disable generating LaTeX Doxygen output as we don't really need it and | lloyd | 2012-07-06 | 1 | -0/+8 |
* | More Doxygen comments | lloyd | 2012-07-06 | 2 | -3/+12 |
* | 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 |