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 v1.0.36 Home All releases olderv1.0.35 v1.0.37newer
Claude Code v1.0.36

mTLS (Mutual TLS) Support

  • Enterprise-grade security: Added comprehensive support for mutual TLS authentication
  • Environment variables for certificate configuration:
  • NODE_EXTRA_CA_CERTS: Load custom CA certificates
  • CLAUDE_CODE_CLIENT_CERT: Specify client certificate
  • CLAUDE_CODE_CLIENT_KEY: Specify client private key
  • CLAUDE_CODE_CLIENT_KEY_PASSPHRASE: Optional passphrase for encrypted keys
  • Automatic integration: mTLS certificates are automatically configured for both HTTP clients and proxy connections
  • Diagnostic support: mTLS configuration is now visible in API configuration diagnostics

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v1.0.36 →