This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 2615a27  Fix migrate use after free (#6578)
     new 4257542  SNI: Add support to match/replace captured group from fqdn 
into tunnel_route. (#6613)
     new 58a6360  Adds partial_blind_route sni action

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/admin-guide/files/sni.yaml.en.rst              |  24 +++++
 iocore/net/I_NetVConnection.h                      |   2 +
 iocore/net/P_SNIActionPerformer.h                  | 112 +++++++++++++++++++--
 iocore/net/P_SSLConfig.h                           |   1 +
 iocore/net/P_SSLNetVConnection.h                   |  14 ++-
 iocore/net/P_SSLSNI.h                              |   5 +-
 iocore/net/SSLSNIConfig.cc                         |  52 ++++++++--
 iocore/net/SSLUtils.cc                             |   7 +-
 iocore/net/YamlSNIConfig.cc                        |   7 ++
 iocore/net/YamlSNIConfig.h                         |   3 +
 proxy/http/HttpConfig.h                            |  13 ++-
 proxy/http/HttpSM.cc                               |  34 +++----
 proxy/http/HttpTransact.cc                         |   3 +-
 .../tls/tls_partial_blind_tunnel.test.py           |  70 +++++++++++++
 tests/gold_tests/tls/tls_tunnel.test.py            |  39 ++++++-
 15 files changed, 329 insertions(+), 57 deletions(-)
 create mode 100644 tests/gold_tests/tls/tls_partial_blind_tunnel.test.py

Reply via email to