aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_handshake_hash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-86/+0
* Move add_alias and deref_alias from Library_State to SCAN_Namelloyd2013-12-251-1/+1
* Have all the TLS handshake messages stored in unique_ptrs with onlylloyd2012-08-061-2/+2
* Add TLS::Protocol_Version::supports_ciphersuite_specific_prflloyd2012-08-021-8/+3
* Add format() hook to Handshake_Writer, so that Handshake_Hash does notlloyd2012-07-281-14/+2
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-5/+5
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-3/+3
* Use SHA-256 when MD5 is negotiated as the HMAC hash in TLS 1.2,lloyd2012-04-021-1/+1
* Support alternate PRF hashes in TLS 1.2. Add support for the SHA-384lloyd2012-01-281-36/+36
* 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-3/+3
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-3/+7
* Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-8/+25
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-3/+15
* Rename ssl module to tlslloyd2011-12-231-0/+70