You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by du...@apache.org on 2021/02/18 18:53:48 UTC

[trafficserver] branch master updated (27880de -> fde35b7)

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

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


    from 27880de  Updating to use Proxy Verifier 2.1.0 (#7534)
     add fde35b7  origin session reuse (#7479)

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/files/records.config.en.rst        |  15 ++
 iocore/net/Makefile.am                             |   4 +-
 iocore/net/P_SSLConfig.h                           |   5 +
 iocore/net/SSLClientUtils.cc                       |  39 ++++
 iocore/net/SSLConfig.cc                            |  10 +
 iocore/net/SSLSessionCache.cc                      |  72 +++++++
 iocore/net/SSLSessionCache.h                       |  17 ++
 iocore/net/SSLStats.cc                             |   4 +
 iocore/net/SSLStats.h                              |   1 +
 iocore/net/SSLUtils.cc                             |  37 ++++
 mgmt/RecordsConfig.cc                              |   4 +
 .../tls/tls_origin_session_reuse.test.py           | 206 +++++++++++++++++++++
 12 files changed, 412 insertions(+), 2 deletions(-)
 create mode 100644 tests/gold_tests/tls/tls_origin_session_reuse.test.py