| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Compile fix for std::vector | lloyd | 2012-10-09 | 1 | -1/+1 |
* | Generate the fake pre master needed if the RSA computation fails ahead | lloyd | 2012-10-02 | 1 | -4/+16 |
* | Missing return value | lloyd | 2012-09-19 | 1 | -0/+1 |
* | Build the return value of version_string at compile time instead of at | lloyd | 2012-09-14 | 1 | -16/+17 |
* | Inline Channel::{read,write}_cipher_state, only one caller each | lloyd | 2012-09-14 | 2 | -24/+11 |
* | Expose to public in TLS::Channel peer_supports_heartbeats, | lloyd | 2012-09-13 | 1 | -6/+16 |
* | Store the cipher states in the handshake state object as shared_ptrs. | lloyd | 2012-09-13 | 4 | -43/+94 |
* | Update creators of Session to new constructor | lloyd | 2012-09-12 | 2 | -2/+0 |
* | It seems other implementations define the secure renegotiation flag to | lloyd | 2012-09-12 | 3 | -16/+3 |
* | A quite different approach to extension handling, store both inbound | lloyd | 2012-09-12 | 8 | -282/+233 |
* | Spelling | lloyd | 2012-09-12 | 6 | -18/+17 |
* | Duplicated extension checks! | lloyd | 2012-09-12 | 1 | -12/+0 |
* | Remove Channel::m_secure_renegotiation, instead derive from current state. | lloyd | 2012-09-12 | 2 | -46/+23 |
* | CBC overwrote (encrypted) the following block in write_record. I | lloyd | 2012-09-12 | 1 | -1/+4 |
* | Formatting | lloyd | 2012-09-11 | 1 | -2/+2 |
* | Clean up the handling of close notify alerts a bit. Also return | lloyd | 2012-09-11 | 1 | -6/+7 |
* | Typo | lloyd | 2012-09-11 | 1 | -1/+1 |
* | Add helper function | lloyd | 2012-09-11 | 2 | -7/+8 |