diff options
author | Ingela Anderton Andin <[email protected]> | 2012-12-19 16:16:46 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-12-20 10:35:46 +0100 |
commit | 72f5a4a6174338c011e5c3b73b0ad11ca296b5af (patch) | |
tree | f691d4b9afd939caed2384e1eae4812479cd7dac /lib/ssl/doc/src/ssl.xml | |
parent | 3bd2ba0060f9bcb0d3bddd74a4a5763e520a533f (diff) | |
download | otp-72f5a4a6174338c011e5c3b73b0ad11ca296b5af.tar.gz otp-72f5a4a6174338c011e5c3b73b0ad11ca296b5af.tar.bz2 otp-72f5a4a6174338c011e5c3b73b0ad11ca296b5af.zip |
ssl: Make TLS-1.2 default version
Diffstat (limited to 'lib/ssl/doc/src/ssl.xml')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index f0eac76264..e45a4c774f 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -36,8 +36,8 @@ <list type="bulleted"> <item>ssl requires the crypto and public_key applications.</item> - <item>Supported SSL/TLS-versions are SSL-3.0 and TLS-1.0, experimental - support for TLS-1.1 and TLS-1.2 is also available (no support for elliptic curve cipher suites yet).</item> + <item>Supported SSL/TLS-versions are SSL-3.0, TLS-1.0, + TLS-1.1 and TLS-1.2 (no support for elliptic curve cipher suites yet).</item> <item>For security reasons sslv2 is not supported.</item> <item>Ephemeral Diffie-Hellman cipher suites are supported but not Diffie Hellman Certificates cipher suites.</item> |