Skip to content
CONFIGLANE

Cryptography · Migration

Post-quantum in the network: what is available today and what to prepare now

The standards are set, the first implementations shipped, the roadmaps are dated. The part no vendor can deliver is the answer to where in your network which cryptography runs today — and that is exactly the bottleneck.

By ConfiglanePublished 7 min readEnterprise Networks

The short version

  • The time pressure comes not from a quantum computer but from recording: what leaks today can be decrypted later. For long-lived confidential data the clock has already run out.
  • The algorithms are standardised — ML-KEM as FIPS 203, ML-DSA as FIPS 204, SLH-DSA as FIPS 205 — and IKEv2 can combine multiple key exchanges via RFC 9242 and RFC 9370.
  • Hybrid is the recommended transition: a classical and a post-quantum method at once. NIST, the NSA, Germany's BSI and France's ANSSI all endorse that line.
  • On Cisco Secure Firewall, RFC 8784 is available from ASA 9.18 and hybrid exchange under RFC 9242/9370 from ASA 9.19; ML-KEM is announced for FTD 10.5 and ASA 9.25 in late 2026.

Post-quantum cryptography suffers from a communication problem: it is discussed as a future topic although the part with a deadline started long ago. The reason is unspectacular and has nothing to do with compute — it is storage.

Why the clock is already running

The attack model is “harvest now, decrypt later”: encrypted traffic is captured and stored today in order to be decrypted once a sufficiently capable quantum computer exists. For the attacker this is cheap — storage costs almost nothing, and they do not need to know what they have.

From that follows the only calculation that matters for planning: how long must the data traversing this link stay protected? For design data, patent preparation, HR or health records, ten years is a conservative assumption. Anyone sending such data over a link protected only classically has already missed the deadline — regardless of when the first cryptographically relevant quantum computer actually runs.

What has now been standardised

The uncertainty of recent years is over on this point. There are named standards, and the protocol work for IKEv2 is finished.

StandardWhat it governsRole in the network
FIPS 203 — ML-KEMKey encapsulation, parameter sets 512/768/1024Key exchange for VPN and TLS
FIPS 204 — ML-DSADigital signaturesDevice and software authentication
FIPS 205 — SLH-DSAHash-based signaturesAlternative on a different mathematical basis
RFC 9242Intermediate exchange in IKEv2Carries large keys without forcing IP fragmentation
RFC 9370Multiple key exchanges in IKEv2Enables the hybrid exchange
RFC 8784Post-quantum pre-shared keys for IKEv2Interim protection without new algorithms
The relevant standards

The relationship between the two RFCs is the practical core: RFC 9370 allows several key exchanges to be combined during an IKEv2 setup and a shared key to be derived from all of them. Because post-quantum keys are considerably larger than classical ones, RFC 9242 — the intermediate exchange — is needed so the messages do not have to be fragmented at the IP layer. Together they produce a hybrid exchange that stays backwards compatible.

Hybrid is the recommendation, not a lazy compromise

In a hybrid scheme a classical and a post-quantum method run simultaneously; the session key derives from both. The traffic therefore stays secure for as long as at least one of the two holds.

That is not hesitation but a reasoned transition strategy. The post-quantum methods are young, and their implementations younger still. The combination protects against the quantum computer without buying a new risk from an implementation flaw in a fresh algorithm. NIST, the NSA, Germany's BSI and France's ANSSI recommend this path consistently for the migration phase.

What is available on Cisco platforms — and what is announced

For Cisco Secure Firewall the schedule is public and unusually concrete. Two things are usable today, the rest is a dated roadmap:

CapabilityReleaseTiming
RFC 8784 (post-quantum pre-shared keys)ASA from 9.18available
RFC 9242 / RFC 9370 (hybrid exchange)ASA from 9.19available
ML-KEM for VPN handshakesFTD 10.5 / ASA 9.25announced for late 2026
TLS decryption with PQCFTD 10.5announced
ML-DSA and SLH-DSA (signatures)FTD/ASA 11.0announced for H2 2027
Remote access VPN with PQCASA/FTD 11.0planned
Cisco Secure Firewall: status per vendor roadmap

