- Key Takeaways
- The Three Tracks, and Why Confidentiality Closes First
- What's Already Live
- Merkle Tree Certificates: A Different Approach to PKI
- What Stays the Customer's Responsibility
- What We'd Actually Recommend
- How Encryption Consulting Can Help
- A Provider Timeline, Not a Customer Deadline
- Frequently Asked Questions
Quick answer: Google Cloud’s post-quantum roadmap, first announced March 25, 2026, splits into three tracks with different deadlines: confidentiality and store-now-decrypt-later protection targeted for completion by the end of 2027, integrity and non-repudiation (digital signatures, certificates, identity) targeted for the end of 2028, and cryptographic foundations (key management, hardware, agility) also targeted for the end of 2028, with full readiness by 2029. Several pieces are already live: Cloud KMS reached general availability for ML-KEM, ML-DSA, and SLH-DSA, and Google Cloud API endpoints and supported load balancers already negotiate hybrid ML-KEM key exchange. The customer dependency that matters most: Google migrates its own infrastructure and managed services, but customer-side TLS configuration, application-layer cryptography, and any client library still pinned to classical-only algorithms remain the customer’s responsibility, the same shared-responsibility split covered in our broader cloud PQC guide.
A roadmap with a 2029 date is easy to read as “not urgent yet.” That reading misses the point of a phased roadmap: the confidentiality track closes first, by the end of 2027, specifically because store-now-decrypt-later risk is already active today. This guide breaks the roadmap into what it actually covers, what is live now, and what enterprise customers need to do on their own side regardless of Google’s own timeline.
Key Takeaways
- The roadmap splits into three tracks: confidentiality (end of 2027), integrity and non-repudiation (end of 2028), and cryptographic foundations (end of 2028), with full readiness targeted for 2029.
- Cloud KMS already generally supports ML-KEM, ML-DSA, and SLH-DSA for encryption and signing keys; Google Cloud API endpoints and supported load balancers already negotiate hybrid ML-KEM key exchange.
- Google is pursuing Merkle Tree Certificates, developed with industry partners, as an alternative to embedding large post-quantum signatures directly into X.509 certificates.
- Google’s own responsibility covers network traffic, global front-ends, the ALTS internal protocol, and underlying hardware and operating systems; customer-configured TLS policies, application-layer cryptography, and client libraries remain customer responsibility.
- Google’s 2029 completion target now aligns with Cloudflare and a revised, accelerated Microsoft timeline, making 2029 a shared industry benchmark rather than one provider’s isolated date.
The Three Tracks, and Why Confidentiality Closes First
Google Cloud’s roadmap deliberately sequences confidentiality ahead of integrity, and the reasoning matters for how customers should prioritize their own work. Store-now-decrypt-later risk, an adversary capturing encrypted traffic today to decrypt once a cryptographically relevant quantum computer exists, is already active, which is why the confidentiality track, covering network encryption and key exchange, carries the earliest deadline: the end of 2027. Integrity and non-repudiation, digital signatures, certificates, and authentication mechanisms that prevent forged identities or tampered data, carries a longer runway to the end of 2028, reflecting both lower immediate urgency (a forged signature requires an active attack today, not just captured data) and the genuinely harder engineering problem signature migration represents across a certificate ecosystem. Foundational work, key management libraries, hardware security modules, external key manager integration, and cryptographic agility, also runs to the end of 2028, since it underpins both of the other tracks rather than standing alone.
What’s Already Live
Several roadmap items are not future commitments; they are shipped, generally available capabilities as of 2026:
- Cloud KMS: generally available support for ML-KEM, ML-DSA, and SLH-DSA for both encryption and signing keys, with underlying implementations maintained as open-source through Google’s BoringCrypto and Tink libraries for auditability.
- Google Cloud API endpoints and load balancers: google.com and *.googleapis.com, along with supported application and proxy load balancers, already negotiate hybrid ML-KEM key exchange, including X25519MLKEM768 for TLS 1.3.
- ALTS: Google’s internal application-layer transport protocol completed its post-quantum confidentiality transition in 2025.
- Quantum-safe key import to Cloud KMS: targeted for 2026 under the foundations track.
Still ahead on the near-term roadmap: Cloud VPN and Interconnect (2026-2027), Private CA through Certificate Authority Service (2027), and Cloud HSM and Confidential Computing post-quantum support (2028).
Merkle Tree Certificates: A Different Approach to PKI
One structural choice in Google’s roadmap is worth understanding on its own: rather than embedding post-quantum signatures directly into the existing X.509 certificate format, an approach that inflates certificate and chain sizes substantially, Google is developing Merkle Tree Certificates jointly with industry partners as an alternative certificate architecture designed around post-quantum constraints from the ground up, rather than retrofitting the classical format. This is still an emerging, developing approach rather than a drop-in replacement for X.509 today, and it does not change what customers need to do on their own certificate infrastructure in the near term, but it signals that certificate-format innovation, not just algorithm substitution, is part of how the largest cloud and CDN operators are approaching the signature side of this transition.
What Stays the Customer’s Responsibility
Google’s own framing of the shared responsibility split is direct: Google manages the security of the cloud, including network traffic, global front-ends, ALTS, and the underlying hardware and operating systems, maintaining hardware integrity through quantum-safe silicon foundations like Caliptra and OpenTitan. Customers remain responsible for configuring their own workloads to actually use the post-quantum capabilities Google makes available, application-layer TLS configuration, client library versions, and any cryptography implemented inside the customer’s own code rather than delegated to a managed Google service. This is the same distinction covered in more general terms in our cloud shared responsibility guide: a provider migrating its own infrastructure does not automatically migrate a customer’s application-layer dependencies.
What We’d Actually Recommend
Prioritize your own confidentiality-track work, TLS configuration and key exchange, ahead of signature-track work, matching Google’s own sequencing logic, since store-now-decrypt-later exposure is the nearer-term risk. Confirm which Cloud KMS keys in your environment are already using ML-KEM or ML-DSA versus still on classical algorithms, since the capability being generally available does not mean your existing keys have moved to it automatically. Track Google’s Private CA and Cloud HSM post-quantum milestones specifically if your architecture depends on either, since those land later in the roadmap than the API and load balancer capabilities already live.
How Encryption Consulting Can Help
Knowing which of your Google Cloud KMS keys, load balancer TLS policies, and certificate dependencies are already post-quantum capable, and which still need action on your side, is exactly the inventory gap CBOM Secure is built to close, mapping your cloud cryptographic footprint against what Google Cloud has and has not yet migrated.
Our PQC Advisory Services build a customer-side roadmap sequenced to Google Cloud’s own three-track timeline, so your confidentiality-track work lands ahead of the store-now-decrypt-later exposure window and your signature-track work is ready before Google’s Private CA and certificate milestones land. Where certificate issuance spans Google Cloud alongside other environments, CertSecure Manager manages classical, hybrid, and post-quantum certificates from a single policy plane.
A Provider Timeline, Not a Customer Deadline
Google Cloud’s roadmap tells you when Google’s own infrastructure will be post-quantum ready. It does not tell you when your application, your certificate chain, or your specific Cloud KMS key configuration will be, since that remains customer-side work regardless of how quickly Google moves. Reading the three-track sequencing as prioritization guidance, confidentiality first, signatures and foundations following, is the most useful way to translate a provider roadmap into your own migration plan.
Frequently Asked Questions
When did Google Cloud announce its post-quantum roadmap?
Google first announced the company-wide 2029 target on March 25, 2026, with the detailed three-track roadmap and its own milestones published shortly after.
Why does the confidentiality track have an earlier deadline than the signature track?
Store-now-decrypt-later risk against encrypted network traffic is an active, present-day exposure, since an adversary can capture the traffic now and decrypt it later. Forging a signature or certificate requires an active attack at the time of use, which is a later-arriving risk, giving the signature track a longer runway to the end of 2028.
Does Google Cloud’s PQC migration cover my application automatically?
Not fully. Google migrates its own managed infrastructure, network traffic, and services, but customer-configured TLS policies, application-layer cryptography, and client libraries remain the customer’s responsibility to update and enable.
What are Merkle Tree Certificates?
An alternative certificate architecture Google is developing with industry partners, designed around post-quantum size and performance constraints from the ground up rather than embedding large post-quantum signatures into the existing X.509 format. It is an emerging approach, not a current drop-in replacement for X.509.
Which Google Cloud post-quantum capabilities are already generally available?
Cloud KMS support for ML-KEM, ML-DSA, and SLH-DSA; hybrid ML-KEM key exchange on Google Cloud API endpoints and supported load balancers; and post-quantum confidentiality for Google’s internal ALTS protocol, completed in 2025.
- Key Takeaways
- The Three Tracks, and Why Confidentiality Closes First
- What's Already Live
- Merkle Tree Certificates: A Different Approach to PKI
- What Stays the Customer's Responsibility
- What We'd Actually Recommend
- How Encryption Consulting Can Help
- A Provider Timeline, Not a Customer Deadline
- Frequently Asked Questions
