This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 0bd8816fb Fix compile warning on BoringSSL build (#9525)
add f0cdd4a84 tunnel_route: Support local inbound and proxy protocol ports
(#9358)
No new revisions were added by this update.
Summary of changes:
doc/admin-guide/files/sni.yaml.en.rst | 28 ++++
iocore/net/P_SNIActionPerformer.h | 77 ++++++++---
iocore/net/TLSTunnelSupport.cc | 7 +-
iocore/net/TLSTunnelSupport.h | 16 ++-
iocore/net/YamlSNIConfig.cc | 53 ++++++++
proxy/http/HttpSM.cc | 1 +
proxy/http/HttpTransact.cc | 10 +-
proxy/http/HttpTransact.h | 8 ++
tests/gold_tests/tls/proxy_protocol_client.py | 176 ++++++++++++++++++++++++++
tests/gold_tests/tls/tls_tunnel.test.py | 80 +++++++++++-
10 files changed, 431 insertions(+), 25 deletions(-)
create mode 100644 tests/gold_tests/tls/proxy_protocol_client.py