aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_session_key.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the handshake Ciphersuite only available by const reference.lloyd2012-08-061-4/+4
* Have all the TLS handshake messages stored in unique_ptrs with onlylloyd2012-08-061-5/+5
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-3/+3
* propagate from branch 'net.randombit.botan.tls-state-machine' (head 63b88a65b...lloyd2012-03-301-2/+2
|\
| * Add an abstraction for reading handshake messages (as DTLS handles itlloyd2012-03-051-2/+2
* | Merge fixups. Add locking to default session manager. Use chrono liblloyd2012-02-201-1/+1
|/
* Support alternate PRF hashes in TLS 1.2. Add support for the SHA-384lloyd2012-01-281-19/+1
* Make the version number a proper class, makes many things much easierlloyd2012-01-231-6/+6
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-1/+5
* Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-0/+2
* I'm not sure if I like this asthetically, but passing around thelloyd2012-01-191-19/+18
* Add a function for getting the version number of an active connection.lloyd2011-12-301-1/+1
* Make tls_session_key.h an internal headerlloyd2011-12-271-1/+1
* Half of session serializationlloyd2011-12-271-2/+0
* Clean up SessionKeys implementationlloyd2011-12-271-100/+48
* First rev of working session resumption (server side only). Only workslloyd2011-12-271-17/+58
* Initial hooks for session resumptionlloyd2011-12-231-57/+2
* Rename ssl module to tlslloyd2011-12-231-0/+170