Commit 7326516
test(tls): add comprehensive tests for TLS package
Add complete test coverage for the TLS certificate manager package:
- Test CA certificate generation and management
- Test TLS configuration setup
- Test loading existing CA certificates
- Test certificate generation for hostnames and IPs
- Test certificate caching mechanism
- Test concurrent certificate generation
- Test PEM encoding/decoding
All tests pass successfully with proper validation of:
- Certificate properties and validity
- CA signing and verification
- Thread-safe cache operations
- IP address handling in certificates
Resolves #52
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent cb50342 commit 7326516
1 file changed
+499
-5
lines changed
0 commit comments