aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_session_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Correct Doxygen commentslloyd2013-03-021-1/+0
* Add TLS::Server_Information to encapsulate the hostname/port pair.lloyd2012-10-131-13/+12
* In the in-memory session manager, choose a random key at startup andlloyd2012-08-051-5/+6
* Add an optional parameter to TLS::Client specifying the port number.lloyd2012-07-121-11/+13
* Add TLS::Session_Manager_Noop which just ignores all save requests.lloyd2012-06-291-2/+22
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-4/+4
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-4/+6
* propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-251-10/+18
|\
| * Various dependency/amalgamation fixeslloyd2012-04-191-2/+2
| * Limit the lifetime of tickets to Policy::session_ticket_lifetime()lloyd2012-04-041-6/+17
| * Indentationlloyd2012-02-271-1/+1
* | Merge fixups. Add locking to default session manager. Use chrono liblloyd2012-02-201-4/+7
|/
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-14/+18
* Add support for client-side session resumptionlloyd2011-12-311-19/+18
* Better names on the session manager. Plausible client lookup support,lloyd2011-12-301-12/+20
* Rename the session type to 'TLS_Session'. Split the manager out intolloyd2011-12-301-0/+103