aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/info.txt
Commit message (Expand)AuthorAgeFilesLines
* Remove the Ciphersuite_Code enum and move all ciphersuitelloyd2012-03-301-3/+4
* Fix depslloyd2012-03-231-0/+2
* Basic protocol message flow for session ticketslloyd2012-03-201-0/+1
* Add SecureQueue::emptylloyd2012-03-071-0/+1
* Add an abstraction for reading handshake messages (as DTLS handles itlloyd2012-03-051-0/+2
* Make Alert a first class object ala Version. Move the alert codes intolloyd2012-01-261-1/+2
* s/tls_suites/tls_ciphersuite/lloyd2012-01-241-2/+2
* Require ECDH and ECDSA modules for TLS. This is slightly non-optimallloyd2012-01-241-0/+2
* Make the version number a proper class, makes many things much easierlloyd2012-01-231-0/+2
* Read only support for signature_algorithms extension used in TLS 1.2lloyd2012-01-181-0/+2
* Change TLS feature macro, major API changes. Start documentinglloyd2012-01-161-2/+2
* Split hello.cpp into c_hello.cpp and s_hello.cpplloyd2012-01-041-8/+9
* Add support for next protocol negotiation. Client only currently;lloyd2012-01-041-0/+1
* Rename the session type to 'TLS_Session'. Split the manager out intolloyd2011-12-301-4/+6
* Add support for sending server name indicator in client hellolloyd2011-12-291-0/+2
* Make tls_session_key.h an internal headerlloyd2011-12-271-1/+1
* Half of session serializationlloyd2011-12-271-0/+1
* Initial hooks for session resumptionlloyd2011-12-231-0/+1
* Centralize a lot of the handshaking and message parsing in TLS_Channellloyd2011-12-231-0/+2
* Rename ssl module to tlslloyd2011-12-231-0/+66