aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_session_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* TLS in-memory session manager now requires a rng object as alloyd2013-11-281-121/+0
* Add TLS::Server_Information to encapsulate the hostname/port pair.lloyd2012-10-131-18/+13
* In the in-memory session manager, choose a random key at startup andlloyd2012-08-051-4/+21
* Add an optional parameter to TLS::Client specifying the port number.lloyd2012-07-121-10/+13
* Generate new session IDs in the same format as hello randoms, with thelloyd2012-06-101-2/+2
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-2/+2
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-15/+15
* propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-251-6/+6
|\
| * Limit the lifetime of tickets to Policy::session_ticket_lifetime()lloyd2012-04-041-17/+17
* | Merge fixups. Add locking to default session manager. Use chrono liblloyd2012-02-201-7/+17
|/
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-10/+14
* Split hello.cpp into c_hello.cpp and s_hello.cpplloyd2012-01-041-2/+0
* Add support for client-side session resumptionlloyd2011-12-311-3/+5
* Better names on the session manager. Plausible client lookup support,lloyd2011-12-301-10/+36
* Rename the session type to 'TLS_Session'. Split the manager out intolloyd2011-12-301-0/+66