Changes between Version 18 and Version 19 of TipAndDoc/ssl


Ignore:
Timestamp:
Jun 8, 2013 5:05:21 AM (11 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/ssl

    v18 v19  
    88 
    99 * [https://www.ssllabs.com/ssltest/ Qualys SSL Labs - Projects / SSL Server Test] 
     10 * http://en.wikipedia.org/wiki/Transport_Layer_Security#Dealing_with_RC4_and_BEAST 
     11 > The best choice is to only allow TLS 1.1 and TLS 1.2, but Firefox only supports TLS 1.0 and SSL 3.0 and Opera and Internet Explorer have support for TLS 1.1 and TLS 1.2 disabled by default. In most web servers, only one cipher can be assigned as the preferred cipher. Choosing RC4 is still the best choice for TLS 1.0, but not for TLS 1.1 and TLS 1.2. Choosing AES (CBC cipher) is secure for TLS 1.1 and TLS 1.2, but not for TLS 1.0 due to the BEAST attack. 
    1012 
    1113 = mod_ssl =