aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/session_ticket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-4/+4
* Only claim we support session tickets if we actually have a key oflloyd2012-03-231-6/+6
* Server side handling of session tickets, though currently with alloyd2012-03-221-0/+17
* Working client-side session tickets. Tested against gmail.com andlloyd2012-03-221-1/+1
* Correct ticket decoding/encodinglloyd2012-03-221-5/+6
* Add missing source file for New_Session_Ticket msglloyd2012-03-221-0/+39