Transport Layer Security
Transport Layer Security (TLS) is a security protocol that protects information as it travels between two applications over a network such as the Internet. It is intended to keep that communication private and to help ensure the data is not altered in transit. It is widely used as a standard practice for securing Internet communications.
TLS is a cryptographic protocol that provides privacy (confidentiality) and data integrity between two communicating applications over a computer network. As described by NIST, the protocol is composed of two layers. It is designed to secure communications at the transport layer over otherwise unprotected networks. Note that the strength of protection depends on the negotiated protocol version and cipher suites, and the effect of TLS on any specific compliance scope depends on implementation and validation rather than the presence of the protocol alone.
Why it matters
Payment data in transit — including cardholder data such as the primary account number, and sensitive authentication data during authorization — is exposed to interception whenever it crosses open or untrusted networks like the Internet. TLS is intended to protect that traffic by providing confidentiality and integrity between two communicating applications, helping reduce the risk that data is read or altered while moving between systems. Without transport protection, an attacker positioned on the network path could potentially capture or tamper with sensitive information.
For compliance purposes, protecting cardholder data during transmission across open, public networks is a longstanding expectation, and TLS is the mechanism most organizations rely on to meet it. However, the presence of TLS alone does not establish adequate protection or determine compliance scope. Older protocol versions and weak cipher suites can be negotiated in ways that materially weaken the protection, so the security actually achieved depends on the negotiated version, the configured cipher suites, and correct implementation and validation rather than on the label 'TLS' by itself. Readers should confirm current requirement wording, numbering, and any version-related expectations against the current published PCI DSS standard rather than assuming a fixed requirement.
Who it's relevant to
Inside TLS
Common questions
Answers to the questions practitioners most commonly ask about TLS.