All posts

Fintech Regulatory Brief

TLS Just Got a Post-Quantum Standard: Why “Supported” Doesn’t Mean “Protected”

September 8, 2026 ·  PQCClear  ·  5 minute read

Last month the internet’s standards body finalized an official way for websites and browsers to use post-quantum encryption. That is genuinely good news. It is also not the whole story, and the missing part is the one worth understanding.

In August 2026 the IETF, the group that writes the technical rulebook the internet runs on, published RFC 10024, a formal standard defining three new ways a browser and a website can agree on post-quantum-safe encryption during a connection. Before this, post-quantum TLS was something companies could experiment with. Now there is an official, agreed-upon way to do it.

A Quick Refresher on What’s Actually Happening

Every time you visit a secure website, your browser and that website’s server do a quick back-and-forth before any real data moves, agreeing on which encryption method they will both use for that specific connection. This is called a handshake, and it happens in a fraction of a second, invisibly, every time. The new standard adds post-quantum options to the menu of methods available during that handshake.

For a bank’s third-party risk team, the practical effect is that a vendor can now point at a named standard rather than a roadmap. That is a real improvement over the answers this space was getting a year ago. It is also the exact point at which most assessments stop asking questions, and the point at which they should keep going.

The Part That’s Easy to Miss

Here is the detail that matters. A real connection to a website rarely goes directly from your browser to one single server. It usually passes through several stops along the way, a content delivery network, a load balancer, a security gateway, before reaching the actual server. Each of those stops does its own separate handshake.

ClientThe browser or app opening the connection
CDNEdge network terminating the first hop
Load balancerDistributes traffic across the fleet
GatewayInspection and policy enforcement
ServerThe application that finally answers
Five hops, five separate handshakes. A post-quantum agreement reached at one of them says nothing about the next.

A website’s connection works the same way. Your browser might support the new post-quantum standard. The company’s server might too. But if the load balancer or gateway sitting in between has not been updated, that one stop can quietly fall back to older, non-post-quantum encryption, without anyone noticing, because the rest of the connection still works fine.

Three Claims That Sound Like One

Once you can see the path, the single word “supported” splits into three quite different statements. They tend to arrive in a vendor response as though they were interchangeable. They are not.

Level 1CapableThe software knows how to do post-quantum encryption
Level 2NegotiatedThis specific connection actually used it, at least at one point
Level 3ProtectedEvery stop along the full path used it, start to finish
A system can be truthfully described at level one while quietly failing at level three.

That gap is exactly why “do you support post-quantum encryption” is the wrong question to ask a vendor. The better question is whether the whole path, every stop along the way, actually uses it, in practice, not just in theory.

What a software list tells you

Capability, at a point in time

  • Which libraries and versions are installed, and which algorithms they are able to negotiate.
  • Whether the vendor has done the engineering work to make post-quantum possible at all.
  • Nothing about which option a live connection actually settled on.

What configuration and behavior tell you

What is running, right now

  • Which key agreement a real handshake selected, at each hop rather than only the first.
  • Whether a fallback path exists that quietly downgrades when the preferred option is unavailable.
  • Whether the answer is still true after the next infrastructure change.
A standard defines what is possible. Your actual configuration decides what is true.

What to Do With This in a Vendor Assessment

  1. 01

    Ask about the path, not the product. Request the list of hops a customer request passes through before it reaches the application, and the post-quantum status of each one. A vendor who cannot produce that list has answered a different question than the one you asked.

  2. 02

    Ask what happens on fallback. Every deployment has a downgrade path for clients that cannot negotiate the preferred option. Ask what that path is, what triggers it, and whether anything logs or alerts when a connection takes it.

  3. 03

    Ask for evidence from production, not from a lab. A named RFC in a roadmap is a plan. A record of what a live handshake actually negotiated, dated and repeatable, is evidence. The distinction is the whole subject of this post.

  4. 04

    Re-ask after the next infrastructure change. A CDN swap, a new gateway, or a load balancer upgrade can reintroduce a weak hop without any change to the software list you were shown. Treat the answer as perishable rather than settled.

Assess what’s actually running, not just what’s possible

PQCClear helps banks, credit unions, and payment processors see past a vendor’s stated capabilities to what is actually configured and in use, producing a Quantum Readiness Score, a full CBOM, and an examination-ready report for each vendor in the portfolio.

Request access
RFC 10024 post-quantum TLSpost quantum TLS 1.3 hybrid key exchangedoes supporting PQC mean protectedvendor TLS post quantum assessmenthybrid key agreement vendor risk

This post represents the editorial analysis of PQCClear as of September 8, 2026. It should not be construed as technical or legal advice.

Key source: RFC 10024, “Post-Quantum Traditional (PQ/T) Hybrid Key Agreement Mechanisms for TLS 1.3,” Internet Engineering Task Force (August 2026).