diff options
author | Julien Vehent [:ulfr] <jvehent@users.noreply.github.com> | 2016-02-11 12:01:26 -0500 |
---|---|---|
committer | Julien Vehent [:ulfr] <jvehent@users.noreply.github.com> | 2016-02-11 12:01:26 -0500 |
commit | 8eea4c3c175da9eec50cfcc40903f1a6c520f55e (patch) | |
tree | b2bb5b8a5addf356b054666e1c2f2524bec0f45c | |
parent | b1fd0daaa6cf530da3be2dd69bb73d0cd63fc274 (diff) | |
download | server-side-tls-8eea4c3c175da9eec50cfcc40903f1a6c520f55e.zip server-side-tls-8eea4c3c175da9eec50cfcc40903f1a6c520f55e.tar.gz server-side-tls-8eea4c3c175da9eec50cfcc40903f1a6c520f55e.tar.bz2 |
Update oldest clients in modern configuration
-rw-r--r-- | Server_Side_TLS.mediawiki | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Server_Side_TLS.mediawiki b/Server_Side_TLS.mediawiki index 8dd8a61..2924519 100644 --- a/Server_Side_TLS.mediawiki +++ b/Server_Side_TLS.mediawiki @@ -21,7 +21,7 @@ Three configurations are recommended. Pick the right configuration depending on |- ! Configuration !! Oldest compatible client |- -| <span style="color:green;">'''Modern'''</span> || Firefox 27, Chrome 22, IE 11, Opera 14, Safari 7, Android 4.4, Java 8 +| <span style="color:green;">'''Modern'''</span> || Firefox 27, Chrome 30, IE 11 on Windows 7, Edge, Opera 17, Safari 9, Android 5.0, Java 8 |- | <span style="color:orange;">'''Intermediate'''</span> || Firefox 1, Chrome 1, IE 7, Opera 5, Safari 1, Windows XP IE8, Android 2.3, Java 7 |- @@ -34,7 +34,7 @@ Older versions of OpenSSL may not return the full list of algorithms. AES-GCM an The ordering of a ciphersuite is very important because it decides which algorithms are going to be selected in priority. Each level shows the list of algorithms returned by its ciphersuite. If you have to pick ciphers manually for your application, make sure you keep the ordering. == <span style="color:green;">'''Modern'''</span> compatibility == -For services that don't need backward compatibility, the parameters below provide a higher level of security. This configuration is compatible with Firefox 27, Chrome 22, IE 11, Opera 14, Safari 7 and Windows Vista. +For services that don't need backward compatibility, the parameters below provide a higher level of security. This configuration is compatible with Firefox 27, Chrome 30, IE 11 on Windows 7, Edge, Opera 17, Safari 9, Android 5.0, and Java 8. * Ciphersuites: '''ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256''' * Versions: '''TLSv1.2''' |