aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/info.txt
Commit message (Expand)AuthorAgeFilesLines
* Move record cipher state to its own class. Currently write side only.lloyd2012-09-061-0/+1
* Expose Handshake_Message as an API type.lloyd2012-08-061-0/+1
* Move Certificate message to it's own file.lloyd2012-08-061-0/+1
* Rename all the message source files to msg_lloyd2012-08-031-10/+10
* Combine Handshake_Writer and Handshake_Reader into Handshake_IO.lloyd2012-08-031-4/+2
* Add a class that handles writing handshake messages instead of pushinglloyd2012-07-161-0/+2
* Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the newlloyd2012-06-071-2/+2
* propagate from branch 'net.randombit.botan.x509-path-validation' (head 63b5a2...lloyd2012-05-251-1/+1
* propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-251-3/+11
|\
| * Various dependency/amalgamation fixeslloyd2012-04-191-0/+2
| * Add support for TLS heartbeats (RFC 6520). Heartbeat initiations fromlloyd2012-04-161-0/+2
| * Re-enable TLS (was disabled by trunk merge), and require the srp6 modulelloyd2012-04-051-1/+2
| * propagate from branch 'net.randombit.botan' (head 91305e3daaae9ea8a1786daf058...lloyd2012-04-051-0/+2
| * Remove the Ciphersuite_Code enum and move all ciphersuitelloyd2012-03-301-3/+4
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head 63b88a65b...lloyd2012-03-301-0/+6
|\|
| * 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
* | Enable TLS again (bad merge)lloyd2012-02-201-2/+0
* | propagate from branch 'net.randombit.botan' (head c247a55e7c0bcd239fcfc672139...lloyd2012-02-201-0/+2
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head 0ceb9cde6...lloyd2012-02-201-2/+0
|/
* 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