Files
Claude Bot 448b9c7ff2 Add macOS system CA loading support
This implementation uses Zig's bun.sys.dlopen to dynamically load
the macOS Security framework and CoreFoundation functions, then
implements the CA loading logic in C++ for better integration
with the existing OpenSSL certificate store.

Key features:
- Uses BUN_USE_SYSTEM_CA environment variable to enable feature
- Dynamically loads Security.framework without static linking
- Integrates system CAs with existing bundled and extra CAs
- Follows existing Bun patterns for framework loading
- Platform-specific code only runs on macOS

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 22:19:27 +00:00
..
2025-05-31 16:21:08 -07:00
2025-05-31 16:21:08 -07:00