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

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


    from f534fafed3 Cleanup: Track HttpCacheSM read retry event (#12193) 
(#12272)
     new af1d5e97d4 Add server_cipher_suite to sni.yaml (#12110)
     new 76d5071207 Add server_group_list option to sni (#12223)

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              |  17 ++++
 include/iocore/net/TLSBasicSupport.h               |   5 +
 include/iocore/net/YamlSNIConfig.h                 |   6 ++
 src/iocore/net/SNIActionPerformer.cc               |  50 ++++++++++
 src/iocore/net/SNIActionPerformer.h                |  46 +++++++++
 src/iocore/net/TLSBasicSupport.cc                  |  23 +++++
 src/iocore/net/YamlSNIConfig.cc                    |  24 ++++-
 .../tls/tls_client_versions_minmax.test.py         |  11 +--
 tests/gold_tests/tls/tls_sni_groups.test.py        | 104 +++++++++++++++++++++
 9 files changed, 279 insertions(+), 7 deletions(-)
 create mode 100644 tests/gold_tests/tls/tls_sni_groups.test.py

Reply via email to