| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the release type (unreleased, released, snapshot) in | lloyd | 2013-03-04 | 3 | -9/+19 |
* | Add ability for dist script to create snapshots of named branches | lloyd | 2013-03-04 | 1 | -26/+97 |
* | Reset position at end of CTS message. Bug 234 | lloyd | 2013-03-04 | 1 | -0/+2 |
* | Run GPG at the end, sadly can't sign all files at once | lloyd | 2013-03-02 | 1 | -10/+10 |
* | Correct Doxygen comments | lloyd | 2013-03-02 | 2 | -2/+1 |
* | Add sync handshake function to Blocking_Client | lloyd | 2013-03-01 | 2 | -8/+32 |
* | Add BOTAN_ASSERT_IMPLICATION macro | lloyd | 2013-03-01 | 1 | -0/+13 |
* | Blocking_Client fixes. Add relnote | lloyd | 2013-02-28 | 4 | -16/+7 |
* | Initial blocking client interface for simple uses and 1.10 compat | lloyd | 2013-02-28 | 2 | -0/+174 |
* | Move the major TLS record MAC check and decrypt routines to their own | lloyd | 2013-02-11 | 1 | -75/+112 |
* | Move record decrypt to its own function | lloyd | 2013-02-11 | 1 | -86/+104 |
* | Simplify this catch | lloyd | 2013-02-11 | 1 | -6/+1 |
* | Move the CAST sboxes to an internal header instead of a source file | lloyd | 2013-02-11 | 7 | -430/+428 |
* | Prefer RC4 over AES. Gak. | lloyd | 2013-02-06 | 1 | -3/+3 |
* | Add Threaded_Fork, which acts like a normal Fork filter except that | lloyd | 2013-02-02 | 7 | -2/+271 |
* | Turn on zero as nullptr warning all the time | lloyd | 2013-01-11 | 1 | -2/+2 |
* | Error creating botan_version.py for release :( | lloyd | 2012-12-27 | 1 | -1/+1 |
* | Don't need to pass the sequence numbers struct in here, all we need is | lloyd | 2012-12-14 | 3 | -5/+3 |
* | merge of '2a4d641c566916555a5127b4ba82a1fa9f9e2b0c' | lloyd | 2012-12-10 | 5 | -90/+123 |
|\ |
|
| * | Re-add support for reading SSLv2 client hellos | lloyd | 2012-12-10 | 2 | -11/+22 |
| * | Add a Record struct to combine the record contents, type, sequence #, | lloyd | 2012-12-10 | 5 | -82/+104 |
* | | merge of '89aeac10a9f26bde460f79731880bb728caf6312' | lloyd | 2012-12-07 | 55 | -84/+224 |
|\| |
|
| * | Add new helper zap which zeros a vector, clears it, and then calls | lloyd | 2012-11-29 | 55 | -84/+224 |
* | | Avoid compile time incompatability with VC 2012 | lloyd | 2012-11-21 | 1 | -8/+2 |
|/ |
|
* | Change Credentials_Manager::trusted_certificate_authorities to return | lloyd | 2012-11-13 | 8 | -47/+78 |
* | Changes so DTLS handshake can send messages under different epochs, eg | lloyd | 2012-11-12 | 7 | -55/+85 |
* | Move memory zeroing to a compiled function in a new source file. Cast | lloyd | 2012-11-12 | 3 | -11/+38 |
* | Remove Channel::m_max_fragment. Instead derive it from the server | lloyd | 2012-11-07 | 4 | -29/+27 |
* | Store the maximum fragment value instead of the code, convert to the | lloyd | 2012-11-07 | 2 | -37/+31 |
* | Remove Channel::m_connection_closed, instead deriving it from other state | lloyd | 2012-11-07 | 2 | -8/+11 |
* | Pass read_record a callback mapping epoch to cipher state so it can | lloyd | 2012-11-06 | 4 | -53/+38 |
* | Add Channel::pending_state and Channel::active_state, use where possible | lloyd | 2012-11-06 | 2 | -73/+84 |
* | Store cipher states in Channel instead of Handshake_State. Keep all | lloyd | 2012-11-06 | 7 | -66/+145 |
* | Rename asn1_int to asn1_obj as it actually declares ASN1_Object | lloyd | 2012-11-06 | 16 | -13/+13 |
* | merge of '61085e01f4099e38b7d9b3222172233fe47f3158' | lloyd | 2012-11-06 | 23 | -139/+210 |
|\ |
|
| * | Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, and | lloyd | 2012-11-06 | 21 | -138/+208 |
| * | We would fail to cache GOST-34.11 because name() did not match what | lloyd | 2012-11-06 | 2 | -1/+2 |
* | | Move to_u32bit to source file. Add map_remove_if helper | lloyd | 2012-11-02 | 3 | -2/+19 |
* | | Make old-style-cast a non-error in maintainer mode as glibc macros bring it in | lloyd | 2012-11-02 | 1 | -2/+2 |
|/ |
|
* | Move Channel::is_{active,closed} to source file | lloyd | 2012-11-01 | 2 | -2/+12 |
* | merge of '0d8168d68d428ec31702feaf6049b2e95b082088' | lloyd | 2012-10-31 | 2 | -1/+3 |
|\ |
|
| * | Fix setting release_vc_rev | lloyd | 2012-10-30 | 1 | -1/+1 |
| * | Use OS X specific linker flags | lloyd | 2012-10-30 | 1 | -0/+2 |
* | | Doxygen | lloyd | 2012-10-30 | 3 | -3/+9 |
|/ |
|
* | Add missing includes, noticed by OS X's Clang 4.1 | lloyd | 2012-10-30 | 3 | -0/+3 |
* | Add TLS::Policy::negotiate_heartbeat_support which controls if the | lloyd | 2012-10-13 | 5 | -3/+20 |
* | Remove TLS::Policy::pref_version. Instead pass the version to offer to | lloyd | 2012-10-13 | 5 | -15/+19 |
* | Add TLS::Server_Information to encapsulate the hostname/port pair. | lloyd | 2012-10-13 | 13 | -103/+179 |
* | Add parens to BOTAN_ASSERT_EQUALS, otherwise low precedence ops could | lloyd | 2012-10-13 | 1 | -3/+3 |
* | Use unaligned loads in AES-NI 192 key schedule | lloyd | 2012-10-13 | 1 | -18/+26 |