feat(PortProxy): Add SNI-based renegotiation handling in PortProxy

This commit is contained in:
2025-02-27 20:59:29 +00:00
parent 0ddf68a919
commit dd23efd28d
3 changed files with 23 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-02-27 - 3.18.0 - feat(PortProxy)
Add SNI-based renegotiation handling in PortProxy
- Introduced a new field 'lockedDomain' in IConnectionRecord to store initial SNI.
- Enhanced connection management by enforcing termination if rehandshake is detected with different SNI.
## 2025-02-27 - 3.17.1 - fix(PortProxy)
Fix handling of SNI re-negotiation in PortProxy