Changes

Jump to: navigation, search

Security/Server Side TLS

33,129 bytes removed, 15:57, 28 June 2019
Server Side TLS 5.0 :D
<tr>
<td style="min-width: 25em;">__TOC__</td>
<td style="vertical-align: top; max-width: 60em; padding-left: 1em.75rem;">The goal of this document is to help operational teams with the configuration of TLS on servers. All Mozilla sites websites and deployment deployments should follow the recommendations below.
The Operations Security (OpSec) team Mozilla maintains this document as a reference guide to navigate for navigating the TLS landscape, as well as a [https://ssl-config. It contains information on TLS protocols, known issues and vulnerabilities, mozilla.org configuration examples and testing toolsgenerator] to assist system administrators. Changes are reviewed and merged by the OpSec team, Mozilla Operations Security and broadcasted to the various Operational Enterprise Information Security teams.
Updates to this page should be submitted to the [https://github.com/mozilla/server-side-tls source server-side-tls] repository on GitHub. Issues related to the [https://ssl-config.mozilla.org configuration generator] are maintained in their own [https://github.com/mozilla/ssl-config-generator GitHub repository].
If you are looking for In the configuration generatorinterests of usability and maintainability, click these guidelines have been considerably simplified from the image below:<br />[[Image:Security/Archive/Server-side-tls-config-generatorSide TLS 4.png0|500px|center|link=https://mozilla.github.io/server-side-tls/ssl-config-generator/previous guidelines]].
</td>
</tr>
= Recommended configurations =
Three <span style="float: right; max-width: 600px; text-align: center;">[[Image:Ssl-config.mozilla.org.png|600px|link=https://ssl-config.mozilla.org/|Mozilla SSL Configuration Generator]]<br>The [https://ssl-config.mozilla.org/ Mozilla SSL Configuration Generator]</span>Mozilla maintains three recommended configurations are recommendedfor servers using TLS. Pick the right correct configuration depending on your audience. If you do not need backward compatibility, and are building a service for modern clients only (post Firefox 27/Chrome 22), then use the Modern configuration. Otherwise, prefer the Intermediate configuration. Use the Old backward compatible configuration only if your service will be accessed by very old clients, such as Windows XP IE6, or ancient libraries & bots.:
* <span style="color: green; font-weight: bold;">Modern</span>''':''' Modern clients that support TLS 1.3, with no need for backwards compatibility* <span style="color: orange; font-weight: bold;">Intermediate</span>''':''' Recommended configuration for a general-purpose server* <span style="color: gray; font-weight: bold;">Old</span>''':''' Services accessed by very old clients or libraries, such as Internet Explorer 8 (Windows XP), Java 6, or OpenSSL 0.9.8 {| class="wikitable" style="margin: 1.5rem 1rem;"
|-
! Configuration !Firefox! Oldest compatible clientAndroid! Chrome! Edge! Internet Explorer! Java! OpenSSL! Opera! Safari
|-
| <span style="color:green;">| '''Modern'''</span> | style="text-align: center;" | 63| style="text-align: center;" | 10.0| style="text-align: center;" | 70| style="text-align: center;" | 75| style="text-align: center;" |--| style="text-align: center;" | Firefox 27, Chrome 30, IE 11 on Windows 7, Edge, Opera 17, Safari 9, Android 5| style="text-align: center;" | 1.1.0, Java 81| style="text-align: center;" | 57| style="text-align: center;" | 12.1
|-
| <span style="color:orange;">| '''Intermediate'''</span> | style="text-align: center;" | 27| style="text-align: center;" | 4.4.2| style="text-align: center;" | 31| style="text-align: center;" |12| style="text-align: center;" | 11 (Win7)| style="text-align: center;" | 8u31| style="text-align: center;" | Firefox 1, Chrome .0.1, IE 7, Opera 5, Safari 1, Windows XP IE8, Android 2.3, Java 7| style="text-align: center;" | 20| style="text-align: center;" | 9
|-
| <span style="color:gray;">| '''Old'''</span> | style="text-align: center;" | 1| style="text-align: center;" | 2.3| style="text-align: center;" | 1| style="text-align: center;" |12| style="text-align: center;" | 8 (WinXP)| style="text-align: center;" | Windows XP IE6, Java 6| style="text-align: center;" | 0.9.8| style="text-align: center;" | 5| style="text-align: center;" | 1
|}
<p style="max-width: 60em;">The ordering of cipher suites in the <span style="color: orange; font-weight: bold;">Intermediate</span> and <span style="color: gray; font-weight: bold;">Old</span> configurations is very important, as it determines the priority with which algorithms are selected.</p>
Older versions of OpenSSL may not return the full list of algorithms. AES<p style="max-GCM and some ECDHE are fairly recent, and not present on most versions of width: 60em;">OpenSSL shipped with Ubuntu or RHEL. This listing below was obtained from a freshly built OpenSSL. If your version of OpenSSL is oldwill ignore cipher suites it doesn't understand, unavailable ciphers will be discarded automatically. Always so always use the full ciphersuite and let OpenSSL pick the ones it supports. The ordering set of a ciphersuite is very important because it decides which algorithms are going to be selected cipher suites below, in prioritytheir recommended order. Each level shows the list The use of algorithms returned by its ciphersuite. If you have to pick ciphers manually for your application, make sure you keep the ordering. The ciphersuite numbers listed come from the IANA [https<span style="color://www.iana.org/assignments/tlsgray; font-parametersweight: bold;">Old</tls-parameters.xhtml#tls-parameters-4 TLS Cipher Suite Registry]. Previous span> configuration with modern versions of these recommendations included draft numbers OpenSSL may require custom builds with support for ECDHE-ECDSA-CHACHA20-POLY1305 (0xCC,0x14) and ECDHE-RSA-CHACHA20-POLY1305 (0xCC,0x13)deprecated ciphers.</p><br style="clear: right;">
== <span style="color:green;">'''Modern'''</span> compatibility ==
For services with clients that support TLS 1.3 and don't need backward compatibility, the parameters below provide a higher <span style="color: green; font-weight: bold;">Modern</span> configuration provides an extremely high 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.
* CiphersuitesCipher suites (TLS 1.3): '''ECDHE-ECDSA-AES256-GCM-SHA384TLS_AES_128_GCM_SHA256:ECDHE-RSA-AES256-GCM-SHA384TLS_AES_256_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-SHA256TLS_CHACHA20_POLY1305_SHA256'''* Versions: '''TLSv1Cipher suites (TLS 1.2'''): (none)* TLS curvesProtocols: '''prime256v1, secp384r1, secp521r1TLS 1.3'''* Certificate type: '''ECDSA(P-256)'''* Certificate curveTLS curves: '''X25519, prime256v1, secp384r1, secp521r1'''* Certificate signatureHSTS: '''sha256WithRSAEncryption, ecdsamax-with-SHA256, ecdsa-with-SHA384, ecdsa-with-SHA512'''* RSA key size: '''2048''' (if not ecdsa)* DH Parameter size: '''Noneage=63072000''' (disabled entirelytwo years)* ECDH Parameter size: '''256'''* HSTSMaximum certificate lifespan: '''max-age=1576800090 days'''* Certificate switchingCipher preference: '''Noneclient chooses'''
<source>
0xC00x13,0x2C 0x01 - ECDHE-ECDSA-AES256-GCM-SHA384 TLS_AES_128_GCM_SHA256 TLSv1.2 3 Kx=ECDH any Au=ECDSA any Enc=AESGCM(256128) Mac=AEAD0xC00x13,0x30 0x02 - ECDHE-RSA-AES256-GCM-SHA384 TLS_AES_256_GCM_SHA384 TLSv1.2 3 Kx=ECDH any Au=RSA any Enc=AESGCM(256) Mac=AEAD0xCC0x13,0xA9 0x03 - ECDHE-ECDSA-CHACHA20-POLY1305 TLS_CHACHA20_POLY1305_SHA256 TLSv1.2 3 Kx=ECDH any Au=ECDSA any Enc=ChaCha20(256) Mac=AEAD0xCC,0xA8 - ECDHE-RSA-CHACHA20-/POLY1305 TLSv1.2 Kx=ECDH Au=RSA Enc=ChaCha20(256) Mac=AEAD0xC0,0x2B - ECDHE-ECDSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AESGCM(128) Mac=AEAD0xC0,0x2F - ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD0xC0,0x24 - ECDHE-ECDSA-AES256-SHA384 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(256) Mac=SHA3840xC0,0x28 - ECDHE-RSA-AES256-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(256) Mac=SHA3840xC0,0x23 - ECDHE-ECDSA-AES128-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(128) Mac=SHA2560xC0,0x27 - ECDHE-RSA-AES128-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(128) Mac=SHA256
</source>
* Rationale:* AES256-GCM is prioritized above its 128 bits variant, * All cipher suites are [https://en.wikipedia.org/wiki/Forward_secrecy forward secret] and [https://en.wikipedia.org/wiki/Authenticated_encryption authenticated]** The cipher suites are all strong and ChaCha20 because so we assume that most modern devices allow the client to choose, as they will know best if they have support AESNI instructions and thus benefit from fast and constant time for hardware-accelerated AES. ** We recommend ECDSA certificates with P256 using P-256, as other curves may P-384 provides negligable improvements to security and Ed25519 is not be yet widely supported everywhere. RSA signatures on ECDSA certificates are permitted because very few CAs sign with ECDSA at the moment.* DHE is removed entirely because it is slow in comparison with ECDHE, and all modern clients support elliptic curve key exchanges.* SHA1 signature algorithm is removed in favor of SHA384 for AES256 and SHA256 for AES128.
== <span style="color:orange;">'''Intermediate'''</span> compatibility (defaultrecommended) ==<p style="max-width: 60em;">For services that don't need compatibility with legacy clients (mostly WinXP), but still need to support a wide range such as Windows XP or old versions of clients, this configuration OpenSSL. This is the recommended. It is configuration for the vast majority of services, as it is highly secure and compatible with Firefox 1, Chrome 1, IE 7, Opera 5 and Safari 1nearly every client released in the last five (or more) years.</p>
* CiphersuitesCipher suites (TLS 1.3): '''ECDHE-ECDSA-CHACHA20-POLY1305TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:ECDHE-RSA-CHACHA20-POLY1305TLS_CHACHA20_POLY1305_SHA256'''* Cipher suites (TLS 1.2):'''ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128CHACHA20-SHA256POLY1305:ECDHE-RSA-AES128CHACHA20-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHAPOLY1305:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256GCM-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS'''* VersionsProtocols: '''TLSv1TLS 1.2, TLSv1TLS 1.1, TLSv13'''* TLS curves: '''X25519, prime256v1, secp384r1, secp521r1'''* Certificate type: '''RSAECDSA (P-256)'''* Certificate curve: (recommended), or '''NoneRSA (2048 bits)'''* Certificate signature: '''sha256WithRSAEncryption'''* RSA key DH parameter size: '''2048'''(ffdhe2048, [https://tools.ietf.org/html/rfc7919#appendix-A.1 RFC 7919])* DH Parameter sizeHSTS: '''2048max-age=63072000'''(two years)* ECDH Parameter sizeMaximum certificate lifespan: '''25690 days'''* HSTS: (recommended) to '''max-age=157680002 years'''* Certificate switchingCipher preference: '''Noneclient chooses'''
<source>
0xCC0x13,0xA9 0x01 - ECDHETLS_AES_128_GCM_SHA256 TLSv1.3 Kx=any Au=any Enc=AESGCM(128) Mac=AEAD0x13,0x02 -ECDSA-CHACHA20-POLY1305 TLS_AES_256_GCM_SHA384 TLSv1.2 3 Kx=ECDH any Au=ECDSA any Enc=ChaCha20AESGCM(256) Mac=AEAD0xCC0x13,0xA8 0x03 - ECDHE-RSA-CHACHA20-POLY1305 TLS_CHACHA20_POLY1305_SHA256 TLSv1.2 3 Kx=ECDH any Au=RSA any Enc=ChaCha20CHACHA20/POLY1305(256) Mac=AEAD0xC0,0x2B - ECDHE-ECDSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AESGCM(128) Mac=AEAD0xC0,0x2F - ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD0xC0,0x2C - ECDHE-ECDSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AESGCM(256) Mac=AEAD0xC0,0x30 - ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD0x000xCC,0x9E - DHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=AESGCM(128) Mac=AEAD0x00,0x9F - DHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=DH Au=RSA Enc=AESGCM(256) Mac=AEAD0xC0,0x23 0xA9 - ECDHE-ECDSA-AES128CHACHA20-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(128) Mac=SHA2560xC0,0x27 POLY1305 - ECDHE-RSA-AES128-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(128) Mac=SHA2560xC0,0x09 - ECDHE-ECDSA-AES128-SHA SSLv3 Kx=ECDH Au=ECDSA Enc=AESCHACHA20/POLY1305(128256) Mac=SHA10xC0,0x28 - ECDHE-RSA-AES256-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(256) Mac=SHA384AEAD0xC00xCC,0x13 0xA8 - ECDHE-RSA-AES128CHACHA20-SHA SSLv3 Kx=ECDH Au=RSA POLY1305 Enc=AES(128) Mac=SHA10xC0,0x24 - ECDHE-ECDSA-AES256-SHA384 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(256) Mac=SHA3840xC0,0x0A - ECDHE-ECDSA-AES256-SHA SSLv3 RSA Kx=ECDH Au=ECDSA Enc=AESCHACHA20/POLY1305(256) Mac=SHA10xC0,0x14 - ECDHE-RSA-AES256-SHA SSLv3 Kx=ECDH Au=RSA Enc=AES(256) Mac=SHA1AEAD0x00,0x67 0x9E - DHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=AESAESGCM(128) Mac=SHA2560x00,0x33 - DHE-RSA-AES128-SHA SSLv3 Kx=DH Au=RSA Enc=AES(128) Mac=SHA1AEAD0x00,0x6B 0x9F - DHE-RSA-AES256-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=AES(256) Mac=SHA2560x00,0x39 GCM- DHE-RSA-AES256-SHA SSLv3 Kx=DH Au=RSA Enc=AES(256) Mac=SHA10xC0,0x08 - ECDHE-ECDSA-DES-CBC3-SHA SSLv3 Kx=ECDH Au=ECDSA Enc=3DES(168) Mac=SHA10xC0,0x12 - ECDHE-RSA-DES-CBC3-SHA SSLv3 Kx=ECDH Au=RSA Enc=3DES(168) Mac=SHA10x00,0x16 - EDH-RSA-DES-CBC3-SHA SSLv3 Kx=DH Au=RSA Enc=3DES(168) SHA384 Mac=SHA10x00,0x9C - AES128-GCM-SHA256 TLSv1.2 Kx=RSA Au=RSA DH Enc=AESGCM(128) Mac=AEAD0x00,0x9D - AES256-GCM-SHA384 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(256) Mac=AEAD0x00,0x3C - AES128-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=AES(128) Mac=SHA2560x00,0x3D - AES256-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA2560x00,0x2F - AES128-SHA SSLv3 Kx=RSA Au=RSA Enc=AES(128) Mac=SHA10x00,0x35 - AES256-SHA SSLv3 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA10x00,0x0A - DES-CBC3-SHA SSLv3 Kx=RSA Au=RSA Enc=3DES(168) Mac=SHA1
</source>
* Rationale:* ChaCha20 is prefered as the fastest and safest in-software * All cipher, followed by AES128. Unlike the modern configuration, we do not assume clients support AESNI and thus do not prioritize AES256 above 128 and ChaCha20. There has been discussions (suites are [httphttps://wwwen.mail-archivewikipedia.comorg/wiki/Forward_secrecy forward secret] and [https://dev-tech-crypto@listsen.mozillawikipedia.org/msg11247wiki/Authenticated_encryption authenticated]** TLS 1.html 1]2 is the minimum supported protocol, as recommended by [httphttps://wwwtools.mail-archiveietf.comorg/html/devrfc7525#section-tech-crypto@lists3.mozilla1.org/msg12398.html 21 RFC 7525]) on whether AES256 extra security was worth its computing cost in software (without AESNI), PCI DSS, and others** ECDSA certificates are recommended over RSA certificates, as they allow the results use of ECDHE with Windows 7 clients using Internet Explorer 11** The cipher suites are far from obvious. At all strong and so we allow the momentclient to choose, AES128 is preferred, because it provides good security, is really fast, and seems to be more resistant to timing attacks.as they will know best if they have support for hardware-accelerated AES* DES-CBC3-SHA and EDH-RSA-DES-CBC3-SHA * Windows XP (including all embedded versions) are maintained no longer supported by Microsoft, eliminating the need for backward compatibility with clients that do not support AES.many older protocols and ciphers** While the goal is to support a broad range of clients, we reasonably disable a number of ciphers that have little support (such as SEEDARIA, Camellia, CAMELLIA3DES, ...and SEED).** 90 days is the recommended maximum certificate lifespan, to encourage certificate issuance automation
== <span style="color:gray;">'''Old'''</span> backward compatibility ==
This configuration is the compatible with a number of very old ciphersuite that works with all clients back to Windows XP/IE6. It , and should be used only as a last resort only.
* CiphersuitesCipher suites (TLS 1.3): '''TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256'''* Cipher suites (TLS 1.0 - 1.2): '''ECDHE-ECDSA-CHACHA20AES128-POLY1305:ECDHEGCM-RSA-CHACHA20-POLY1305SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128AES256-GCM-SHA256SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256CHACHA20-POLY1305:ECDHE-RSA-GCMCHACHA20-SHA384POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-DSSRSA-AES128AES256-GCM-SHA256SHA384:kEDH+AESGCM:ECDHEDHE-RSA-AES128CHACHA20-SHA256POLY1305:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHASHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256AES128-SHA384SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHASHA384:ECDHE-ECDSA-AES256-SHA:DHEECDHE-RSA-AES128AES256-SHA256SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:ECDHE-RSA-DES-CBC3-SHA:ECDHE-ECDSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:DES-CBC3-SHA:HIGH:SEED:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!RSAPSK:!aDH:!aECDH:!EDH-DSS-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA:!SRP'''* VersionsProtocols: '''TLSv1TLS 1.20, TLSv1TLS 1.1, TLSv1TLS 1.2, SSLv3TLS 1.3'''* TLS curves: '''X25519, prime256v1, secp384r1, secp521r1'''* Certificate type: '''RSA(2048-bits)'''
* Certificate curve: '''None'''
* Certificate signature: '''sha256WithRSAEncryption'''* RSA key DH parameter size: '''20481024'''(generated with <tt>openssl dhparam 1024</tt>)* DH Parameter sizeHSTS: '''1024max-age=63072000'''(two years)* ECDH Parameter sizeMaximum certificate lifespan: '''25690 days'''* HSTS: (recommended) to '''max-age=157680002 years'''* Certificate switchingCipher preference: '''sha1WithRSAEncryptionserver chooses'''
<source>
0xCC0x13,0xA9 0x01 - ECDHETLS_AES_128_GCM_SHA256 TLSv1.3 Kx=any Au=any Enc=AESGCM(128) Mac=AEAD0x13,0x02 -ECDSA-CHACHA20-POLY1305 TLS_AES_256_GCM_SHA384 TLSv1.2 3 Kx=ECDH any Au=ECDSA any Enc=ChaCha20AESGCM(256) Mac=AEAD0xCC0x13,0xA8 0x03 - ECDHE-RSA-CHACHA20-POLY1305 TLS_CHACHA20_POLY1305_SHA256 TLSv1.2 3 Kx=ECDH any Au=RSA any Enc=ChaCha20CHACHA20/POLY1305(256) Mac=AEAD0xC0,0x2F 0x2B - ECDHE-RSAECDSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA ECDSA Enc=AESGCM(128) Mac=AEAD0xC0,0x2B 0x2F - ECDHE-ECDSARSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA RSA Enc=AESGCM(128) Mac=AEAD0xC0,0x30 0x2C - ECDHE-RSAECDSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=RSA ECDSA Enc=AESGCM(256) Mac=AEAD0xC0,0x2C 0x30 - ECDHE-ECDSARSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=ECDSA RSA Enc=AESGCM(256) Mac=AEAD0x000xCC,0x9E 0xA9 - DHEECDHE-RSAECDSA-AES128CHACHA20-GCM-SHA256 POLY1305 TLSv1.2 Kx=DH ECDH Au=RSA ECDSA Enc=AESGCMCHACHA20/POLY1305(128256) Mac=AEAD0x000xCC,0xA2 0xA8 - DHEECDHE-DSSRSA-AES128CHACHA20-GCM-SHA256 POLY1305 TLSv1.2 Kx=DH ECDH Au=DSS RSA Enc=AESGCMCHACHA20/POLY1305(128256) Mac=AEAD0x00,0xA3 0x9E - DHE-DSSRSA-AES256AES128-GCM-SHA384 SHA256 TLSv1.2 Kx=DH Au=DSS RSA Enc=AESGCM(256128) Mac=AEAD0x00,0x9F - DHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=DH Au=RSA Enc=AESGCM(256) Mac=AEAD0xC00xCC,0x27 0xAA - ECDHEDHE-RSA-AES128CHACHA20-SHA256 POLY1305 TLSv1.2 Kx=ECDH DH Au=RSA Enc=AESCHACHA20/POLY1305(128256) Mac=SHA256AEAD0xC0,0x23 - ECDHE-ECDSA-AES128-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(128) Mac=SHA2560xC0,0x13 0x27 - ECDHE-RSA-AES128-SHA SSLv3 SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(128) Mac=SHA1SHA2560xC0,0x09 - ECDHE-ECDSA-AES128-SHA SSLv3 TLSv1 Kx=ECDH Au=ECDSA Enc=AES(128) Mac=SHA10xC0,0x28 0x13 - ECDHE-RSA-AES256AES128-SHA384 SHA TLSv1.2 Kx=ECDH Au=RSA Enc=AES(256128) Mac=SHA384SHA10xC0,0x24 - ECDHE-ECDSA-AES256-SHA384 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(256) Mac=SHA3840xC0,0x14 0x28 - ECDHE-RSA-AES256-SHA SSLv3 SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(256) Mac=SHA1SHA3840xC0,0x0A - ECDHE-ECDSA-AES256-SHA SSLv3 TLSv1 Kx=ECDH Au=ECDSA Enc=AES(256) Mac=SHA10x000xC0,0x67 0x14 - DHEECDHE-RSA-AES128AES256-SHA256 SHA TLSv1.2 Kx=DH Au=RSA Enc=AES(128) Mac=SHA2560x00,0x33 - ECDH DHE-RSA-AES128-SHA SSLv3 Kx=DH Au=RSA Enc=AES(128256) Mac=SHA10x00,0x40 0x67 - DHE-DSSRSA-AES128-SHA256 TLSv1.2 Kx=DH Au=DSS RSA Enc=AES(128) Mac=SHA2560x00,0x6B - DHE-RSA-AES256-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=AES(256) Mac=SHA2560x00,0x38 - DHE-DSS-AES256-SHA SSLv3 Kx=DH Au=DSS Enc=AES(256) Mac=SHA10x00,0x39 - DHE-RSA-AES256-SHA SSLv3 Kx=DH Au=RSA Enc=AES(256) Mac=SHA10xC0,0x12 - ECDHE-RSA-DES-CBC3-SHA SSLv3 Kx=ECDH Au=RSA Enc=3DES(168) Mac=SHA10xC0,0x08 - ECDHE-ECDSA-DES-CBC3-SHA SSLv3 Kx=ECDH Au=ECDSA Enc=3DES(168) Mac=SHA10x00,0x16 - EDH-RSA-DES-CBC3-SHA SSLv3 Kx=DH Au=RSA Enc=3DES(168) Mac=SHA10x00,0x9C - AES128-GCM-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(128) Mac=AEAD0x00,0x9D - AES256-GCM-SHA384 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(256) Mac=AEAD0x00,0x3C - AES128-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=AES(128) Mac=SHA2560x00,0x3D - AES256-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA2560x00,0x2F - AES128-SHA SSLv3 Kx=RSA Au=RSA Enc=AES(128) Mac=SHA10x00,0x35 - AES256-SHA SSLv3 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA10x00,0x6A - DHE-DSS-AES256-SHA256 TLSv1.2 Kx=DH Au=DSS Enc=AES(256) Mac=SHA2560x00,0x32 - DHE-DSS-AES128-SHA SSLv3 Kx=DH Au=DSS Enc=AES(128) Mac=SHA10x00,0x0A - DES-CBC3-SHA SSLv3 Kx=RSA Au=RSA Enc=3DES(168) Mac=SHA10x00,0x9A - DHE-RSA-SEED-SHA SSLv3 Kx=DH Au=RSA Enc=SEED(128) Mac=SHA10x00,0x99 - DHE-DSS-SEED-SHA SSLv3 Kx=DH Au=DSS Enc=SEED(128) Mac=SHA10xCC,0x15 - DHE-RSA-CHACHA20-POLY1305 TLSv1.2 Kx=DH Au=RSA Enc=ChaCha20(256) Mac=AEAD0xC0,0x77 - ECDHE-RSA-CAMELLIA256-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=Camellia(256) Mac=SHA3840xC0,0x73 - ECDHE-ECDSA-CAMELLIA256-SHA384 TLSv1.2 Kx=ECDH Au=ECDSA Enc=Camellia(256) Mac=SHA3840x00,0xC4 - DHE-RSA-CAMELLIA256-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=Camellia(256) Mac=SHA2560x00,0xC3 - DHE-DSS-CAMELLIA256-SHA256 TLSv1.2 Kx=DH Au=DSS Enc=Camellia(256) Mac=SHA2560x00,0x88 - DHE-RSA-CAMELLIA256-SHA SSLv3 Kx=DH Au=RSA Enc=Camellia(256) Mac=SHA10x00,0x87 - DHE-DSS-CAMELLIA256-SHA SSLv3 Kx=DH Au=DSS Enc=Camellia(256) Mac=SHA10x00,0xC0 - CAMELLIA256-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=Camellia(256) Mac=SHA2560x00,0x84 - CAMELLIA256-SHA SSLv3 Kx=RSA Au=RSA Enc=Camellia(256) Mac=SHA10xC0,0x76 - ECDHE-RSA-CAMELLIA128-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=Camellia(128) Mac=SHA2560xC0,0x72 - ECDHE-ECDSA-CAMELLIA128-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA Enc=Camellia(128) Mac=SHA2560x00,0xBE - DHE-RSA-CAMELLIA128-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=Camellia(128) Mac=SHA2560x00,0xBD - DHE-DSS-CAMELLIA128-SHA256 TLSv1.2 Kx=DH Au=DSS Enc=Camellia(128) Mac=SHA2560x00,0x45 - DHE-RSA-CAMELLIA128-SHA SSLv3 Kx=DH Au=RSA Enc=Camellia(128) Mac=SHA10x00,0x44 - DHE-DSS-CAMELLIA128-SHA SSLv3 Kx=DH Au=DSS Enc=Camellia(128) Mac=SHA10x00,0xBA - CAMELLIA128-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=Camellia(128) Mac=SHA2560x00,0x41 - CAMELLIA128-SHA SSLv3 Kx=RSA Au=RSA Enc=Camellia(128) Mac=SHA10x00,0x96 - SEED-SHA SSLv3 Kx=RSA Au=RSA Enc=SEED(128) Mac=SHA1
</source>
* Rationale:* You should take * Take a hard look at your infrastructure needs before using this configuration; it is intended for special use cases only** If possible, and most servers should use the intermediate this configuration instead.only for endpoints that require it, segregating it from other traffic** SSLv3 is enabled to has been disabled entirely, ending support WinXP for older Windows XP SP2 clients on IE.Users requiring support for Windows XP SP2 may use [[Security/Archive/Server Side TLS 4.0|previous versions]] of this configuration, with the caveat that SSLv3 is no longer safe to use* SHA1 certificates are authorized but only via certificate switching, meaning the server must implement * This configuration requires custom logic builds to provide a SHA1 certs to old clientswork with modern versions of OpenSSL, using <tt>enable-ssl3</tt>, <tt>enable-ssl3-method</tt>, <tt>enable-deprecated</tt>, and SHA256 certs to all others. More information in the "Certificates Switching" section later in this document.<tt>enable-weak-ssl-ciphers</tt>** Most ciphers that are not clearly broken and dangerous to use are supported
= JSON version of the recommendations =
You can find the recommendations above in JSON format at the address <p style="max-width: 60em;">Mozilla also maintains [https://statics.tls.security.mozilla.org/server-side-tls-conf-4.0.json https://statics.tls.security.mozilla.org/server-side-tls-conf-45.0.jsonthese recommendations]in JSON format, for automated system configuration. This location is versioned and permanent , and can be referenced in scripts and tools. The file is versioned and will not change, to avoid breaking tools when we update the recommendations. If you wish to point to the latest version of the recommendations, use this address: [[https://statics.tls.security.mozilla.org/server-side-tls-conf.json https://statics.tls.security.mozilla.org</server-side-tls-conf.json].Be advised the above will always point to the latest version and '''will not provide backward compatibility'''.If you use it to automatically configure your servers without review, it may break things. Prefer the version-specific files instead. == Previous versions == * None = Mandatory discards = * aNULL contains non-authenticated Diffie-Hellman key exchanges, that are subject to Man-In-The-Middle (MITM) attacks* eNULL contains null-encryption ciphers (cleartext)* EXPORT are legacy weak ciphers that were marked as exportable by US law* RC4 contains ciphers that use the deprecated ARCFOUR algorithm* DES contains ciphers that use the deprecated Data Encryption Standard* SSLv2 contains all ciphers that were defined in the old version of the SSL standard, now deprecated* MD5 contains all the ciphers that use the deprecated message digest 5 as the hashing algorithm = Forward Secrecy = The concept of forward secrecy is simple: client and server negotiate a key that never hits the wire, and is destroyed at the end of the session. The RSA private from the server is used to sign a Diffie-Hellman key exchange between the client and the server. The pre-master key obtained from the Diffie-Hellman handshake is then used for encryption. Since the pre-master key is specific to a connection between a client and a server, and used only for a limited amount of time, it is called Ephemeral. With Forward Secrecy, if an attacker gets a hold of the server's private key, it will not be able to decrypt past communications. The private key is only used to sign the DH handshake, which does not reveal the pre-master key. Diffie-Hellman ensures that the pre-master keys never leave the client and the server, and cannot be intercepted by a MITM. == DHE handshake and dhparam == When an ephemeral Diffie-Hellman cipher is used, the server and the client negotiate a pre-master key using the Diffie-Hellman algorithm. This algorithm requires that the server sends the client a prime number and a generator. Neither are confidential, and are sent in clear text. However, they must be signed, such that a MITM cannot hijack the handshake. As an example, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 works as follow:[[File:Dhe_params.png|frame|server key exchange message as displayed in Wireshark]][[File:Dhe_client_params.png|frame|client key exchange message as displayed in Wireshark]]# Server sends Client a [http://tools.ietf.org/html/rfc5246#section-7.4.3 SERVER KEY EXCHANGE] message during the SSL Handshake. The message contains:## Prime number ''p''## Generator ''g''## Server's Diffie-Hellman public value ''A = g^X mod p'', where ''X'' is a private integer chosen by the server at random, and never shared with the client. (note: A is called ''pubkey'' in wireshark)## signature ''S'' of the above (plus two random values) computed using the Server's private RSA key# Client verifies the signature ''S''# Client sends server a [http://tools.ietf.org/html/rfc5246#section-7.4.7 CLIENT KEY EXCHANGE] message. The message contains:## Client's Diffie-Hellman public value ''B = g^Y mod p'', where ''Y'' is a private integer chosen at random and never shared. (note: B is called ''pubkey'' in wireshark)# The Server and the Client can now calculate the pre-master secret using each other's public values:## server calculates ''PMS = B^X mod p''## client calculates ''PMS = A^Y mod p''# Client sends a [http://tools.ietf.org/html/rfc5246#section-7.1 CHANGE CIPHER SPEC] message to the server, and both parties continue the handshake using ENCRYPTED HANDSHAKE MESSAGES The size of the prime number ''p'' constrains the size of the pre-master key ''PMS'', because of the modulo operation. A smaller prime almost means weaker values of ''A'' and ''B'', which could leak the secret values ''X'' and ''Y''. Thus, the prime ''p'' should not be smaller than the size of the RSA private key. == Pre-defined DHE groups == Instead of using pre-configured DH groups, or generating their own with "openssl dhparam", operators should use the pre-defined DH groups ffdhe2048, ffdhe3072 or ffdhe4096 recommended by the IETF in [RFC 7919 https://tools.ietf.org/html/rfc7919]. These groups are audited and may be more resistant to attacks than ones randomly generated. Note: if you must support old Java clients, Dh groups larger than 1024 bits may block connectivity (see [[#DHE_and_Java]]). === ffdhe2048 ===<source>-----BEGIN DH PARAMETERS-----MIIBCAKCAQEA//////////+t+FRYortKmq/cViAnPTzx2LnFg84tNpWp4TZBFGQz+8yTnc4kmz75fS/jY2MMddj2gbICrsRhetPfHtXV/WVhJDP1H18GbtCFY2VVPe0a87VXE15/V8k1mE8McODmi3fipona8+/och3xWKE2rec1MKzKT0g6eXq8CrGCsyT7YdEIqUuyyOP7uWrat2DX9GgdT0Kj3jlN9K5W7edjcrsZCwenyO4KbXCeAvzhzffi7MA0BM0oNC9hkXL+nOmFg/+OTxIy7vKBg8P+OxtMb61zO7X8vC7CIAXFjvGDfRaDssbzSibBsu/6iGtCOGEoXJf//////////wIBAg==-----END DH PARAMETERS-----</source> === ffdhe3072 ===<source>-----BEGIN DH PARAMETERS-----MIIBiAKCAYEA//////////+t+FRYortKmq/cViAnPTzx2LnFg84tNpWp4TZBFGQz+8yTnc4kmz75fS/jY2MMddj2gbICrsRhetPfHtXV/WVhJDP1H18GbtCFY2VVPe0a87VXE15/V8k1mE8McODmi3fipona8+/och3xWKE2rec1MKzKT0g6eXq8CrGCsyT7YdEIqUuyyOP7uWrat2DX9GgdT0Kj3jlN9K5W7edjcrsZCwenyO4KbXCeAvzhzffi7MA0BM0oNC9hkXL+nOmFg/+OTxIy7vKBg8P+OxtMb61zO7X8vC7CIAXFjvGDfRaDssbzSibBsu/6iGtCOGEfz9zeNVs7ZRkDW7w09N75nAI4YbRvydbmyQd62R0mkff37lmMsPrBhtkcrv4TCYUTknC0EwyTvEN5RPT9RFLi103TZPLiHnH1S/9croKrnJ32nuhtK8UiNjoNq8Uhl5sN6todv5pC1cRITgq80Gv6U93vPBsg7j/VnXwl5B0rZsYuN///////////AgEC-----END DH PARAMETERS-----</source=== ffdhe4096 ===<source>-----BEGIN DH PARAMETERS-----MIICCAKCAgEA//////////+t+FRYortKmq/cViAnPTzx2LnFg84tNpWp4TZBFGQz+8yTnc4kmz75fS/jY2MMddj2gbICrsRhetPfHtXV/WVhJDP1H18GbtCFY2VVPe0a87VXE15/V8k1mE8McODmi3fipona8+/och3xWKE2rec1MKzKT0g6eXq8CrGCsyT7YdEIqUuyyOP7uWrat2DX9GgdT0Kj3jlN9K5W7edjcrsZCwenyO4KbXCeAvzhzffi7MA0BM0oNC9hkXL+nOmFg/+OTxIy7vKBg8P+OxtMb61zO7X8vC7CIAXFjvGDfRaDssbzSibBsu/6iGtCOGEfz9zeNVs7ZRkDW7w09N75nAI4YbRvydbmyQd62R0mkff37lmMsPrBhtkcrv4TCYUTknC0EwyTvEN5RPT9RFLi103TZPLiHnH1S/9croKrnJ32nuhtK8UiNjoNq8Uhl5sN6todv5pC1cRITgq80Gv6U93vPBsg7j/VnXwl5B0rZp4e8W5vUsMWTfT7eTDp5OWIV7asfV9C1p9tGHdjzx1VA0AEh/VbpX4xzHpxNciG77Qxiu1qHgEtnmgyqQdgCpGBMMRtx3j5ca0AOAkpmaMzy4t6Gh25PXFAADwqTs6p+Y0KzAqCkc3OyX3Pjsm1Wn+IpGtNtahR9EGC4caKAH5eZV9q//////////8CAQI=-----END DH PARAMETERS-----</source> == DHE and ECDHE support ==Most modern clients that support both ECDHE and DHE typically prefer the former, because ECDHE provides faster handshakes than DHE ([http://vincent.bernat.im/en/blog/2011-ssl-perfect-forward-secrecy.html], [http://nmav.gnutls.org/2011/12/price-to-pay-for-perfect-forward.html]). Unfortunately, some widely used clients lack support for ECDHE and must then rely on DHE to provide perfect forward secrecy:* Android < 3.0.0* Java < 7* OpenSSL < 1.0.0 Note that schannel on Windows XP technically support DHE, but only with DSA keys, making it unusable on the internet in practice. == DHE and Java ==Java 6 and 7 do not support Diffie-Hellman parameters larger than 1024 bits. If your server expects to receive connections from java 6 clients and wants to enable PFS, it must provide a DHE parameter of 1024 bits. If keeping the compatibility with Java < 7 is a necessity, thus preventing the use of large DH keys, three solutions are available:* using custom 1024-bit DH parameters, different from Oakley group 2, preferably generated with '''openssl dhparam 1024''' ;* if the software used does not support custom DH parameters, like Apache HTTPd < 2.2.30, it is possible to keep using the 1024-bit DH Oakley group 2, knowing these clients may be at risk of a compromise;* it is also possible to completely disable DHE. This means that clients not supporting ECDHE will be reverting to static RSA, giving up Forward Secrecy. The case of Java 7 is a bit different. Java 7 supports ECDHE ciphers, so if the server provides ECDHE and prioritizes it before DHE ciphers using server side ordering, then Java 7 will use ECDHE and not care about the size of the DHE parameter. In this situation, the server can use 2048 bits DHE parameters for all other clients. However, if the server does not support ECDHE, then Java 7 will use DHE and fail if the parameter is larger than 1024 bits. When failing, the handshake will not attempt to fall back to the next cipher in line, but simply fail with the error "java.lang.RuntimeException: Could not generate DH keypair". {| class="wikitable"|-! Java supported !! ECDHE prioritized !! smallest DH parameter size|-| 6 || irrelevant || 1024|-| 7 || NO || 1024|-| 7 || YES || 2048|-| 8 || irrelevant || 2048|}  = OCSP Stapling =When connecting to a server, clients should verify the validity of the server certificate using either a Certificate Revocation List (CRL), or an Online Certificate Status Protocol (OCSP) record. The problem with CRL is that the lists have grown huge and takes forever to download. OCSP is much more lightweight, as only one record is retrieved at a time. But the side effect is that OCSP requests must be made to a 3rd party OCSP responder when connecting to a server, which adds latency and potential failures. In fact, the OCSP responders operated by CAs are often so unreliable that browser will fail silently if no response is received in a timely manner. This reduces security, by allowing an attacker to DoS an OCSP responder to disable the validation. The solution is to allow the server to send its cached OCSP record during the TLS handshake, therefore bypassing the OCSP responder. This mechanism saves a roundtrip between the client and the OCSP responder, and is called OCSP Stapling. The server will send a cached OCSP response only if the client requests it, by announcing support for the '''status_request''' TLS extension in its CLIENT HELLO. [[File:OCSP_Stapling.png]] Most servers will cache OCSP response for up to 48 hours. At regular intervals, the server will connect to the OCSP responder of the CA to retrieve a fresh OCSP record. The location of the OCSP responder is taken from the Authority Information Access field of the signed certificate. For example, with StartSSL: <pre>Authority Information Access: OCSP - URI:http://ocsp.startssl.com/sub/class1/server/ca</pre> Support for OCSP Stapling can be tested using the '''-status''' option of the OpenSSL client. <pre>$ openssl s_client -connect monitor.mozillalabs.com:443 -status...======================================OCSP Response Data: OCSP Response Status: successful (0x0) Response Type: Basic OCSP Response Version: 1 (0x0)...</pre> = Session Resumption = Session Resumption is the ability to reuse the session secrets previously negotiated between a client and a server for a new TLS connection. This feature greatly increases the speed establishment of TLS connections after the first handshake, and is very useful for connections that use Perfect Forward Secrecy with a slow handshake like DHE. Session Resumption can be performed using one of two methods: # session identifier: When establishing a first session, the server generates an arbitrary session ID sent to the client. On subsequent connections, the client sends the session ID in the CLIENT HELLO message, indicating to the server it wants to reuse an existing state. If the server can find a corresponding state in its local cache, it reuse the session secrets and skips directly to exchanging encrypted data with the client. If the cache stored on the server is compromised, session keys from the cache can be used to decrypt past and future sessions.# session tickets: Storing a cache on the server might be problematic for systems that handle very large numbers of clients. Session tickets provide an alternative where the server sends the encrypted state (ticket) to the client instead of storing it in its local cache. The client can send back the encrypted state to the server in subsequent connections, thus allowing session resumption. This method requires symmetric keys on the server to encrypt and decrypt session tickets. If the keys are compromised, an attacker obtains access to session keys and can decrypt past and future sessions. Session resumption is a very useful performance feature of TLS, but also carries a significant amount of risk. Most servers do not purge sessions or ticket keys, thus increasing the risk that a server compromise would leak data from previous (and future) connections. The current recommendation for web servers is to enable session resumption and benefit from the performance improvement, but to restart servers daily when possible. This ensure that sessions get purged and ticket keys get renewed on a regular basis. = HSTS: HTTP Strict Transport Security = [https://tools.ietf.org/html/rfc6797 HSTS] is a HTTP header sent by a server to a client, indicating that the current site must only be accessed over HTTPS until expiration of the HSTS value is reached. The header format is very simple, composed only of a '''max-age''' parameter that indicates when the directive should expire. max-age is expressed in seconds. A typical value is 15768000 seconds, or 6 months.<pre>Strict-Transport-Security: max-age=15768000</pre> HSTS is becoming more and more of a standard, but should only be used when the site's operators are confident that HTTPS will be available continuously for the duration of max-age. Once the HSTS header is sent to client, HTTPS cannot be disabled on the site until the last client has expired its HSTS record. = HPKP: Public Key Pinning Extension for HTTP = See [http://tools.ietf.org/html/rfc7469 RFC7469]. HPKP is an '''experimental''' HTTP header sent by a server to a client, to indicate that some certificates related to the site should be pinned in the client. The client would thus refuse to establish a connection to the server if the pining does not comply. Due to its experimental nature, HPKP is currently '''not''' recommended on production sites. More informations can be found on the [https://developer.mozilla.org/en-US/docs/Web/Security/Public_Key_Pinning MDN description page]. = Certificates Switching = Certificates Switching is a technique by which a server provides a different X.509 certificate to a client based on specific selection criteria. This technique is used primarily to maintain backward compatibility with very old clients, such as Internet Explorer 6 on Windows XP SP2. On XPSP2, IE6 is only able to establish connections to servers that provide a certificate signed with sha1WithRSAEncryption. Those certificates are not issued by modern CAs anymore, and all sites have been encouraged to upgrade to SHA-256 certificates. As modern browsers gradually block connections backed by SHA-1 certificates, sites that need to maintain compatibility with XPSP2 must implement certificates switching to provide a SHA-1 cert to old clients and a SHA-256 cert to modern ones. Certificate switching can be implemented in various ways. A simplistic approach is to select the certificate based on the protocol version (SHA-256 to TLS clients, SHA-1 to SSLv3 ones). A more sophisticated approach consists at looking inside the CLIENT HELLO for SHA-256 support in the "signature_algorithms" extension. Few servers currently support cert switching. It is possible to implement it using [https://jve.linuxwall.info/blog/index.php?post/2015/10/04/SHA1/SHA256-certificate-switching-with-HAProxy HAProxy], and vendors like Cloudflare propose it in their offering. = Recommended Server Configurations = All configuration samples have been moved to the configuration generator and the [[Security/TLS_Configurations]] archive. Access the generator by clicking the image below: [[Image:Server-side-tls-config-generator.png|link=https://mozilla.github.io/server-side-tls/ssl-config-generator/]] = Tools === CipherScan == See https://github.com/jvehent/cipherscan Cipherscan is a small Bash script that connects to a target and list the preferred Ciphers. It's an easy way to test a web server for available ciphers, PFS key size, elliptic curves, support for OCSP Stapling, TLS ticket lifetime and certificate trust. <source lang="bash">$ ./cipherscan jve.linuxwall.info..........................prio ciphersuite protocols pfs_keysize1 ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 ECDH,P-256,256bits2 ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 ECDH,P-256,256bits3 DHE-RSA-AES256-GCM-SHA384 TLSv1.2 DH,4096bits4 DHE-RSA-AES128-GCM-SHA256 TLSv1.2 DH,4096bits5 ECDHE-RSA-AES128-SHA256 TLSv1.2 ECDH,P-256,256bits6 ECDHE-RSA-AES128-SHA TLSv1,TLSv1.1,TLSv1.2 ECDH,P-256,256bits7 ECDHE-RSA-AES256-SHA384 TLSv1.2 ECDH,P-256,256bits8 ECDHE-RSA-AES256-SHA TLSv1,TLSv1.1,TLSv1.2 ECDH,P-256,256bits9 DHE-RSA-AES128-SHA256 TLSv1.2 DH,4096bits10 DHE-RSA-AES128-SHA TLSv1,TLSv1.1,TLSv1.2 DH,4096bits11 DHE-RSA-AES256-SHA256 TLSv1.2 DH,4096bits12 AES128-GCM-SHA256 TLSv1.213 AES256-GCM-SHA384 TLSv1.214 ECDHE-RSA-DES-CBC3-SHA TLSv1,TLSv1.1,TLSv1.2 ECDH,P-256,256bits15 EDH-RSA-DES-CBC3-SHA TLSv1,TLSv1.1,TLSv1.2 DH,4096bits16 DES-CBC3-SHA TLSv1,TLSv1.1,TLSv1.217 DHE-RSA-AES256-SHA TLSv1,TLSv1.1,TLSv1.2 DH,4096bits18 DHE-RSA-CAMELLIA256-SHA TLSv1,TLSv1.1,TLSv1.2 DH,4096bits19 AES256-SHA256 TLSv1.220 AES256-SHA TLSv1,TLSv1.1,TLSv1.221 CAMELLIA256-SHA TLSv1,TLSv1.1,TLSv1.222 DHE-RSA-CAMELLIA128-SHA TLSv1,TLSv1.1,TLSv1.2 DH,4096bits23 AES128-SHA256 TLSv1.224 AES128-SHA TLSv1,TLSv1.1,TLSv1.225 CAMELLIA128-SHA TLSv1,TLSv1.1,TLSv1.2 Certificate: trusted, 2048 bit, sha1WithRSAEncryption signatureTLS ticket lifetime hint: 300OCSP stapling: supported</source> == SSL Labs (Qualys) == Available here: https://www.ssllabs.com/ssltest/
Qualys SSL Labs provides <p style="max-width: 60em;">We also maintain a comprehensive SSL testing suite. GlobalSign has a modified interface of SSL Labs that is interesting as well: [https://sslcheckstatics.globalsigntls.com/ = Attacks on SSL and TLS === BEAST (CVE-2011-3389) == Beast is a vulnerability in the Initialization Vector (IV) of the CBC mode of AES, Camellia and a few other ciphers that use CBC modesecurity. The attack allows a MITM attacker to recover plaintext values by encrypting the same message multiple times. BEAST is mitigated in TLS1.1 and above. more: https://blog.torprojectmozilla.org/blog/tor-andserver-beastside-ssltls-attack == LUCKY13 == Lucky13 is another attack on CBC mode that listen for padding checks to decrypt ciphertextconfmore: https://www.imperialviolet.org/2013/02/04/luckythirteen.html == RC4 weaknesses == As of February 2015, the IETF explicitely prohibits the use of RC4: [http://www.ietf.org/rfc/rfc7465.txt RFC 7465]. It has been proven that RC4 biases in the first 256 bytes of a cipherstream can be used to recover encrypted text. If the same data is encrypted a very large number of times, then an attacker can apply statistical analysis to the results and recover the encrypted text. While hard to perform, this attack shows that it is time to remove RC4 from the list of trusted ciphers. In a public discussion ([https://bugzilla.mozilla.org/show_bug.cgi?id=927045 bug 927045json rolling version]), it has been recommended to replace RC4 with 3DES. This would impact Internet Explorer 7 and 8 users that, depending on the OS, do not support AES, and will negotiate only RC4 or 3DES ciphers. Internet Explorer uses the cryptographic library “schannel”, which is OS dependent. schannel supports AES in Windows Vista, but not in Windows XP. While 3DES provides more resistant cryptography, it is also 30 times slower and more cpu intensive than RC4. For large web infrastructure, the CPU cost of replacing RC4 with 3DES is non-zero. For this reason, we recommend that administrators evaluate their traffic patternsthese recommendations, and make the decision of replacing RC4 with 3DES on a per-case basis. At Mozilla, we evaluated that the impact on CPU usage is minor, and thus decided to replace RC4 with 3DES where backward compatibility is required. The root cause of the problem is information leakage caveat that occurs when data is compressed prior to encryption. If someone can repeatedly inject and mix arbitrary content with some sensitive and relatively predictable data, and observe the resulting encrypted stream, then he will be able to extract the unknown data from it. more: https://community.qualys.com/blogs/securitylabs/2012/09/14/crime-information-leakage-attack-against-ssltls == BREACH == This is a more complex attack than CRIME, which does not require TLS-level compression (it still needs HTTP-level compression). In order to be successful, it requires to: # Be served from a server that uses HTTP-level compression# Reflect user-input in HTTP response bodies# Reflect a secret (such as a CSRF token) in HTTP response bodies more: http://breachattack.com/ == POODLE ([http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-3566 CVE-2014-3566]) == POODLE is an attack on the padding used by SSLv3. It is a significant improvement of the BEAST attack which led the cryptography community to recommend disabling SSLv3 globally. <blockquote>they may change ''If you can arrange the message to be the correct length then the last block is 15 arbitrary bytes and the padding length (15). Then you arrange an interesting byte to be in the last position of a different block and duplicate that block to the end. If the record is accepted, then you know what the last byte contained because it decrypted to 15.'without warning'''Thus the attacker needs to be able to control some of the plaintext in order to align things in the messages and needs to be able to burn lots of connections (256 per byte, roughly). Thus a secret needs to be repeated in connection after connection (i.e. a cookie).'' source: Adam Langley in https://bugzilla.mozilla.org/show_bug.cgi?id=1076983#c29</blockquote> Daniel Stenberg (Mozilla, cUrl) has a good description of the exploitability of POODLE in http://daniel.haxx.se/blog/2014/10/17/curl-is-no-poodle/ Our guidelines maintain support for SSLv3 in the Old configuration only. This is required for clients on Windows XP service pack 1 & 2 that do not have support for TLSv1.0. Internet Explorer and Chrome on those platforms are impacted. Mozilla wants to be reachable from very old clients, to allow them to download a better browser. Therefore, we maintain SSLv3 'without providing backwards compatibility on a limited number of sites'''. But all sites that do not need that level of compatibility are encouraged As it may break things if you use it to implement the Intermediate configuration == Logjam attack on weak Diffie-Hellman == The Logjam attack describes methods of attacking TLS automatically configure your servers supporting DHE export cipherswithout review, and with weak (<= 1024 bit) Diffie Hellman groups. Modern TLS must we recommend you use DH parameters of 2048 bits and above, or only use ECDHE. The modern configuration in this guide provide configurations that are not impacted by this issue. The intermediate and old configurations are impacted, and administrators are encourage to use DH parameters of 2048 bits wherever possible. more: the [https://weakdhstatics.org = SSL and TLS Settings === SPDY == (see also http://entls.wikipediasecurity.org/wiki/SPDY and http://www.chromiummozilla.org/spdy/spdy-protocol) SPDY is a protocol that incorporate TLS, which attempts to reduce latency when loading pages. It is currently not an HTTP standard (albeit it is being drafted for HTTP 2.0), but is widely supported. SPDY version 3 is vulnerable to the CRIME attack (see also http://zoompf.com/2012/09/explaining-the-crime-weakness-inserver-spdyside-andtls-ssl) conf- this is due to the use of compression5. Clients currently implement a non-standard hack in with gzip in order to circumvent the vulnerability0. SPDY json version 4 is planned to include a proper fix. == TLS tickets (RFC 5077) == Once a TLS handshake has been negotiated between the server and the client, both may exchange a session ticket, which contains the session and is usually encrypted with AES-CBC 128bit. This AES key is generally static and only regenerated when the web server is restarted (with recent versions of Apache, it's stored in a specific file and also kept upon restarts). The key that encrypts TLS tickets in servers is very hard to manage and potentially introduces a security risk if not renewed regularly: if a server is breached, the key can be stolen and used to decrypt recorded TLS tickets, thus leaking session keys. TLS tickets do bring a performance benefit because of session resumption, but administrators that are more concerned about security than performance may want to disable them entirely. The trade-off we recommend is to implement restarts of web servers and force deletion of local caches to renew encryption keys. more information: https://media.blackhat.com/us-13/US-13-Daigniere-TLS-Secrets-Slides.pdf = Cipher suites = Different libraries support different cipher suites and refer to them by different names. Mozilla maintains a list of [[Security/Cipher Suites|all known cipher suites]] and their corresponding names. == GnuTLS ciphersuite == Unlike OpenSSL, GnuTLS will panic if you give it ciphers aren't supported by the library. That makes it very difficult to share a default ciphersuite to use in GnuTLS. The next best thing is using the following ciphersuite, and removing the components that break on your own version: '''NONE:+VERS-TLS1.2:+VERS-TLS1.1:+VERS-TLS1.0:+ECDHE-RSA:+DHE-RSA:+RSA:+AES-128-GCM:+AES-128-CBC:+AES-256-CBC:+SIGN-RSA-SHA256:+SIGN-RSA-SHA384:+SIGN-RSA-SHA512:+SIGN-RSA-SHA224:+SIGN-RSA-SHA1:+SIGN-DSA-SHA256:+SIGN-DSA-SHA224:+SIGN-DSA-SHA1:+CURVE-ALL:+AEAD:+SHA256:+SHA384:+SHA1:+COMP-NULL''' A ciphersuite can be tested in GnuTLS using '''gnutls-cli'''. <source code=bash>$ gnutls-cli --versiongnutls-cli 3.1.26 $ gnutls-cli -l --priority NONE:+VERS-TLS1.2:+VERS-TLS1.1:+VERS-TLS1.0:+ECDHE-RSA:+DHE-RSA:+RSA:+AES-128-GCM:+AES-128-CBC:+AES-256-CBC:+SIGN-RSA-SHA256:+SIGN-RSA-SHA384:+SIGN-RSA-SHA512:+SIGN-RSA-SHA224:+SIGN-RSA-SHA1:+SIGN-DSA-SHA256:+SIGN-DSA-SHA224:+SIGN-DSA-SHA1:+CURVE-ALL:+AEAD:+SHA256:+SHA384:+SHA1:+COMP-NULLCipher suites for NONE:+VERS-TLS1.2:+VERS-TLS1.1:+VERS-TLS1.0:+ECDHE-RSA:+DHE-RSA:+RSA:+AES-128-GCM:+AES-128-CBC:+AES-256-CBC:+SIGN-RSA-SHA256:+SIGN-RSA-SHA384:+SIGN-RSA-SHA512:+SIGN-RSA-SHA224:+SIGN-RSA-SHA1:+SIGN-DSA-SHA256:+SIGN-DSA-SHA224:+SIGN-DSA-SHA1:+CURVE-ALL:+AEAD:+SHA256:+SHA384:+SHA1:+COMP-NULLTLS_ECDHE_RSA_AES_128_GCM_SHA256 0xc0, 0x2f TLS1.2TLS_ECDHE_RSA_AES_128_CBC_SHA256 0xc0, 0x27 TLS1.0TLS_ECDHE_RSA_AES_128_CBC_SHA1 0xc0, 0x13 SSL3.0TLS_ECDHE_RSA_AES_256_CBC_SHA1 0xc0, 0x14 SSL3.0TLS_DHE_RSA_AES_128_GCM_SHA256 0x00, 0x9e TLS1.2TLS_DHE_RSA_AES_128_CBC_SHA256 0x00, 0x67 TLS1.0TLS_DHE_RSA_AES_128_CBC_SHA1 0x00, 0x33 SSL3.0TLS_DHE_RSA_AES_256_CBC_SHA256 0x00, 0x6b TLS1.0TLS_DHE_RSA_AES_256_CBC_SHA1 0x00, 0x39 SSL3.0TLS_RSA_AES_128_GCM_SHA256 0x00, 0x9c TLS1.2TLS_RSA_AES_128_CBC_SHA256 0x00, 0x3c TLS1.0TLS_RSA_AES_128_CBC_SHA1 0x00, 0x2f SSL3.0TLS_RSA_AES_256_CBC_SHA256 0x00, 0x3d TLS1.0TLS_RSA_AES_256_CBC_SHA1 0x00, 0x35 SSL3.0 Certificate types: noneProtocols: VERS-TLS1.2, VERS-TLS1.1, VERS-TLS1.0Compression: COMP-NULLElliptic curves: CURVE-SECP256R1, CURVE-SECP384R1, CURVE-SECP521R1PK-signatures: SIGN-RSA-SHA256, SIGN-RSA-SHA384, SIGN-RSA-SHA512, SIGN-RSA-SHA224, SIGN-RSA-SHA1, SIGN-DSA-SHA256, SIGN-DSA-SHA224, SIGN-DSA-SHA1</source> A good way to debug the ciphersuite is by performing a test connection. If the ciphersuite isn't supported, gnutls-cli will stop reading it at the component that is causing the issueinstead.<source code=bash>$ gnutls-cli --debug 9999 google.com --priority 'NONE:+VERS-TLS1.2:+VERS-TLS1.1:+VERS-TLS1.0:+ECDHE-RSA:+DHE-RSA:+RSA:+AES-128-GCM:+AES-128-CBC:+AES-256-CBC:+SIGN-RSA-SHA256:+SIGN-RSA-SHA384:+SIGN-RSA-SHA512:+SIGN-RSA-SHA224:+SIGN-RSA-SHA1:+SIGN-DSA-SHA256:+SIGN-DSA-SHA224:+SIGN-DSA-SHA1:+CURVE-ALL:+AEAD:+SHA256:+SHA384:+SHA1:+COMP-NULL'|<2>| ASSERT: gnutls_priority.c:812Syntax error at: +SIGN-RSA-SHA224:+SIGN-RSA-SHA1:+SIGN-DSA-SHA256:+SIGN-DSA-SHA224:+SIGN-DSA-SHA1:+SHA256:+SHA384:+SHA1:+COMP-NULL</sourcep>In the example above, the component SIGN-RSA-SHA224 is not supported by this version of gnutls and should be removed from the ciphersuite.
= Version History =
! Editor
! Changes
|-
| style="text-align: center;" | 5.0
| style="text-align: center;" | April King
| Server Side TLS 5.0
|-
| style="text-align: center;" | 4.2
Antispam, confirm
99
edits

Navigation menu