TL;DR: RFC 9958 frames post-quantum cryptography as an engineering migration, not a simple algorithm swap, highlighting risks such as larger keys, handshake failures, fragmentation, and brittle middleboxes, according to DigiCert. The practical lesson is that cryptographic change behaves like identity infrastructure change: sequencing, observability, and rollback matter more than slogan-level readiness.
At a glance
What this is: RFC 9958 treats post-quantum cryptography migration as a systems and operations problem, not a cipher replacement exercise.
Why it matters: That matters to IAM practitioners because protocol changes, certificate handling, and operational controls intersect directly with NHI, workload identity, and trust lifecycle decisions.
By the numbers:
- 92% of organisations expose NHIs to third parties, raising concerns about supply chain security.
- 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools.
- Only 5.7% of organisations have full visibility into their service accounts.
👉 Read DigiCert's field guide to post-quantum cryptography migration
Context
Post-quantum cryptography migration is the process of moving protocols, certificates, and signing workflows to algorithms resistant to quantum-era attacks while preserving service availability. For identity and access teams, the real issue is not the math alone but the trust plumbing that carries service identity, certificate validation, and workload authentication across production systems.
RFC 9958 is useful because it rejects the simplistic idea that teams can just replace one algorithm with another. In practice, larger signatures, buffer limits, proxy chains, and middlebox constraints can change how authentication and certificate-based trust behaves across NHI and workload identity environments.
The article’s central point is that crypto agility must be treated as an operational capability, not a theoretical preference. That is a typical challenge in modern infrastructure, and it becomes even sharper where machine identity and long-lived certificates are already difficult to inventory and govern.
Key questions
Q: How should security teams plan PQC migration for service and workload identity?
A: Start by inventorying where certificates, signatures, and TLS handshakes carry identity across systems. Then test the paths most likely to fail from size or timing changes, such as proxies, middleboxes, and legacy stacks. The goal is to expose operational constraints early, before they become production outages or broken trust flows.
Q: Why do post-quantum algorithms create integration risk in identity systems?
A: Because PQC often increases key and signature sizes, which changes handshake behaviour, certificate chain size, and transport tolerance. Those effects can trigger fragmentation, timeout, or compatibility failures in systems that were designed around smaller cryptographic payloads. Identity teams need to test the surrounding infrastructure, not just the algorithm itself.
Q: What do organisations get wrong about hybrid cryptography?
A: They often treat hybrid cryptography as a final design rather than a transition control. Hybrid can reduce compatibility risk while standards mature, but it also adds policy and operational complexity. Teams should set clear exit criteria and monitor whether hybrid is masking underlying infrastructure limits instead of resolving them.
Q: When should teams treat crypto agility as an identity governance issue?
A: Whenever cryptographic change affects certificate issuance, validation, or service-to-service trust. If those flows are tied to workload identity, then cryptographic agility becomes part of trust lifecycle governance, not just a technical preference. The right response is to govern algorithm change the same way you govern other identity-critical infrastructure changes.
Technical breakdown
Why PQC migration breaks more than crypto libraries
Post-quantum cryptography changes protocol behaviour because many candidate algorithms produce larger keys and signatures than legacy public-key systems. That increases handshake size, certificate chain size, and the likelihood of fragmentation or timeout failures in TLS and adjacent workflows. The failure is often not in the cryptographic primitive itself, but in the layers around it: load balancers, proxies, packet filters, and embedded constraints that were tuned for smaller messages. In identity environments, that means the trust boundary includes transport behaviour, not just algorithm choice.
Practical implication: inventory the message-size and handshake assumptions in your identity and certificate paths before you pilot PQC.
Hybrid cryptography as a migration control
Hybrid approaches combine a classical algorithm with a post-quantum one so organisations can gain compatibility while standards and implementations mature. This is not a permanent end state; it is a migration control that reduces exposure during transition. The tradeoff is added complexity, because every extra algorithm can expand policy decisions, validation logic, and operational troubleshooting. For identity teams, hybrid matters most where endpoint control is limited, where certificates are deeply embedded, or where staged rollout is the only practical path to preserve service continuity.
Practical implication: use hybrid only where compatibility risk justifies it, and define exit criteria before deployment.
Crypto agility for workload identity and certificates
Crypto agility means the ability to change algorithms, issuance workflows, and validation policy without rebuilding applications. For workload identity, that requires separating algorithm selection from application code, automating issuance and rotation, and making negotiation outcomes observable. RFC 9958’s value is that it reframes migration as an infrastructure discipline, similar to how identity teams manage access lifecycle or certificate lifecycle changes. Without that discipline, every future cryptographic transition becomes a one-off crisis instead of a repeatable process.
Practical implication: treat algorithm negotiation, certificate lifecycle, and rollback as governed infrastructure controls, not developer conveniences.
NHI Mgmt Group analysis
Cryptographic migration is an identity governance problem when certificates and workload trust carry business access. The article shows that post-quantum change is not contained inside crypto libraries; it lands in certificate issuance, validation, and service-to-service identity. That places PQC squarely in the same governance class as lifecycle and secret management, because the thing being migrated is operational trust. For identity programmes, the implication is that cryptographic transition belongs on the access and trust roadmap, not in a separate engineering silo.
Message size and interoperability are the real control plane for PQC adoption. Larger keys and signatures create failure modes that look operational, but they are actually policy and architecture failures exposed by a new cryptographic profile. When a proxy, middlebox, or legacy stack rejects a handshake, the organisation has discovered an assumption about message limits that was never formalised. The practitioner takeaway is that interoperability testing becomes a governance control, not just a QA exercise.
Hybrid cryptography is a bridge, not a strategy. Hybrid schemes preserve compatibility, but they also delay the hard decision about how much complexity the environment can tolerate. That makes hybrid useful for sequencing, yet dangerous if teams mistake it for a final destination. The field should treat hybrid as a temporary migration pattern that demands explicit retirement criteria and monitoring for operational drift.
Crypto agility is the named concept that separates resilient programmes from fragile ones. It means the organisation can change cryptographic primitives, issuance paths, and validation policy without rewriting applications or breaking identity flows. RFC 9958 makes clear that the maturity test is not whether PQC has been piloted, but whether the trust architecture can absorb the next algorithm transition without major disruption. Practitioners should read that as a requirement for repeatable trust change, not a one-time cryptographic project.
Existing NHI governance assumptions are already close to the limit that PQC will stress. The same environments that struggle with service account visibility, secret sprawl, and third-party exposure will also struggle to absorb larger certificates and more complex validation flows. That does not make PQC a separate identity problem; it makes PQC a stress test for whether identity operations are already resilient enough to handle protocol churn. The implication is that trust lifecycle discipline must be in place before cryptographic migration scales.
From our research:
- 92% of organisations expose NHIs to third parties, raising concerns about supply chain security, according to Ultimate Guide to NHIs.
- Only 5.7% of organisations have full visibility into their service accounts, which is why crypto migration and workload trust cannot be planned in isolation.
- For the broader trust model, see Ultimate Guide to NHIs , Standards for the control framework context that underpins identity and cryptographic change.
What this signals
Crypto agility will increasingly be judged as an identity operations capability, not a cryptography project. Teams that already struggle to see where machine identities live will also struggle to roll out PQC without service disruption, because the same inventory gaps hide the certificate paths that matter most. The practical signal is to treat handshake observability, certificate lifecycle telemetry, and rollback readiness as part of the identity control plane.
With 96% of organisations storing secrets outside secrets managers, per the Ultimate Guide to NHIs, the migration burden is likely to show up first in unmanaged trust artifacts. That pattern means PQC readiness is not only about support for new algorithms, but about whether teams can actually find and update every place those algorithms are used. The organisations that succeed will be the ones that can change trust primitives without losing sight of the hidden dependencies.
Post-quantum readiness will expose whether your programme can govern trust change end to end. If certificate handling, workload identity, and third-party access are all fragmented, the move to PQC will simply amplify existing operational weakness. Teams should prepare for a future in which cryptographic change is routine and identity governance is expected to absorb it cleanly.
For practitioners
- Inventory every certificate and signature path Map where public-key cryptography is used across TLS termination, service-to-service authentication, code signing, device enrolment, and long-lived data protection. Include middleware and proxy chains, because those are often where size and timeout assumptions fail first.
- Test brittle network paths first Prioritise MTU-sensitive links, UDP-heavy protocols, older stacks, and deep proxy chains before broad pilots. These paths surface message-size and fragmentation limits that will otherwise appear only during production rollout.
- Separate algorithm choice from application code Move cryptographic selection into policy, libraries, or platform controls so algorithms can change without application rewrites. Pair that with automated certificate issuance and rotation so migration does not create manual bottlenecks.
- Define rollback criteria before pilot deployment Treat each PQC pilot as a controlled change with observable success and failure conditions. Specify what handshake success rate, interoperability, and operational overhead must look like before you expand scope.
Key takeaways
- PQC migration fails when teams frame it as a library swap instead of a trust-path change.
- The scale of the issue is operational, with larger cryptographic payloads exposing hidden limits in proxies, middleboxes, and certificate handling.
- Identity teams should govern crypto agility as part of workload trust and certificate lifecycle management, not as an isolated security experiment.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST Zero Trust (SP 800-207) and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST Zero Trust (SP 800-207) | AC-4 | PQC migration affects trust enforcement across network paths and intermediaries. |
| OWASP Non-Human Identity Top 10 | NHI-03 | Cryptographic migration touches key and certificate lifecycle management for NHIs. |
| NIST CSF 2.0 | PR.DS-1 | PQC changes how data is protected in transit and how trust is maintained. |
Assess transport protection dependencies and test whether protocol changes preserve availability and integrity.
Key terms
- Post-quantum cryptography migration: The process of moving protocols, certificates, and signing workflows from classical public-key algorithms to quantum-resistant ones. In practice, it is an infrastructure change that affects trust paths, handshake behaviour, and operational control, not just a cryptographic substitution.
- Crypto agility: The ability to change cryptographic algorithms, issuance methods, and validation policy without rewriting applications or breaking trust flows. For identity programmes, it is a measure of how well certificate and workload identity systems can absorb change under operational control.
- Hybrid cryptography: A transition pattern that combines a classical and a post-quantum algorithm so systems can gain compatibility while migration matures. It reduces rollout risk, but it also increases policy and troubleshooting complexity, so it should be treated as a temporary bridge.
- Certificate chain bloat: The growth in certificate and handshake payload size that can occur when cryptographic schemes change. It matters because intermediate systems, buffers, and legacy transport controls may fail when messages become larger than the environment was originally built to handle.
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
This post draws on content published by DigiCert: RFC 9958: A field guide to post-quantum cryptography migration. Read the original.
Published by the NHIMG editorial team on 2026-06-19.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org