diff options
author | lloyd <[email protected]> | 2015-01-11 03:12:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-01-11 03:12:54 +0000 |
commit | 53b1202b5a0597be40f40717ee4dc6213f1f0a0e (patch) | |
tree | 13e9091983a9999d8449d8e21548b40cfd4c1ac6 /doc/website | |
parent | ac5aae3fa32b51ac38cbbeb0f09116c1f258b9e1 (diff) |
Remove SSLv3 and handling of SSLv2 client hellos.
Diffstat (limited to 'doc/website')
-rw-r--r-- | doc/website/algos.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/website/algos.rst b/doc/website/algos.rst index d2afbd2ba..5184564af 100644 --- a/doc/website/algos.rst +++ b/doc/website/algos.rst @@ -8,8 +8,8 @@ including: TLS/Public Key Infrastructure ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - * SSL/TLS (from SSL v3 to TLS v1.2), including using preshared - keys (TLS-PSK) or passwords (TLS-SRP) + * TLS/DTLS (v1.0 to v1.2), including using preshared keys (TLS-PSK) or + passwords (TLS-SRP) and most important extensions. * X.509 certificates (including generating new self-signed and CA certs) and CRLs * Certificate path validation and OCSP @@ -63,8 +63,7 @@ Authentication Codes * HMAC * CMAC (aka OMAC1) * Poly1305 - * Obsolete designs CBC-MAC, ANSI X9.19 DES-MAC, and the - protocol-specific SSLv3 authentication code + * Obsolete designs CBC-MAC and ANSI X9.19 DES-MAC Other Useful Things ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -72,7 +71,6 @@ Other Useful Things * Key derivation functions for passwords, including PBKDF2 * Password hashing functions, including bcrypt * General key derivation functions KDF1 and KDF2 from IEEE 1363 - * PRFs from ANSI X9.42, SSL v3.0, TLS v1.0 Recommended Algorithms ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |