aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/finished.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename all the message source files to msg_lloyd2012-08-031-104/+0
* Combine Handshake_Writer and Handshake_Reader into Handshake_IO.lloyd2012-08-031-3/+3
* Add a class that handles writing handshake messages instead of pushinglloyd2012-07-161-3/+3
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-7/+7
* propagate from branch 'net.randombit.botan.tls-state-machine' (head 63b88a65b...lloyd2012-03-301-3/+4
|\
| * Add an abstraction for reading handshake messages (as DTLS handles itlloyd2012-03-051-2/+2
| * Move the handshake serialization code to Record_Writerlloyd2012-03-031-1/+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-16/+2
* Make Alert a first class object ala Version. Move the alert codes intolloyd2012-01-261-1/+1
* Make the version number a proper class, makes many things much easierlloyd2012-01-231-6/+4
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-4/+8
* A change to Finished in 687c3c7dccdd2f5e4825bdb60155c7bfba22339f brokelloyd2012-01-201-3/+5
* Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-6/+21
* Remove Handshake_Message::deserialize which was an unnecessary hook.lloyd2012-01-191-1/+1
* I'm not sure if I like this asthetically, but passing around thelloyd2012-01-191-54/+49
* Many renegotiation fixes. Add support for the secure renegotiationlloyd2011-12-301-7/+9
* Clean up the ordering of constructor args to the various message typeslloyd2011-12-291-3/+4
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-3/+3
* Initial hooks for session resumptionlloyd2011-12-231-5/+5
* Rename ssl module to tlslloyd2011-12-231-0/+100