post-quantum cryptographypqccloudlfare

    Post-Quantum Authentication to Origin: Cloudflare and the PQC Shift

    Cloudflare has enabled post-quantum authentication to origins, marking a significant step in PQC migration. Learn what this means for enterprise security.

    Schutz IT 3 August 2026 6 min read

    Post-Quantum Authentication to Origin: Cloudflare and the PQC Shift

    Cloudflare's PQC Leap for Origin Authentication

    Cloudflare recently announced support for post-quantum authentication to origins, a significant milestone in the ongoing migration to Post-Quantum Cryptography (PQC). This move, outlined in a recent blog post by Luke Valenta [3], signals a critical shift from solely focusing on encryption to addressing authentication vulnerabilities in a quantum era. For enterprise security architects and IAM engineers, this development underscores the accelerated PQC roadmap and the immediate need to assess and adapt their infrastructure.

    The Shift from Encryption to Authentication

    For several years, the primary concern within PQC has been protecting against "harvest-now/decrypt-later" attacks. This threat model assumes attackers can collect encrypted data today and decrypt it in the future once sufficiently powerful quantum computers become available. Cloudflare, like many others, has been actively deploying post-quantum encryption to mitigate this risk.

    However, the recent breakthrough in quantum computing research and cryptanalysis has accelerated timelines, forcing a re-evaluation of PQC priorities. The focus is now broadening to include post-quantum authentication. This addresses the equally critical threat of quantum computers breaking classical credentials, leading to impersonation attacks. An attacker leveraging quantum capabilities could potentially forge digital signatures and compromise the integrity of authenticated sessions.

    How Cloudflare is Implementing PQC Origin Authentication

    Cloudflare's Authenticated Origin Pulls and Custom Origin Trust Store now support post-quantum authentication. This means that the connection between Cloudflare's edge network and an organization's origin servers can be secured with quantum-resistant algorithms. Specifically, this implementation leverages ML-DSA-44 certificates [4].

    Key aspects of this implementation include:

    • ML-DSA Certificates: Organizations can issue ML-DSA client certificates and establish ML-DSA certificate authorities for their private PKI. This bypasses the need for public Certificate Authorities (CAs) to immediately support PQC, allowing enterprises to initiate their PQC transition for origin authentication now.
    • OpenSSL 3.5.0 Requirement: Generating these ML-DSA certificates currently requires OpenSSL 3.5.0. This highlights a common challenge in PQC migration: the need for updated tooling and cryptographic libraries throughout the ecosystem.
    • Private PKI Focus: The initial rollout focuses on a private PKI model for origin authentication. This offers a degree of control and flexibility for early adopters but also necessitates internal expertise in managing PQC-enabled certificate lifecycles.

    Implications for Enterprise Security Teams

    This development by Cloudflare has several significant implications for enterprise security teams, particularly those leveraging Cloudflare services or contemplating their broader PQC migration strategy:

    • Accelerated PQC Timelines: The move emphasizes that PQC is no longer a distant future concern. Cloudflare's target of full post-quantum security by 2029 aligns with accelerated timelines from other major players and government mandates [3]. Enterprises must recognize that the "harvest-now/decrypt-later" window is closing, and authentication is now equally in scope.
    • Rethinking Certificate Management: The shift to PQC, even within a private PKI for origin authentication, introduces new complexities in certificate lifecycle management. Enterprises need robust systems to generate, deploy, and manage these new quantum-resistant certificates at scale. Manual processes will be insufficient.
    • Tooling and Infrastructure Upgrades: The requirement for OpenSSL 3.5.0 underscores the need for continuous assessment and upgrading of cryptographic tooling and underlying infrastructure. This includes servers, load balancers, and any systems involved in establishing authenticated connections.
    • Hybrid Approaches as the Norm: The use of hybrid PQC, where classical and quantum-safe algorithms are used concurrently, is becoming the de facto standard for migration. This allows for backward compatibility and a phased transition, but also adds to the complexity of managing cryptographic policies.
    • Origin Authentication as a Critical Layer: While many PQC discussions center on user-facing TLS, Cloudflare's announcement highlights the importance of securing backend and origin communications. Compromised origin authentication could lead to data manipulation, unauthorized access, and service disruption, even if the public-facing connection is quantum-safe.

    Preparing for the Post-Quantum Authentication Future

    Enterprises should take the following steps to prepare for the evolving PQC landscape:

    1. Inventory and Assess: Understand where classical authentication mechanisms are used throughout your infrastructure, especially for origin and inter-service communications. Identify dependencies on classical algorithms.
    2. Pilot PQC Implementations: Begin piloting PQC for specific use cases, such as origin authentication with services like Cloudflare. This hands-on experience will be invaluable for understanding the operational challenges.
    3. Upgrade Tooling: Ensure your cryptographic libraries and tools, such as OpenSSL, are up-to-date or plan for upgrades to support PQC algorithms.
    4. Develop a PQC Roadmap: Create a comprehensive PQC migration roadmap that addresses not only encryption but also authentication across all layers of your enterprise architecture.
    5. Train Your Teams: Educate security architects, IAM engineers, and operations teams on the principles and practicalities of PQC, including the nuances of quantum-resistant authentication.

    Keep reading