The most important reading of that table: interim protection is not a future question. Anyone running ASA at 9.19 or later can enable hybrid exchange today on the links that carry long-lived confidential data. That is a configuration decision, not a procurement project.

MACsec is a different matter. Integrating post-quantum methods into the dynamic key exchange is in development, but timing statements should be treated with caution as long as the features do not appear in a released configuration guide. For data centre interconnects protected with MACsec today that means: the topic belongs on the risk list, not on the project plan.

The step that always comes first: the crypto inventory

Every migration plan founders on the same question: where exactly is what encrypted? Not at product level but per link and per algorithm. That survey is unspectacular, takes weeks and is the only part no upgrade can replace.

  1. Record the links

    Every tunnel, every TLS termination point, every MACsec link, every management path. Including the ones nobody has touched in years — especially those.

  2. Determine the methods per link

    Which key exchange, which signature, which key lengths? That is in the configuration, not in the data sheet.

  3. Assign the data's protection lifetime

    A business question, not a technical one: how long must what flows here stay confidential? That number sets the priority, not the link's bandwidth.

  4. Check peers and dependencies

    A hybrid exchange needs both ends. Third-party peers, cloud endpoints and older appliances decide the actual order of work.

  5. Set the order and execute

    Long protection lifetimes with capable endpoints on both sides first. Migration as a regular change with a fallback plan, not as a special operation.

This inventory has a side benefit that often justifies the work on its own: it reliably finds the links still running outdated methods or expired certificates. The post-quantum question is then the occasion, not the only return. How we run such surveys and turn them into dependable changes is described under enterprise networks and network security.

What is realistic in twelve months

  • A crypto inventory for the core links. Complete for site-to-site VPN, management access and data centre interconnects.
  • Enable hybrid exchange wherever both ends support it. On ASA from 9.19 that is a configuration, not a project.
  • Adjust procurement. New firewalls, routers and termination points are assessed on whether ML-KEM can be added by software — not on today's feature list.
  • Tidy up certificate lifetimes and processes. The signature migration arrives in 2027; it only finds those prepared who know which certificates hang where — and the 47-day schedule forces automation anyway.
  • Track the MACsec links as an open item. With a date for the next review, not as closed.

What is not realistic in twelve months: a fully post-quantum infrastructure. That is not a planning weakness but the state of the implementations. Pure PQC modes stay the exception for now; the hybrid transition is the target state for this phase.

Sources

Every evidenced claim in this article can be traced here. The retrieval date shows how fresh the check is.

FAQ

Frequently asked questions about post-quantum migration

Do we have to act now even though no relevant quantum computer exists?

For data with a long protection lifetime, yes. The attack model assumes no quantum computer today, only the ability to store traffic. For short-lived data — a session, a daily report — urgency is low. Protection lifetime is the criterion, not the importance of the system.

Is RFC 8784 enough as a transition?

As an interim step yes, as a target no. Post-quantum pre-shared keys additionally protect IKEv2 setup with a shared secret and need no new algorithms — but the keys have to be distributed and managed. For a handful of fixed peers that is practical; for many dynamic connections it is not.

What does a hybrid key exchange cost in performance?

The cost sits in the handshake — larger messages and a little more compute — not in the running data stream. For long-lived site-to-site tunnels the effect is negligible in practice. It only becomes critical at very high setup rates of short-lived connections, where it belongs in a load test.

Do we have to replace hardware?

For hybrid exchange under RFC 9370, usually not — on ASA it arrived by software from 9.19. For ML-KEM and the later signature schemes: when buying new equipment, explicitly check whether it can be upgraded by software rather than relying on today's feature list.

Next step

Does this hold for your network?

An assessment answers the question against your infrastructure rather than an example — ending in a first dependable change.

Request an assessment

Assessment → first dependable change