You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2021/03/05 00:34:31 UTC

[trafficserver] branch master updated (664b3ad -> f3dcbd8)

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

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


    from 664b3ad  Cleanup: Rename IOBufferReader of Http2ClientSession (#7569)
     add f3dcbd8  Introduce TLSBasicSupport interface (#7556)

No new revisions were added by this update.

Summary of changes:
 iocore/net/Makefile.am                            |   1 +
 iocore/net/P_SSLNetVConnection.h                  |  63 +++-------
 iocore/net/SSLNetVConnection.cc                   |  34 +++---
 iocore/net/SSLUtils.cc                            |   1 +
 iocore/net/TLSBasicSupport.cc                     | 134 ++++++++++++++++++++++
 iocore/net/{TLSSNISupport.h => TLSBasicSupport.h} |  45 ++++----
 proxy/http/HttpSM.cc                              |  10 +-
 src/traffic_server/InkAPI.cc                      |  19 +--
 8 files changed, 213 insertions(+), 94 deletions(-)
 create mode 100644 iocore/net/TLSBasicSupport.cc
 copy iocore/net/{TLSSNISupport.h => TLSBasicSupport.h} (54%)