Philipp Kunz
|
62a3e1f4b7
|
fix(SniHandler): Improve TLS SNI session resumption handling: connections containing a session ticket are now only rejected when no SNI is present and allowSessionTicket is disabled. Updated return values and logging for clearer resumption detection.
|
2025-03-11 19:38:41 +00:00 |
|
Philipp Kunz
|
9dbf6fdeb5
|
feat(PortProxy/TLS): Add allowSessionTicket option to control TLS session ticket handling
|
2025-03-11 19:31:20 +00:00 |
|
Philipp Kunz
|
29d28fba93
|
feat(SniHandler): Add session cache support and tab reactivation detection to improve SNI extraction in TLS handshakes
|
2025-03-11 18:05:20 +00:00 |
|
Philipp Kunz
|
0e12706176
|
feat(SniHandler): Enhance SNI extraction to support fragmented ClientHello messages, TLS 1.3 early data, and improved PSK parsing
|
2025-03-11 17:33:31 +00:00 |
|
Philipp Kunz
|
36e4341315
|
fix(snihandler): Enhance SNI extraction to support TLS 1.3 PSK-based session resumption by adding a dedicated extractSNIFromPSKExtension method and improved logging for session resumption indicators.
|
2025-03-11 17:23:57 +00:00 |
|
Philipp Kunz
|
87d26c86a1
|
fix(PortProxy/SNI): Refactor SNI extraction in PortProxy to use the dedicated SniHandler class
|
2025-03-11 17:01:07 +00:00 |
|