aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/s_hello.cpp
Commit message (Expand)AuthorAgeFilesLines
* Send the supported elliptic curves extension. Instead of hardcodinglloyd2012-01-241-3/+4
* Get the list of supported ECC curves out of the client hello, andlloyd2012-01-241-1/+3
* Make the version number a proper class, makes many things much easierlloyd2012-01-231-9/+12
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-7/+11
* Many fixes for TLS 1.2 though some things in particular client authlloyd2012-01-201-21/+13
* Various and sundry bug fixeslloyd2012-01-191-3/+0
* Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-1/+11
* Remove Handshake_Message::deserialize which was an unnecessary hook.lloyd2012-01-191-42/+42
* As someone pointed out on the TLS list, NPN isn't really a negotiationlloyd2012-01-041-2/+2
* The first 4 bytes of the client and server randoms are supposed to belloyd2012-01-041-2/+2
* Split hello.cpp into c_hello.cpp and s_hello.cpplloyd2012-01-041-0/+201