| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup BigInt::cmp | lloyd | 2012-08-01 | 4 | -41/+43 |
* | Move all BigInt constructors to the top of the decl | lloyd | 2012-08-01 | 1 | -81/+82 |
* | Remove BigInt::assign | lloyd | 2012-08-01 | 2 | -25/+24 |
* | Remove BigInt(NumberType type, size_t n) and replace it with a static | lloyd | 2012-08-01 | 9 | -37/+24 |
* | Remove all support for octal BigInt conversions. | lloyd | 2012-08-01 | 4 | -39/+25 |
* | Remove BigInt::get_reg | lloyd | 2012-08-01 | 3 | -13/+6 |
* | Remove BigInt::operator[]. Use BigInt::word_at, which checks sizes | lloyd | 2012-08-01 | 4 | -14/+12 |
* | Remove BigInt::operator[] returning a mutable word reference | lloyd | 2012-08-01 | 3 | -13/+9 |
* | Rename the version of BigInt::data returning a mutable pointer | lloyd | 2012-08-01 | 5 | -38/+38 |
* | Remove the mutable version of BigInt::get_reg | lloyd | 2012-07-31 | 5 | -22/+18 |
* | m_ namespace BigInt members | lloyd | 2012-07-31 | 3 | -40/+40 |
* | Remove BigInt::grow_reg which was only used by a few tests. | lloyd | 2012-07-31 | 2 | -14/+4 |
* | Rename activate to more descriptive change_cipher_spec | lloyd | 2012-07-29 | 5 | -28/+41 |
* | Use unique_ptr for handshake state, avoid lots of delete+nullptr assign | lloyd | 2012-07-29 | 4 | -48/+43 |
* | If we're going to reject an insecure renegotiation, do it immediately, | lloyd | 2012-07-29 | 3 | -41/+63 |
* | Helper func for loading 24 bit value | lloyd | 2012-07-28 | 1 | -8/+15 |
* | Pass protocol to initiate_handshake | lloyd | 2012-07-28 | 2 | -5/+7 |
* | Combine client initial handshake and renegotiation in initiate_handshake. | lloyd | 2012-07-28 | 2 | -55/+39 |
* | Fix DTLS version string. | lloyd | 2012-07-28 | 5 | -15/+27 |
* | Make Handshake_Writer non-copyable | lloyd | 2012-07-28 | 1 | -0/+6 |
* | Add format() hook to Handshake_Writer, so that Handshake_Hash does not | lloyd | 2012-07-28 | 6 | -39/+34 |
* | Add Public_Key::estimated_strength which gives an approximation of how | lloyd | 2012-07-27 | 9 | -13/+68 |
* | 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 |