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

shinrich pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from c819d6a  x-remap ignoring age in gold file
     add 225845d  Add mechanism to enforce SNI policy
     add 64e4440  Move TestClientAction to SNIConfig class
     add b63879c  Try to avoid mixing curl headers and body for 
disjoing-wait-for-cache test

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/files/records.config.en.rst        |  18 +++
 doc/admin-guide/files/sni.yaml.en.rst              |  19 ++-
 iocore/net/I_NetVConnection.h                      |  19 +++
 iocore/net/P_SNIActionPerformer.h                  |  56 ++++++++
 iocore/net/P_SSLNetVConnection.h                   |   8 +-
 iocore/net/P_SSLSNI.h                              |   2 +
 iocore/net/P_UnixNetVConnection.h                  |   6 +
 iocore/net/SSLSNIConfig.cc                         |  22 +++
 iocore/net/YamlSNIConfig.cc                        |  13 +-
 iocore/net/YamlSNIConfig.h                         |   5 +-
 mgmt/RecordsConfig.cc                              |   8 ++
 proxy/ProxySession.h                               |   2 +
 proxy/ProxyTransaction.h                           |   8 ++
 proxy/http/Http1ClientSession.cc                   |   6 +
 proxy/http/Http1ClientSession.h                    |   2 +
 proxy/http/HttpConfig.cc                           |   3 +
 proxy/http/HttpConfig.h                            |   2 +
 proxy/http/HttpSM.cc                               |  46 +++++++
 proxy/http/HttpSM.h                                |   4 +
 proxy/http2/Http2ClientSession.cc                  |   6 +
 proxy/http2/Http2ClientSession.h                   |   2 +
 proxy/http3/Http3Session.cc                        |   6 +
 proxy/http3/Http3Session.h                         |   1 +
 .../cache/disjoint-wait-for-cache.test.py          |  10 +-
 .../pluginTest/sslheaders/sslheaders.test.py       |   6 -
 tests/gold_tests/tls/tls_sni_host_policy.test.py   | 147 +++++++++++++++++++++
 26 files changed, 409 insertions(+), 18 deletions(-)
 create mode 100644 tests/gold_tests/tls/tls_sni_host_policy.test.py

Reply via email to