aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/s_hello.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename all the message source files to msg_lloyd2012-08-031-177/+0
* Combine Handshake_Writer and Handshake_Reader into Handshake_IO.lloyd2012-08-031-5/+5
* Add a class that handles writing handshake messages instead of pushinglloyd2012-07-161-3/+3
* Changes to version handling in support of DTLS work.lloyd2012-07-121-9/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-8/+8
* Add support for TLS heartbeats (RFC 6520). Heartbeat initiations fromlloyd2012-04-161-1/+13
* Limit the lifetime of tickets to Policy::session_ticket_lifetime()lloyd2012-04-041-61/+20
* Revert the session_ticket callback in credentials manager. If a PSKlloyd2012-03-231-1/+3
* Server side handling of session tickets, though currently with alloyd2012-03-221-2/+8
* Basic protocol message flow for session ticketslloyd2012-03-201-0/+8
* Move the handshake serialization code to Record_Writerlloyd2012-03-031-3/+3
* Make Alert a first class object ala Version. Move the alert codes intolloyd2012-01-261-2/+2
* We can now actually handle multiple certificate types in the serverlloyd2012-01-241-14/+3
* 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