aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/msg_client_hello.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-287/+0
* Make ciphersuite_list a virtual member of TLS::Policylloyd2013-04-101-2/+2
* Add TLS::Policy::negotiate_heartbeat_support which controls if thelloyd2012-10-131-2/+6
* Add TLS::Server_Information to encapsulate the hostname/port pair.lloyd2012-10-131-1/+1
* A quite different approach to extension handling, store both inboundlloyd2012-09-121-136/+51
* Spellinglloyd2012-09-121-2/+2
* Duplicated extension checks!lloyd2012-09-121-12/+0
* Expect a cookie field in a DTLS client hellolloyd2012-09-091-0/+3
* Expose Handshake_Message as an API type.lloyd2012-08-061-7/+0
* Add Handshake_Hash::resetlloyd2012-08-031-0/+16
* Rename all the message source files to msg_lloyd2012-08-031-0/+368