aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/next_protocol.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move the handshake serialization code to Record_Writerlloyd2012-03-031-1/+2
|
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-1/+5
| | | | | everything into a new namespace (Botan::TLS), removing the TLS_ prefixes on everything.
* Remove Handshake_Message::deserialize which was an unnecessary hook.lloyd2012-01-191-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;lloyd2012-01-041-0/+50
tested with google.com:443