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/01/29 00:08:49 UTC

[trafficserver] branch master updated (195f1d8 -> a1a47b9)

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 195f1d8  Add synchronization between UDPNetProcessor::UDPBind in main Thread and initialize_thread_for_udp_net in ET_UDP Thread (#7407)
     add a1a47b9  Generalize SNI support (#6870)

No new revisions were added by this update.

Summary of changes:
 iocore/net/Makefile.am                             |   1 +
 iocore/net/P_SNIActionPerformer.h                  |  31 +++--
 iocore/net/P_SSLNetVConnection.h                   |  17 ++-
 iocore/net/SSLNetVConnection.cc                    |  13 +-
 iocore/net/SSLUtils.cc                             | 121 +++++------------
 iocore/net/TLSSNISupport.cc                        | 145 +++++++++++++++++++++
 .../net/TLSSNISupport.h                            |  54 ++++----
 7 files changed, 243 insertions(+), 139 deletions(-)
 create mode 100644 iocore/net/TLSSNISupport.cc
 copy proxy/private/SSLProxySession.h => iocore/net/TLSSNISupport.h (50%)