You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2021/10/06 18:01:11 UTC

[trafficserver] branch master updated (c2d3504 -> b26795d)

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 c2d3504  Fix regex_remap plugin redirection. (#8359)
     add b26795d  Adding TLS session key logging capability (#8337)

No new revisions were added by this update.

Summary of changes:
 build/crypto.m4                                    |  15 +++
 configure.ac                                       |   3 +
 doc/admin-guide/files/records.config.en.rst        |  18 ++--
 include/tscore/ink_config.h.in                     |   1 +
 iocore/net/P_SSLConfig.h                           |   2 +
 iocore/net/P_SSLUtils.h                            | 104 ++++++++++++++++++++-
 iocore/net/QUICNetVConnection.cc                   |   4 +-
 iocore/net/QUICPacketHandler.cc                    |   2 +-
 iocore/net/SSLClientCoordinator.cc                 |   1 +
 iocore/net/SSLClientUtils.cc                       |   7 ++
 iocore/net/SSLConfig.cc                            |  10 ++
 iocore/net/SSLUtils.cc                             |  87 +++++++++++++++++
 iocore/net/quic/QUICConfig.cc                      |  12 +--
 iocore/net/quic/QUICConfig.h                       |   2 -
 iocore/net/quic/QUICGlobals.cc                     |  17 ----
 iocore/net/quic/QUICTLS.cc                         |   6 --
 iocore/net/quic/QUICTLS.h                          |   4 +-
 iocore/net/quic/QUICTLS_boringssl.cc               |   8 +-
 iocore/net/quic/QUICTLS_openssl.cc                 |   8 +-
 lib/perl/lib/Apache/TS/AdminClient.pm              |   1 +
 mgmt/RecordsConfig.cc                              |   4 +-
 .../tls_session_key_logging.replay.yaml}           |  27 +++---
 .../gold_tests/tls/tls_session_key_logging.test.py |  96 +++++++++++++++++++
 23 files changed, 364 insertions(+), 75 deletions(-)
 copy tests/gold_tests/{dns/replay/single_transaction.replay.yaml => tls/tls_session_key_logging.replay.yaml} (77%)
 create mode 100644 tests/gold_tests/tls/tls_session_key_logging.test.py