TLS 1.2
TLS 1.2 is a version of the Transport Layer Security protocol, a set of rules that secures information as it travels between two systems over a network such as the Internet. It helps protect data exchanged between a client, such as a web browser, and a server so that it is harder for third parties to read or tamper with that data. It is an updated version of earlier protocols, intended to improve the security of communications.
TLS 1.2 is a cryptographic protocol specified in IETF RFC 5246 that provides communications security over a computer network. It uses a combination of symmetric and asymmetric cryptography to support confidentiality, integrity, and authentication between a client and a server, and is an evolution of prior TLS versions. In payment security contexts, the use of strong cryptography and secure protocols for transmitting cardholder data over open, public networks is a PCI DSS concern; practitioners should confirm which protocol versions and configurations are acceptable against the current published PCI DSS standard, since requirement numbering and wording differ between versions and the evidence provided here does not establish those requirements. The evidence provided describes the protocol itself and does not detail cipher suite selection, deprecation of older TLS versions, or specific configuration guidance beyond the general characterization above.
Why it matters
TLS 1.2 is one of the foundational protocols used to secure data as it moves between systems over networks such as the Internet, including communications between a client, such as a web browser, and a server. In payment security contexts, protecting cardholder data as it travels over open, public networks is a recognized concern under PCI DSS, which addresses the use of strong cryptography and secure protocols for such transmissions. Because a payment transaction can traverse untrusted networks, the protocol used to protect that data in transit is a meaningful part of an organization's overall security posture.
Practitioners should confirm which protocol versions and configurations are acceptable against the current published PCI DSS standard rather than assuming a fixed requirement, since requirement numbering and wording differ between PCI DSS versions and the evidence available here does not establish those specific requirements. It is also important to note that securing data in transit is only one layer of protection; TLS 1.2 helps protect data as it moves between two systems but does not by itself address how data is stored, how endpoints are secured, or how cryptographic parameters such as cipher suites are selected. The evidence provided does not detail cipher suite selection, deprecation of older TLS versions, or specific configuration guidance beyond the general characterization of the protocol.
The distinction between the protocol version and its configuration matters in practice. Naming TLS 1.2 as the protocol in use does not, on its own, describe the strength of the negotiated cipher suites or the overall configuration, and readers should treat the protocol label and its deployment as separate considerations. Organizations should validate their implementations against current guidance rather than relying on the protocol name alone.
Who it's relevant to
Inside TLS
Common questions
Answers to the questions practitioners most commonly ask about TLS.