Enterprise security. Built for what’s next.
Post-Quantum Security / Operations & evaluation

Operate cryptographic policy without blind spots

Separate transport health from identity health, manage exceptions, and rehearse rotation before a certificate expires.

Technical edition · Updated 7 September 2026 · 2 min read

A useful cryptographic dashboard

SignalBreak down byOperational use
Hybrid negotiation rateClient version, gateway, network path.Find fallback and unsupported peers.
Certificate rejectionIssuer, purpose, validity, enrollment.Separate PKI faults from policy denials.
Handshake latencyFull/resumed, link class, certificate chain.Locate compatibility and transport regressions.
Upcoming expiryOwner, issuer, renewal status.Prevent synchronized fleet outages.
Trust exceptionsReason, scope, approver, expiry.Keep migration debt visible.

Averages hide failures concentrated in an older client cohort or a single inspected network. Look at successful and failed sessions together, and retain enough context to reproduce a failure without retaining private keys or raw credentials.

Routine rotation and emergency revocation

  • Stage new trust bundles before changing certificate issuance.
  • Verify renewal on sleeping laptops, intermittently connected phones, and workload connectors.
  • Canary a root retirement with representative certificate chains and cached sessions.
  • For key compromise, revoke the credential, disable its enrollment, and apply the incident session-termination policy.
  • Record the affected key identifier and issuer rather than copying private material into a ticket.

The incident team should know whether a session remains authorized after a revocation event and how quickly that event reaches each enforcement point. Make the answer testable with a controlled exercise.

Questions for a technical evaluation

  • Which hybrid groups and peer signature schemes are supported in each proposed release?
  • Which client and server CA combinations have been tested together?
  • Where are client private keys generated and stored on each operating system?
  • Which TLS legs terminate at the gateway, connector, proxy, and origin?
  • What happens during a revocation-service outage or an expired trust bundle?
  • What evidence identifies the validated cryptographic module, if validation is a procurement requirement?

Keep answers and test artifacts in the architecture decision record. This makes future algorithm changes an extension of the operating program rather than a new, disconnected project.