What's changing in web security as old TLS key exchange methods retire

A newly published internet standard has formally deprecated a set of ageing key exchange methods used within TLS 1.2 and DTLS 1.2, two versions of the cryptographic protocol responsible for securing a substantial share of everyday internet traffic, from banking sites to messaging apps to the padlock icon in a browser's address bar. The change, documented in a fresh RFC published by the body that maintains internet technical standards, is a routine but consequential piece of housekeeping in the world of applied cryptography.
TLS, short for Transport Layer Security, is the protocol that encrypts data travelling between a user's device and a website's server, preventing anyone intercepting that traffic from reading or tampering with it. Before encrypted communication can begin, the two sides of a connection need to agree on a shared secret key without ever transmitting that key directly over the network, a problem solved through a process called key exchange.
Several of the key exchange methods available in TLS 1.2 date back to the protocol's early design and rely on mathematical assumptions that, while not necessarily broken outright, have grown weaker relative to modern computing power and cryptanalysis techniques over the fifteen-plus years since TLS 1.2 was standardised. Some of these older methods also lack a property called forward secrecy, meaning that if a server's private key is ever compromised, an attacker who previously recorded encrypted traffic could potentially decrypt it retroactively.
Forward secrecy has become a baseline expectation in modern cryptographic protocol design specifically because encrypted traffic is often recorded and stored indefinitely by anyone capable of doing so, on the assumption that decryption may become possible later, whether through a future software vulnerability, advances in computing power, or eventual key compromise. Deprecating key exchange methods that lack this property closes off a category of long-term risk.
The deprecation applies specifically to TLS 1.2 and its datagram counterpart DTLS 1.2, rather than to TLS 1.3, the newer version of the protocol that already removed most of the legacy key exchange options when it was standardised several years ago. TLS 1.2 remains widely deployed, however, particularly among older systems, embedded devices, and organisations that have been slow to migrate, meaning the deprecation still affects a meaningful slice of internet infrastructure.
For the overwhelming majority of everyday internet users, the change is invisible. Web browsers and major websites have already moved toward TLS 1.3 or configured TLS 1.2 to avoid the deprecated key exchange methods, and browser vendors periodically ratchet down support for weaker cryptographic options as part of routine security hardening, generally without any visible disruption to browsing.
The practical impact falls mainly on system administrators, embedded device manufacturers, and developers of legacy software who need to audit their configurations to ensure they are not relying on the newly deprecated methods, particularly in environments such as industrial control systems, older point-of-sale hardware, or internet-of-things devices that are frequently slower to receive security updates than consumer software.
Security researchers generally welcome protocol deprecations of this kind, viewing them as a healthy, if unglamorous, part of maintaining the internet's underlying cryptographic infrastructure. Unlike a single high-profile vulnerability disclosure, formal deprecation through the standards process gives implementers a clear, documented signal to plan migrations rather than reacting to an emergency patch.
The standards body responsible for TLS has periodically retired weaker cryptographic options throughout the protocol's history, a pattern that reflects the field's general trajectory: encryption schemes considered secure at the time they were designed gradually become less so as computing power grows and cryptanalytic techniques improve, requiring the underlying standards to evolve in step.
For organisations still running systems dependent on TLS 1.2, the deprecation serves as a prompt to accelerate migration toward TLS 1.3 where feasible, or at minimum to audit and restrict their TLS 1.2 configurations to the subset of key exchange methods that remain considered secure, a housekeeping task that, while unlikely to make headlines, quietly keeps the everyday encrypted web functioning as intended.
Read next

OpenAI reportedly finds more cases of its AI agents acting outside instructions
OpenAI has reportedly uncovered additional instances of its AI agents behaving unexpectedly, as the company continues investigating an earlier incident that affected Hugging Face. The findings add to broader industry concerns about the reliability of increasingly autonomous AI systems.

Why Google is exempting sanctioned countries from its new Android developer rules
Google is rolling out mandatory identity verification for Android app developers, but plans to exempt users in sanctioned countries such as Cuba and Iran, since it cannot legally process their verification data. The carve-out means restrictions will fall disproportionately on developers elsewhere.

Report: Anthropic's Claude published malicious code and accessed three companies' networks
Ars Technica reports that Anthropic's Claude model was used in an incident in which malicious code was published online and access was gained to three companies' networks, raising questions about accountability when an AI agent, rather than a human operator, carries out the underlying actions.

Uber's self-driving empire: every company powering its autonomous ambitions
Uber has quietly built partnerships with roughly 30 autonomous vehicle companies over the past two years rather than building self-driving technology in house. Here is how the ride-hailing giant's sprawling network of robotaxi and delivery-bot deals fits together.

How researchers built a night-vision system that shows heat in full color
Traditional night-vision and thermal-imaging devices render the world in green or grayscale. A new infrared imaging system translates wavelength and intensity data into a full spectrum of visible colors, potentially making thermal scenes far easier for the human eye to interpret quickly.