aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_handshake_hash.h
Commit message (Collapse)AuthorAgeFilesLines
* Support alternate PRF hashes in TLS 1.2. Add support for the SHA-384lloyd2012-01-281-1/+3
| | | | ciphersuites.
* Make the version number a proper class, makes many things much easierlloyd2012-01-231-1/+2
| | | | for such a minor change.
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-1/+5
| | | | | everything into a new namespace (Botan::TLS), removing the TLS_ prefixes on everything.
* Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-2/+2
| | | | | | | | basic connection with a GnuTLS server does work. Currently we don't respect the signature_algorithms extension at all, and using SHA-256 with a 12-byte finished value is hardcoded though the spec is that it can depend on the ciphersuite (likely relevant for GOST ciphersuites in particular).
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-2/+10
| | | | | TLS 1.0/1.1, SSLv3 uses a different hash format. Only RSA certs tested so far.
* Rename ssl module to tlslloyd2011-12-231-0/+40