aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/c_hello.cpp
Commit message (Expand)AuthorAgeFilesLines
* Send the supported elliptic curves extension. Instead of hardcodinglloyd2012-01-241-1/+4
* Get the list of supported ECC curves out of the client hello, andlloyd2012-01-241-0/+3
* Add Ciphersuite::to_stringlloyd2012-01-231-1/+1
* Make the version number a proper class, makes many things much easierlloyd2012-01-231-6/+10
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-9/+13
* When generating a signature in TLS 1.2, respect the request of thelloyd2012-01-201-1/+2
* Instead of using a hardcoded value for signature_algothms, go withlloyd2012-01-201-1/+10
* New policy methods. User provides lists of ciphers, hashes, etc theylloyd2012-01-201-1/+1
* TLS_Ciphersuite_Algos was just a strange level of indirection betweenlloyd2012-01-201-10/+4
* Basic processing for signature_algorithms extension in client hellolloyd2012-01-201-1/+33
* Initialize values once in constructor instead of in each branchlloyd2012-01-201-7/+12
* Many fixes for TLS 1.2 though some things in particular client authlloyd2012-01-201-32/+36
* Various and sundry bug fixeslloyd2012-01-191-0/+3
* Remove Handshake_Message::deserialize which was an unnecessary hook.lloyd2012-01-191-7/+7
* Kill stray charlloyd2012-01-101-1/+1
* 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/+12
* Split hello.cpp into c_hello.cpp and s_hello.cpplloyd2012-01-041-0/+290