- Home
- RFC 10015
RFC 10015: Deprecating Obsolete Key Exchange Methods in TLS 1.2 and DTLS 1.2
- N. Aviram
Abstract
For (D)TLS 1.2, this document deprecates the use of two key exchanges, namely Diffie-Hellman (DH) over a finite field and RSA. It also discourages the use of static Elliptic Curve Diffie-Hellman (ECDH) cipher suites.¶
These prescriptions apply only to (D)TLS 1.2, since (D)TLS 1.0 and TLS 1.1 are deprecated by RFC 8996 and (D)TLS 1.3 either does not use the affected algorithms or does not share the relevant configuration options. (There is no DTLS version 1.1.)¶
This document updates RFCs 4162, 4279, 4346, 4785, 5246, 5288, 5289, 5469, 5487, 5932, 6209, 6347, 6367, 6655, 7905, 8422, and 9325 to either deprecate or discourage the use of cipher suites using the above key exchange methods in (D)TLS 1.2 connections.¶
Status of This Memo
This is an Internet Standards Track document.¶
This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 7841.¶
Information about the current status of this document, any
errata, and how to provide feedback on it may be obtained at
https://
Copyright Notice
Copyright (c) 2026 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://
1. Introduction
(D)TLS 1.2 supports a variety of key exchange algorithms, including RSA, Diffie-Hellman (DH) over a finite field, and Elliptic Curve Diffie-Hellman (ECDH).¶
DH key exchange, over any group, comes in ephemeral and non-ephemeral varieties. Non-ephemeral DH algorithms use static DH public keys included in the authenticating peer's certificate; see [RFC4492] for discussion. In contrast, ephemeral DH algorithms use ephemeral DH public keys sent in the handshake and authenticated by the peer's certificate. Ephemeral and non-ephemeral finite field DH algorithms are called DHE and DH (or FFDHE and FFDH), respectively, and ephemeral and non-ephemeral elliptic curve DH algorithms are called ECDHE and ECDH, respectively [RFC4492].¶
In general, non-ephemeral cipher suites are not recommended due to their lack of
forward secrecy. Moreover, as demonstrated by the Raccoon attack [RACCOON] on finite field DH, public key reuse (either via non-ephemeral cipher suites or reused keys with
ephemeral cipher suites) can lead to timing side channels that may leak connection
secrets. For ECDH, invalid curve attacks similarly exploit secret
reuse in order to break security [ICA], further demonstrating the risk of reusing
public keys. While both side channels can be avoided in implementations
Additionally, RSA key exchange suffers from security problems that are independent of implementation choices as well as problems that stem purely from the difficulty of implementing security countermeasures correctly.¶
At a rough glance, the problems affecting FFDHE in (D)TLS 1.2 are as follows:¶
-
FFDHE suffers from interoperabilit
y problems because there is no mechanism for negotiating the group, and some implementations only support small group sizes (see [RFC7919], Section 1).¶ -
FFDHE groups may have small subgroups, which enables several attacks [SUBGROUPS]. When presented with a custom, non
-standardized FFDHE group, a handshaking client cannot practically verify that the group chosen by the server does not suffer from this problem. There is also no mechanism for such handshakes to fall back to other key exchange parameters that are acceptable to the client. Custom FFDHE groups are widespread (as a result of advice based on [WEAK-DH]). Therefore, clients cannot simply reject handshakes that present custom, and thus potentially dangerous, groups.¶ -
In practice, some operators use 1024-bit FFDHE groups since this is the maximum size that ensures wide support (see [RFC7919], Section 1). This size leaves only a small security margin versus the current discrete log record, which stands at 795 bits [DLOG795].¶
-
Expanding on the previous point, just a handful of very large computations allow an attacker to cheaply decrypt a relatively large fraction of FFDHE traffic (namely, traffic encrypted using particular standardized groups) [WEAK-DH].¶
-
When secrets are not fully ephemeral, FFDHE suffers from the Raccoon side-channel attack [RACCOON]. (Note that FFDH is inherently vulnerable to the Raccoon attack unless constant-time mitigations are employed.)¶
The problems affecting RSA key exchange in (D)TLS 1.2 are as follows:¶
-
RSA key exchange offers no forward secrecy, by construction.¶
-
RSA key exchange may be vulnerable to Bleichenbacher'
s attack [BLEI]. Experience shows that variants of this attack arise every few years because implementing the relevant countermeasure correctly is difficult (see [ROBOT], [NEW-BLEI], and [DROWN]).¶ -
In addition to the above point, there is no convenient mechanism in (D)TLS 1.2 for the domain separation of keys. Therefore, a single endpoint that is vulnerable to Bleichenbacher'
s attack would affect all endpoints sharing the same RSA key (see [XPROT] and [DROWN]).¶
This document updates [RFC4162], [RFC4279], [RFC4346], [RFC4785], [RFC5246], [RFC5288], [RFC5289], [RFC5469], [RFC5487], [RFC5932], [RFC6209], [RFC6347], [RFC6367], [RFC6655], [RFC7905], [RFC8422], and [RFC9325] to remediate the above problems, by deprecating and discouraging the use of affected cipher suites, as listed in Sections 5.2, 5.3, 5.4, and 5.5.¶
BCP 195 [RFC8996] [RFC9325] contains the latest IETF recommendations for users of the (D)TLS protocol (and specifically, (D)TLS 1.2), and this document updates [RFC9325] in several points. Section 6 details the exact differences. All other recommendations in the BCP documents remain valid.¶
1.1. Requirements Language
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
2. Non-Ephemeral Diffie-Hellman
Clients MUST NOT offer and servers MUST NOT select non-ephemeral FFDH cipher suites in (D)TLS 1.2 connections. (Note that (D)TLS 1.0 and TLS 1.1 are deprecated by [RFC8996], and (D)TLS 1.3 does not support FFDH [RFC9846] [RFC9147].) This includes all cipher suites listed in Table 1 in Section 5.1.¶
Clients SHOULD NOT offer and servers SHOULD NOT select non-ephemeral ECDH cipher suites in (D)TLS 1.2 connections. (This requirement is already present in [RFC9325]. Note that (D)TLS 1.0 and TLS 1.1 are deprecated by [RFC8996], and (D)TLS 1.3 does not support ECDH [RFC9846] [RFC9147].) This includes all cipher suites listed in Table 2 in Section 5.2.¶
In addition, to avoid the use of non-ephemeral DH, clients SHOULD NOT use and servers SHOULD NOT accept certificates with fixed DH parameters. These certificate types are rsa_
3. Ephemeral Finite Field Diffie-Hellman
Clients MUST NOT offer and servers MUST NOT select FFDHE cipher suites in (D)TLS 1.2 connections. This includes all cipher suites listed in Table 3 in Section 5.3. (Note that (D)TLS 1.0 and TLS 1.1 are deprecated by [RFC8996].) FFDHE cipher suites in (D)TLS 1.3 do not suffer from the problems presented in Section 1; see [RFC9846] and [RFC9147]. Therefore, clients and servers MAY offer FFDHE cipher suites in (D)TLS 1.3 connections.¶
4. RSA
Clients MUST NOT offer and servers MUST NOT select RSA cipher suites in (D)TLS 1.2 connections. (Note that (D)TLS 1.0 and TLS 1.1 are deprecated by [RFC8996], and (D)TLS 1.3 does not support static RSA [RFC9846] [RFC9147].) This includes all cipher suites listed in Table 4 in Section 5.4. Note that these cipher suites were previously marked as not recommended in the "TLS Cipher Suites" registry [TLS-REGISTRY].¶
5. Updates to Cipher Suites and TLS ClientCertificateType Identifiers
The following subsections mention the use of "D" in the "Recommended" column of the "TLS Cipher Suites" and "TLS Client
5.1. DH Cipher Suites Deprecated by This Document
IANA has set the "Recommended" column to "D" and added this document as a reference for the following entries in the "TLS Cipher Suites" registry [TLS-REGISTRY]:¶
| Cipher Suite | Reference |
|---|---|
| TLS_ |
[RFC4346] |
| TLS_ |
[RFC8996] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC4346] |
| TLS_ |
[RFC8996] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC4346] [RFC6347] |
| TLS_ |
[RFC5246] [RFC6347] |
| TLS_ |
[RFC4346] |
| TLS_ |
[RFC8996] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC4162] |
| TLS_ |
[RFC4162] |
| TLS_ |
[RFC4162] |
| TLS_ |
[RFC5288] |
| TLS_ |
[RFC5288] |
| TLS_ |
[RFC5288] |
| TLS_ |
[RFC5288] |
| TLS_ |
[RFC5288] |
| TLS_ |
[RFC5288] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
5.2. ECDH Cipher Suites Whose Use Is Discouraged by This Document
[RFC9325] specifies that implementations SHOULD NOT negotiate the following cipher suites; accordingly, they appeared with "N" in the "Recommended" column in the IANA "TLS Cipher Suites" registry [TLS-REGISTRY]. Per this document, IANA has updated them to have "D" in the "Recommended" column to align with [RFC9847] (and added this document as a reference for each). This document also records the rationale for discouraging use of these cipher suites, and it cites prior analyses and attacks that demonstrate the associated risks (see Section 8).¶
| Cipher Suite | Reference |
|---|---|
| TLS_ |
[RFC8422] |
| TLS_ |
[RFC8422] [RFC6347] |
| TLS_ |
[RFC8422] |
| TLS_ |
[RFC8422] |
| TLS_ |
[RFC8422] |
| TLS_ |
[RFC8422] |
| TLS_ |
[RFC8422] [RFC6347] |
| TLS_ |
[RFC8422] |
| TLS_ |
[RFC8422] |
| TLS_ |
[RFC8422] |
| TLS_ |
[RFC8422] |
| TLS_ |
[RFC8422] [RFC6347] |
| TLS_ |
[RFC8422] |
| TLS_ |
[RFC8422] |
| TLS_ |
[RFC8422] |
| TLS_ |
[RFC5289] |
| TLS_ |
[RFC5289] |
| TLS_ |
[RFC5289] |
| TLS_ |
[RFC5289] |
| TLS_ |
[RFC5289] |
| TLS_ |
[RFC5289] |
| TLS_ |
[RFC5289] |
| TLS_ |
[RFC5289] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
5.3. DHE Cipher Suites Deprecated by This Document
IANA has set the "Recommended" column to "D" and added this document as a reference for the following entries in the "TLS Cipher Suites" registry [TLS-REGISTRY]:¶
| Cipher Suite | Reference |
|---|---|
| TLS_ |
[RFC4346] |
| TLS_ |
[RFC8996] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC4346] |
| TLS_ |
[RFC8996] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC4785] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC4279] [RFC6347] |
| TLS_ |
[RFC4279] |
| TLS_ |
[RFC4279] |
| TLS_ |
[RFC4279] |
| TLS_ |
[RFC4162] |
| TLS_ |
[RFC4162] |
| TLS_ |
[RFC5288] |
| TLS_ |
[RFC5288] |
| TLS_ |
[RFC5288] |
| TLS_ |
[RFC5288] |
| TLS_ |
[RFC5487] |
| TLS_ |
[RFC5487] |
| TLS_ |
[RFC5487] |
| TLS_ |
[RFC5487] |
| TLS_ |
[RFC5487] |
| TLS_ |
[RFC5487] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6655] |
| TLS_ |
[RFC6655] |
| TLS_ |
[RFC6655] |
| TLS_ |
[RFC6655] |
| TLS_ |
[RFC6655] |
| TLS_ |
[RFC6655] |
| TLS_ |
[RFC7905] |
| TLS_ |
[RFC7905] |
| TLS_ |
[RFC6655] |
| TLS_ |
[RFC6655] |
5.4. RSA Cipher Suites Deprecated by This Document
IANA has set the "Recommended" column to "D" and added this document as a reference for the following entries in the "TLS Cipher Suites" registry [TLS-REGISTRY]:¶
| Cipher Suite | Reference |
|---|---|
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC4346] [RFC6347] |
| TLS_ |
[RFC5246] [RFC6347] |
| TLS_ |
[RFC5246] [RFC6347] |
| TLS_ |
[RFC4346] |
| TLS_ |
[RFC8996] |
| TLS_ |
[RFC4346] |
| TLS_ |
[RFC8996] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC4785] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5246] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC4279] [RFC6347] |
| TLS_ |
[RFC4279] |
| TLS_ |
[RFC4279] |
| TLS_ |
[RFC4279] |
| TLS_ |
[RFC4162] |
| TLS_ |
[RFC5288] |
| TLS_ |
[RFC5288] |
| TLS_ |
[RFC5487] |
| TLS_ |
[RFC5487] |
| TLS_ |
[RFC5487] |
| TLS_ |
[RFC5487] |
| TLS_ |
[RFC5487] |
| TLS_ |
[RFC5487] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC5932] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6209] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6367] |
| TLS_ |
[RFC6655] |
| TLS_ |
[RFC6655] |
| TLS_ |
[RFC6655] |
| TLS_ |
[RFC6655] |
| TLS_ |
[RFC7905] |
5.5. TLS ClientCertificateType Identifiers Deprecated by This Document
IANA has set the "Recommended" column to "D" and added this document as a reference for the following entries in the "TLS Client
6. Updates to RFC 9325
This document updates [RFC9325] with respect to the use of (D)TLS 1.2, and Table 6 lists the exact changes. All of these changes are made in Section 4.1 of [RFC9325].¶
| RFC 9325 | RFC 10015 | |
|---|---|---|
| Non-ephemeral FFDH | SHOULD NOT | MUST NOT |
| Non-ephemeral ECDH | SHOULD NOT | No change |
| Fixed DH certificate types | Unspecified | SHOULD NOT |
| Ephemeral FFDH | SHOULD NOT | MUST NOT |
| Static RSA | SHOULD NOT | MUST NOT |
7. IANA Considerations
The "TLS Cipher Suites" and "TLS Client
For each entry listed in Sections 5.1, 5.2, 5.3, 5.4, and 5.5, IANA has set the "Recommended" column to "D" and updated the entry's Reference column to refer to this document. For information about the use of "D" in the "Recommended" column, see [RFC9847].¶
8. Security Considerations
Non-ephemeral finite field DH cipher suites
As for non-ephemeral ECDH cipher suites
This category includes, but is not necessarily limited to, the following examples:¶
-
Invalid curve attacks, where the attacker exploits key reuse to repeatedly query and eventually learn the key itself. These attacks have been shown to be practical against real-world TLS implementations [ICA].¶
-
Side-channel attacks, where the attacker exploits key reuse and an additional side channel to learn a cryptographic secret. For an example of such an attack, refer to [MAY4].¶
-
Fault attacks, where the attacker exploits key reuse and incorrect calculations to learn a cryptographic secret. For an example of such an attack, see [PARIS256].¶
Such attacks are often implementation
As for ephemeral finite field DH in (D)TLS 1.2
9. References
9.1. Normative References
- [RFC2119]
-
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10
.17487 , , <https:///RFC2119 www >..rfc -editor .org /info /rfc2119 - [RFC4162]
-
Lee, H.J., Yoon, J.H., and J.I. Lee, "Addition of SEED Cipher Suites to Transport Layer Security (TLS)", RFC 4162, DOI 10
.17487 , , <https:///RFC4162 www >..rfc -editor .org /info /rfc4162 - [RFC4279]
-
Eronen, P., Ed. and H. Tschofenig, Ed., "Pre-Shared Key Ciphersuites for Transport Layer Security (TLS)", RFC 4279, DOI 10
.17487 , , <https:///RFC4279 www >..rfc -editor .org /info /rfc4279 - [RFC4346]
-
Dierks, T. and E. Rescorla, "The Transport Layer Security (TLS) Protocol Version 1.1", RFC 4346, DOI 10
.17487 , , <https:///RFC4346 www >..rfc -editor .org /info /rfc4346 - [RFC4785]
-
Blumenthal, U. and P. Goel, "Pre-Shared Key (PSK) Ciphersuites with NULL Encryption for Transport Layer Security (TLS)", RFC 4785, DOI 10
.17487 , , <https:///RFC4785 www >..rfc -editor .org /info /rfc4785 - [RFC5246]
-
Dierks, T. and E. Rescorla, "The Transport Layer Security (TLS) Protocol Version 1.2", RFC 5246, DOI 10
.17487 , , <https:///RFC5246 www >..rfc -editor .org /info /rfc5246 - [RFC5288]
-
Salowey, J., Choudhury, A., and D. McGrew, "AES Galois Counter Mode (GCM) Cipher Suites for TLS", RFC 5288, DOI 10
.17487 , , <https:///RFC5288 www >..rfc -editor .org /info /rfc5288 - [RFC5289]
-
Rescorla, E., "TLS Elliptic Curve Cipher Suites with SHA-256/384 and AES Galois Counter Mode (GCM)", RFC 5289, DOI 10
.17487 , , <https:///RFC5289 www >..rfc -editor .org /info /rfc5289 - [RFC5469]
-
Eronen, P., Ed., "DES and IDEA Cipher Suites for Transport Layer Security (TLS)", RFC 5469, DOI 10
.17487 , , <https:///RFC5469 www >..rfc -editor .org /info /rfc5469 - [RFC5487]
-
Badra, M., "Pre-Shared Key Cipher Suites for TLS with SHA-256/384 and AES Galois Counter Mode", RFC 5487, DOI 10
.17487 , , <https:///RFC5487 www >..rfc -editor .org /info /rfc5487 - [RFC5932]
-
Kato, A., Kanda, M., and S. Kanno, "Camellia Cipher Suites for TLS", RFC 5932, DOI 10
.17487 , , <https:///RFC5932 www >..rfc -editor .org /info /rfc5932 - [RFC6209]
-
Kim, W., Lee, J., Park, J., and D. Kwon, "Addition of the ARIA Cipher Suites to Transport Layer Security (TLS)", RFC 6209, DOI 10
.17487 , , <https:///RFC6209 www >..rfc -editor .org /info /rfc6209 - [RFC6347]
-
Rescorla, E. and N. Modadugu, "Datagram Transport Layer Security Version 1.2", RFC 6347, DOI 10
.17487 , , <https:///RFC6347 www >..rfc -editor .org /info /rfc6347 - [RFC6367]
-
Kanno, S. and M. Kanda, "Addition of the Camellia Cipher Suites to Transport Layer Security (TLS)", RFC 6367, DOI 10
.17487 , , <https:///RFC6367 www >..rfc -editor .org /info /rfc6367 - [RFC6655]
-
McGrew, D. and D. Bailey, "AES-CCM Cipher Suites for Transport Layer Security (TLS)", RFC 6655, DOI 10
.17487 , , <https:///RFC6655 www >..rfc -editor .org /info /rfc6655 - [RFC7905]
-
Langley, A., Chang, W., Mavrogiannopoulo
s, N. , Strombergson, J., and S. Josefsson, "ChaCha20 , RFC 7905, DOI 10-Poly1305 Cipher Suites for Transport Layer Security (TLS)" .17487 , , <https:///RFC7905 www >..rfc -editor .org /info /rfc7905 - [RFC7919]
-
Gillmor, D., "Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for Transport Layer Security (TLS)", RFC 7919, DOI 10
.17487 , , <https:///RFC7919 www >..rfc -editor .org /info /rfc7919 - [RFC8174]
-
Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10
.17487 , , <https:///RFC8174 www >..rfc -editor .org /info /rfc8174 - [RFC8422]
-
Nir, Y., Josefsson, S., and M. Pegourie
-Gonnard , "Elliptic Curve Cryptography (ECC) Cipher Suites for Transport Layer Security (TLS) Versions 1.2 and Earlier", RFC 8422, DOI 10.17487 , , <https:///RFC8422 www >..rfc -editor .org /info /rfc8422 - [RFC8996]
-
Moriarty, K. and S. Farrell, "Deprecating TLS 1.0 and TLS 1.1", BCP 195, RFC 8996, DOI 10
.17487 , , <https:///RFC8996 www >..rfc -editor .org /info /rfc8996 - [RFC9147]
-
Rescorla, E., Tschofenig, H., and N. Modadugu, "The Datagram Transport Layer Security (DTLS) Protocol Version 1.3", RFC 9147, DOI 10
.17487 , , <https:///RFC9147 www >..rfc -editor .org /info /rfc9147 - [RFC9325]
-
Sheffer, Y., Saint-Andre, P., and T. Fossati, "Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)", BCP 195, RFC 9325, DOI 10
.17487 , , <https:///RFC9325 www >..rfc -editor .org /info /rfc9325 - [RFC9846]
-
Rescorla, E., "The Transport Layer Security (TLS) Protocol Version 1.3", RFC 9846, DOI 10
.17487 , , <https:///RFC9846 www >..rfc -editor .org /info /rfc9846 - [RFC9847]
-
Salowey, J. and S. Turner, "IANA Registry Updates for TLS and DTLS", RFC 9847, DOI 10
.17487 , , <https:///RFC9847 www >..rfc -editor .org /info /rfc9847
9.2. Informative References
- [BLEI]
-
Bleichenbacher, D., "Chosen Ciphertext Attacks against Protocols Based on the RSA Encryption Standard PKCS #1", Advances in Cryptology -- CRYPTO'98, Lecture Notes in Computer Science, vol. 1462, pp. 1-12, DOI 10
.1007 , , <https:///BFb0055716 doi >..org /10 .1007 /BFb0055716 - [DLOG795]
-
Boudot, F., Gaudry, P., Guillevic, A., Heninger, N., Thomé, E., and P. Zimmermann, "Comparing the difficulty of factorization and discrete logarithm: a 240-digit experiment", Cryptology ePrint Archive, Paper 2020/697, DOI 10
.1007 , , <https:///978 -3 -030 -56880 -1_ 3 eprint >..iacr .org /2020 /697 - [DROWN]
-
Aviram, N., Schinzel, S., Somorovsky, J., Heninger, N., Dankel, M., Steube, J., Valenta, L., Adrian, D., Halderman, J. A., Dukhovni, V., Käsper, E., Cohney, S., Engels, S., Paar, C., and Y. Shavitt, "DROWN: Breaking TLS using SSLv2", Proceedings of the 25th USENIX Security Symposium, , <https://
drownattack >..com /drown -attack -paper .pdf - [ICA]
-
Jager, T., Schwenk, J., and J. Somorovsky, "Practical invalid curve attacks on TLS-ECDH", ESORICS 2015, Part I, Lecture Notes in Computer Science, vol. 9326, pp. 407-425, DOI 10
.1007 , , <https:///978 -3 -319 -24174 -6_ 21 link >..springer .com /content /pdf /10 .1007 /978 -3 -319 -24174 -6_ 21 .pdf - [MAY4]
-
Genkin, D., Valenta, L., and Y. Yarom, "May the Fourth Be With You: A Microarchitectu
ral Side Channel Attack on Several Real-World Applications of Curve25519" , Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security, DOI 10.1145 , , <https:///3133956 .3134029 dl >..acm .org /doi /pdf /10 .1145 /3133956 .3134029 - [NEW-BLEI]
-
Meyer, C., Somorovsky, J., Weiss, E., Schwenk, J., Schinzel, S., and E. Tews, "Revisiting SSL/TLS Implementations
: New Bleichenbacher Side Channels and Attacks" , Proceedings of the 23rd USENIX Security Symposium, , <https://www >..usenix .org /system /files /conference /usenixsecurity1 4 /sec14 -paper -meyer .pdf - [PARIS256]
-
Devlin, S. and F. Valsorda, "The PARIS256 Attack", , <https://
i >..blackhat .com /us -18 /Wed -August -8 /us -18 -Valsorda -Squeezing -A -Key -Through -A -Carry -Bit -wp .pdf - [RACCOON]
-
Merget, R., Brinkmann, M., Aviram, N., Somorovsky, J., Mittmann, J., and J. Schwenk, "Raccoon Attack: Finding and Exploiting Most
-Significant , , <https://-Bit -Oracles in TLS-DH(E)" raccoon >.-attack .com /Racoon Attack .pdf - [RFC4492]
-
Blake-Wilson, S., Bolyard, N., Gupta, V., Hawk, C., and B. Moeller, "Elliptic Curve Cryptography (ECC) Cipher Suites for Transport Layer Security (TLS)", RFC 4492, DOI 10
.17487 , , <https:///RFC4492 www >..rfc -editor .org /info /rfc4492 - [ROBOT]
-
Boeck, H., Somorovsky, J., and C. Young, "Return Of Bleichenbacher'
s Oracle Threat (ROBOT)" , Proceedings of the 27th USENIX Security Symposium, , <https://www >..usenix .org /system /files /conference /usenixsecurity1 8 /sec18 -bock .pdf - [SUBGROUPS]
-
Valenta, L., Adrian, D., Sanso, A., Cohney, S., Fried, J., Hastings, M., Halderman, J. A., and N. Heninger, "Measuring small subgroup attacks against Diffie-Hellman", Cryptology ePrint Archive, Paper 2016/995, , <https://
eprint >..iacr .org /2016 /995 /20161017 :193515 - [TLS-REGISTRY]
-
IANA, "Transport Layer Security (TLS) Parameters", <https://
www >..iana .org /assignments /tls -parameters - [WEAK-DH]
-
Adrian, D., Bhargavan, K., Durumeric, Z., Gaudry, P., Green, M., Halderman, J. A., Heninger, N., Springall, D., Thomé, E., Valenta, L., VanderSloot, B., Wustrow, E., Zanella
-Béguelin, S. , and P. Zimmermann, "Weak Diffie-Hellman and the Logjam Attack", , <https://weakdh >..org / - [XPROT]
-
Jager, T., Schwenk, J., and J. Somorovsky, "On the Security of TLS 1.3 and QUIC Against Weaknesses in PKCS#1 v1.5 Encryption", Proceedings of the 22nd ACM SIGSAC Conference on Computer and Communications Security, pp. 1185-1196, DOI 10
.1145 , , <https:///2810103 .2813657 doi >..org /10 .1145 /2810103 .2813657
Acknowledgments
This document includes many important contributions from Carrie Bartle, who wrote much of the prose and presented it several times at the IETF TLS WG.¶
The document was inspired by discussions on the TLS WG mailing list and
a suggestion by Filippo Valsorda following the release of the Raccoon attack [RACCOON].
Thanks to Christopher A. Wood for writing up the initial draft of this document.
Thanks also to Thomas Fossati, Sean Turner, Joe Salowey, Yaron Sheffer, Christian Buchgraber, John Preuß Mattsson, and Manuel Pégourié