aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/sessions_sqlite
Commit message (Expand)AuthorAgeFilesLines
* Limit the lifetime of tickets to Policy::session_ticket_lifetime()lloyd2012-04-042-3/+6
* Rework session crypto code. Drop the 4 bytes of zeros reserved forlloyd2012-03-281-1/+1
* Fix depslloyd2012-03-231-0/+4
* Add encryption for the SQLite sessions databaselloyd2012-03-222-46/+141
* propagate from branch 'net.randombit.botan.tls-state-machine' (head 6bcbae3d2...lloyd2012-03-221-1/+2
|\
| * Working client-side session tickets. Tested against gmail.com andlloyd2012-03-221-1/+2
* | Add some helper functions for data accesslloyd2012-03-221-22/+33
|/
* Reorder schema and make the session id a primary key since it shouldlloyd2012-03-221-7/+7
* Oops, libsqlite is sqlite2, link to libsqlite3lloyd2012-03-221-1/+1
* Expire old sessions and limit the cache size in the sqlite session manager.lloyd2012-03-222-16/+62
* First rev at a SQLite TLS session manager. Should be encrypting thelloyd2012-03-223-0/+265