Commit Graph

1 Commits

Author SHA1 Message Date
Claude Bot
16ffc6cefe Implement complete SNI callback support for TLS servers
- Add proper SNI callback bridge with tagged union support
- Integrate with µSockets SNI infrastructure from commit 64a409e8
- Add SNICallback validation and property exposure in TLS servers
- Update setSecureContext to handle SNICallback option
- Add comprehensive test suite for SNI callback functionality
- Begin HTTPS server SNICallback support (needs build completion)

Core functionality working: TLS servers now support dynamic certificate
selection via SNICallback matching Node.js API compatibility.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 20:11:35 +00:00