Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kinda maybe working TLS 1.2 for clients. Not well tested at all, but a | lloyd | 2012-01-19 | 1 | -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 supports | lloyd | 2011-12-28 | 1 | -2/+10 |
| | | | | | TLS 1.0/1.1, SSLv3 uses a different hash format. Only RSA certs tested so far. | ||||
* | Rename ssl module to tls | lloyd | 2011-12-23 | 1 | -0/+40 |