Files
bun.sh/packages
Claude Bot 0164f5bd9e Revert TLS store caching optimization
The caching optimization is incompatible with how SSL_CTX_set_cert_store
works. SSL_CTX_set_cert_store takes ownership of the X509_STORE and
can modify it, so we cannot share the same store across multiple SSL_CTX
instances.

This was causing test failures in test-tls-client-verify.js where
different connections need different CA certificates.

We need a different approach that doesn't involve sharing X509_STORE
instances.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-11 09:43:08 +00:00
..
2025-07-10 00:10:43 -07:00
2025-07-10 00:10:43 -07:00
2025-09-09 23:31:07 -07:00