aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_session.h
Commit message (Expand)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-12/+12
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-5/+7
* Various dependency/amalgamation fixeslloyd2012-04-191-2/+2
* Limit the lifetime of tickets to Policy::session_ticket_lifetime()lloyd2012-04-041-0/+5
* Add encryption for the SQLite sessions databaselloyd2012-03-221-2/+16
* Basic protocol message flow for session ticketslloyd2012-03-201-4/+14
* Various merge fixups.lloyd2012-03-161-3/+3
* propagate from branch 'net.randombit.botan.tls-state-machine' (head c24b5d6b0...lloyd2012-03-161-23/+50
|\
| * Support getting ciphersuites by name as well as suite IDlloyd2012-01-281-1/+1
| * s/tls_suites/tls_ciphersuite/lloyd2012-01-241-1/+1
| * PEM encoding. Fix BER decoding. Encode the entire cert chain in thelloyd2012-01-241-3/+20
| * Add Ciphersuite::to_stringlloyd2012-01-231-2/+8
| * Make the version number a proper class, makes many things much easierlloyd2012-01-231-24/+14
| * Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-4/+8
| * Various and sundry bug fixeslloyd2012-01-191-1/+1
| * Support SSLv3 client auth on the client side.lloyd2012-01-191-0/+10
* | Outline of RFC 5077 session ticketslloyd2012-01-111-1/+13
|/
* Add support for client-side session resumptionlloyd2011-12-311-12/+12
* Rename the session type to 'TLS_Session'. Split the manager out intolloyd2011-12-301-0/+147