aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_session.cpp
Commit message (Expand)AuthorAgeFilesLines
* Limit the lifetime of tickets to Policy::session_ticket_lifetime()lloyd2012-04-041-0/+5
* Rework session crypto code. Drop the 4 bytes of zeros reserved forlloyd2012-03-281-37/+53
* Add encryption for the SQLite sessions databaselloyd2012-03-221-6/+6
* Server side handling of session tickets, though currently with alloyd2012-03-221-1/+1
* propagate from branch 'net.randombit.botan.tls-state-machine' (head f761c340d...lloyd2012-03-221-2/+0
|\
| * Remove extra BER_Decoder objectlloyd2012-03-221-2/+0
* | Basic protocol message flow for session ticketslloyd2012-03-201-40/+48
* | Small fixes, cleanupslloyd2012-03-191-1/+1
* | Various merge fixups.lloyd2012-03-161-16/+17
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head c24b5d6b0...lloyd2012-03-161-33/+69
|\|
| * Indentationlloyd2012-02-271-10/+10
| * PEM encoding. Fix BER decoding. Encode the entire cert chain in thelloyd2012-01-241-20/+48
| * Make the version number a proper class, makes many things much easierlloyd2012-01-231-3/+8
| * Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-3/+7
* | Outline of RFC 5077 session ticketslloyd2012-01-111-1/+91
|/
* Rename the session type to 'TLS_Session'. Split the manager out intolloyd2011-12-301-0/+94