Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Client certificate and key files are checked before being loaded

You'll notice
Useful2 Signal2
Elsewhere

Client certificates and keys are size- and format-checked, and mismatched pairs are ignored.

What

mTLS material must now be a regular file, under a size cap, and contain a complete PEM block. A truncated or oversized file is ignored with an error log rather than partly loaded, and a certificate and key that do not match each other are also ignored.

Details
  • The check catches a file being read mid-rotation, where the certificate has been replaced but the key has not.
Evidence

mTLS: Ignoring incomplete

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.232 →