KrakenKey is live with free and paid plans. Issue your first TLS certificate in minutes.

HARICA's clientAuth Incident Shows What Chrome Actually Wants From CP/CPS Compliance

pkicabforumharicaekuchromeincidentcompliance

HARICA, a CA in Chrome’s and Mozilla’s root programs, issued TLS certificates carrying the id-kp-clientAuth EKU for roughly a month after its own CP/CPS said it would stop. The certificates were reported around July 17, HARICA began revoking them July 20, and Chrome’s reply in the incident bug is unusually direct about what it will and won’t accept as a fix.

What changed

The incident is tracked in Mozilla Bugzilla bug 2055551. The relevant timeline, from HARICA’s filing and Chrome’s replies:

The part worth reading closely is Chrome’s response. Quoting directly: “If per-profile CP/CPS conformance controls existed and functioned as desired, this incident could not have occurred,” and “responses proposing additional training, additional human review, or enhanced monitoring of upstream policy communications will be considered non-responsive.” Chrome is asking HARICA to demonstrate the specific control that catches this failure mode now, not to describe a process improvement.

Why it matters operationally

This isn’t really an EKU story; we already covered that transition in May. It’s a story about a CA’s published compliance commitments drifting out of sync with the root program requirements behind them, and nobody catching it until a third party audited the output.

Two things are worth pulling out of that if you consume CA output rather than run a CA:

A CA’s CP/CPS is not a reference you check once and file away. If you’ve ever cited a CA’s CP/CPS section number in vendor risk documentation or a security questionnaire response, treat that citation as perishable. Chrome ships a new root program policy version every few months, and a CA’s public compliance document can end up describing a rule that no longer matches its actual obligations, in either direction: too strict, as happened here, or too permissive.

Chrome’s posture on remediation is a signal beyond this one incident. Explicitly rejecting “training” and “human review” as adequate responses to a policy-tracking failure tells you where root program enforcement is heading: automated, per-profile conformance checks that tie CP/CPS text directly to certificate profile configuration, verifiable by an outside party. If you evaluate CAs as vendors, it’s now fair to ask directly whether they can show the control, not the process document, that keeps issuance profiles in sync with their CPS.

Checking for it yourself

If you hold certificates from HARICA, or any CA, for client authentication, check the EKU and issuance date directly rather than assuming a June 2026 cutoff was honored:

echo | openssl s_client -connect yourdomain.com:443 2>/dev/null \
  | openssl x509 -noout -ext extendedKeyUsage -issuer -startdate

Cross-reference the notBefore date against 2026-06-15. If the certificate was issued after that date and still shows TLS Web Client Authentication, it falls inside this incident’s scope and will be revoked within HARICA’s five-day window regardless of its stated expiry.

KrakenKey

KrakenKey issues through Let’s Encrypt, which isn’t involved in this incident, so nothing changes in KrakenKey’s issuance flow. But if you’re auditing any vendor CA’s compliance posture from its published CP/CPS, this incident is a concrete example of why the document alone isn’t sufficient evidence: ask what automated control actually ties the policy text to the certificate profiles being issued, because that’s the bar root programs are now enforcing to.