Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the handshake serialization code to Record_Writer | lloyd | 2012-03-03 | 1 | -1/+2 |
| | |||||
* | Since this branch is hugely API breaking already, go ahead and put | lloyd | 2012-01-23 | 1 | -1/+5 |
| | | | | | everything into a new namespace (Botan::TLS), removing the TLS_ prefixes on everything. | ||||
* | Remove Handshake_Message::deserialize which was an unnecessary hook. | lloyd | 2012-01-19 | 1 | -9/+9 |
| | | | | | | Instead deserialize directly in the constructors that are passed the raw message data. This makes it easier to pass contextual information needed for decoding (eg, version numbers) where necessary. | ||||
* | Add support for next protocol negotiation. Client only currently; | lloyd | 2012-01-04 | 1 | -0/+50 |
tested with google.com:443 |