| Commit message (Expand) | Author | Age | Files | Lines |
* | We would fail to cache GOST-34.11 because name() did not match what | lloyd | 2012-11-06 | 2 | -1/+2 |
* | Move Channel::is_{active,closed} to source file | lloyd | 2012-11-01 | 2 | -2/+12 |
* | Clarify meaning of Alert::is_fatal | lloyd | 2012-10-31 | 1 | -1/+3 |
* | Fix wrong tag + syntax Sphinx can't handle | lloyd | 2012-10-31 | 1 | -4/+4 |
* | merge of '0d8168d68d428ec31702feaf6049b2e95b082088' | lloyd | 2012-10-31 | 10 | -12/+51 |
|\ |
|
| * | Document TLS::Client constructor change | lloyd | 2012-10-31 | 1 | -1/+30 |
| * | Slightly more detail here | lloyd | 2012-10-30 | 1 | -3/+7 |
| * | Bump for 1.11.2 | lloyd | 2012-10-30 | 4 | -2/+5 |
| * | Fix setting release_vc_rev | lloyd | 2012-10-30 | 1 | -1/+1 |
| * | Update for 1.11.1 release1.11.1 | lloyd | 2012-10-30 | 3 | -6/+7 |
| * | Use OS X specific linker flags | lloyd | 2012-10-30 | 1 | -0/+2 |
* | | Doxygen | lloyd | 2012-10-30 | 3 | -3/+9 |
|/ |
|
* | The GCC version check was previously used for -fpermissive but now | lloyd | 2012-10-30 | 1 | -39/+0 |
* | Add missing includes, noticed by OS X's Clang 4.1 | lloyd | 2012-10-30 | 3 | -0/+3 |
* | Copy *.rst from doc instead of *.txt if sphinx is not | lloyd | 2012-10-30 | 1 | -1/+1 |
* | merge of '415e0ca58c566cb2990758c1261d47d6b09fc76c' | lloyd | 2012-10-13 | 23 | -171/+302 |
|\ |
|
| * | Add TLS::Policy::negotiate_heartbeat_support which controls if the | lloyd | 2012-10-13 | 7 | -6/+31 |
| * | Fix TLS doc formatting. Note removal of pref_version | lloyd | 2012-10-13 | 2 | -7/+11 |
| * | Remove TLS::Policy::pref_version. Instead pass the version to offer to | lloyd | 2012-10-13 | 6 | -22/+31 |
| * | Add TLS::Server_Information to encapsulate the hostname/port pair. | lloyd | 2012-10-13 | 15 | -124/+202 |
| * | 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 | 2 | -18/+33 |
| * | Compile fix for std::vector | lloyd | 2012-10-09 | 1 | -1/+1 |
* | | SHA-3 announced. Also mention the combiners. | lloyd | 2012-10-03 | 1 | -1/+2 |
|/ |
|
* | 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 |
* | Typos | lloyd | 2012-09-19 | 1 | -3/+3 |
* | No longer a part of session state | lloyd | 2012-09-18 | 1 | -4/+0 |
* | 1.10.3 builds OK with Intel C++ 11.1 | lloyd | 2012-09-17 | 1 | -0/+2 |
* | Document the version checking | lloyd | 2012-09-17 | 2 | -0/+88 |
* | 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 |
* | secure_renegotiation isn't a session value anymore | lloyd | 2012-09-14 | 2 | -8/+0 |
* | 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 | 4 | -20/+11 |
* | 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 |
* | Clarify that this is an incompatible change | lloyd | 2012-09-12 | 1 | -1/+4 |
* | 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 |
* | This buffer size does not need to match TLS | lloyd | 2012-09-11 | 1 | -1/+1 |
* | Set m_readbuf_pos == m_readbuf.size(), resizing the vector as needed | lloyd | 2012-09-11 | 5 | -34/+21 |
* | The write buffer is cleared and rewritten by write_record, so we don't | lloyd | 2012-09-11 | 2 | -6/+5 |