TLS 1.3
TLS 1.3 is the 2018 version of Transport Layer Security, a widely used protocol that encrypts data as it travels between applications over the internet, such as between a browser and a website. It is designed to be faster and to offer stronger security than the earlier TLS 1.2 version, in part through a streamlined connection setup and improved handling of encryption keys. Like any protocol, its real-world security also depends on how it is implemented and configured.
TLS 1.3, specified in IETF RFC 8446 and defined in August 2018, is version 1.3 of the Transport Layer Security protocol enabling encrypted client/server communication over untrusted networks. Relative to TLS 1.2, it revises the handshake to reduce round trips, removes a number of legacy and weaker cryptographic options, and is designed to provide forward secrecy for its key exchange, so that compromise of a long-term key does not retroactively expose previously recorded session traffic. In a payment security context, TLS commonly protects cardholder data in transit; note that the protocol version itself is distinct from correct deployment, cipher configuration, certificate management, and endpoint controls, and that specific PCI DSS requirements addressing transmission encryption differ by version and should be confirmed against the current published standard. As with any protocol, TLS 1.3 security is subject to implementation-specific vulnerabilities and evolving disclosures over time.
Why it matters
In payment environments, cardholder data frequently moves across untrusted networks, and TLS is the most widely used method of encrypting that data in transit. TLS 1.3, defined in August 2018 in IETF RFC 8446, is intended to improve on TLS 1.2 by streamlining the connection handshake and removing a number of legacy and weaker cryptographic options. This matters to security and compliance teams because the protocol version negotiated between endpoints directly affects the strength of transmission encryption protecting data such as the primary account number as it travels between systems.
A key property of TLS 1.3 is its design for forward secrecy in key exchange, which is intended to ensure that compromise of a long-term key does not retroactively expose previously recorded session traffic. This helps reduce the risk that captured, encrypted traffic could later be decrypted if a server key is compromised. However, the protocol version alone does not determine real-world security: correct deployment, cipher configuration, certificate management, and endpoint controls all shape the actual protection achieved.
Teams should also recognize that TLS 1.3, like any protocol, is subject to implementation-specific vulnerabilities and evolving disclosures over time. Selecting a modern protocol version is one input to secure transmission of cardholder data, but it does not by itself satisfy compliance obligations or eliminate risk. Specific PCI DSS requirements addressing transmission encryption differ by version and should be confirmed against the current published standard rather than assumed.
Who it's relevant to
Inside TLS 1.3
Common questions
Answers to the questions practitioners most commonly ask about TLS 1.3.