The post-quantum transition just took another important step forward.
RFC 10024, “Post-Quantum Traditional (PQ/T) Hybrid Key Agreement Mechanisms for TLS 1.3,” is now officially an IETF Standards Track RFC. It defines standardized hybrid key-exchange mechanisms that combine traditional elliptic-curve cryptography with ML-KEM, the post-quantum algorithm standardized by NIST.
For organizations preparing their infrastructure for the post-quantum era, this is an important milestone.
From experimental deployments to a standard
The work behind RFC 10024 has been evolving for several years, starting with experimental TLS deployments using Kyber and later transitioning to ML-KEM as NIST finalized its post-quantum standard.
The specification now defines three hybrid groups:
-
X25519MLKEM768 — X25519 + ML-KEM-768
-
SecP256r1MLKEM768 — P-256 + ML-KEM-768
-
SecP384r1MLKEM1024 — P-384 + ML-KEM-1024
The key idea is hybrid security: combine a traditional key agreement with a post-quantum one rather than immediately replacing the traditional algorithm.
This provides a practical migration path for TLS 1.3 deployments.
Why hybrid TLS matters
For most organizations, moving to post-quantum cryptography isn't going to happen through a single “switch.”
Modern infrastructure contains browsers, APIs, load balancers, service-to-service communication, mobile applications, embedded systems, and third-party integrations. Replacing the underlying cryptography everywhere at once would be extremely difficult.
Hybrid key exchange provides a more incremental approach.
With RFC 10024, a TLS connection can use both a traditional mechanism such as X25519 and a post-quantum mechanism such as ML-KEM. The resulting shared secret incorporates both exchanges.
That means organizations can begin deploying post-quantum protection while retaining compatibility with the traditional cryptographic ecosystem they already depend on.
What this enables for organizations
The publication of RFC 10024 gives organizations a clearer target for their TLS migration strategies.
Instead of building around experimental Kyber-based mechanisms, teams can begin planning around standardized ML-KEM hybrid groups.
That matters for several reasons:
A defined interoperability target. Vendors, infrastructure providers, and application teams now have a common specification for how these TLS key exchanges should work.
A migration path rather than a cliff. Organizations can introduce post-quantum protection alongside existing cryptography instead of requiring an immediate wholesale replacement.
Protection against “harvest now, decrypt later.” Data captured today could potentially be decrypted in the future if sufficiently capable quantum computers become available. Hybrid key exchange is one tool organizations can use to begin addressing that risk for data protected by TLS.
A foundation for broader adoption. Standardization makes it easier for TLS libraries, proxies, load balancers, cloud services, and other infrastructure to converge on compatible implementations.
The bigger post-quantum migration
RFC 10024 doesn't solve the entire post-quantum migration problem.
Organizations still need to understand where cryptography is used, identify long-lived sensitive data, assess dependencies, evaluate algorithms and protocols beyond TLS, and build a roadmap for upgrading systems that cannot be changed quickly.
But TLS is a particularly important part of that journey.
For organizations that have been waiting for the post-quantum ecosystem to move from experimentation toward standardized, deployable technology, RFC 10024 is a significant signal.
The industry now has a standardized way to combine traditional TLS key exchange with ML-KEM.
That makes the next phase less about asking “Is post-quantum TLS coming?” and more about asking:
“Where should we deploy it first?”
RFC 10024 provides one of the building blocks for answering that question.