You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by wk...@apache.org on 2023/02/01 03:43:17 UTC

[trafficserver] branch master updated (8f772f0ef -> 0c2488c7d)

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

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


    from 8f772f0ef Cleanup of legacy, makes newer clang-format crash right now (#9350)
     add 0c2488c7d Fix an error on SSL config reload (plus some cleanup). (#9334)

No new revisions were added by this update.

Summary of changes:
 .../api/functions/TSSslSecret.en.rst               |  11 +-
 include/ts/ts.h                                    |   8 +-
 iocore/cache/test/stub.cc                          |   7 +
 iocore/net/P_SSLConfig.h                           |   7 +
 iocore/net/P_SSLSecret.h                           |  13 +-
 iocore/net/SSLConfig.cc                            |  24 +++-
 iocore/net/SSLSecret.cc                            | 146 ++++++++++-----------
 iocore/net/SSLUtils.cc                             |  13 +-
 iocore/net/libinknet_stub.cc                       |   7 +
 proxy/InkAPIInternal.h                             |   6 +
 src/traffic_quic/traffic_quic.cc                   |   7 +
 src/traffic_server/InkAPI.cc                       |  61 +++++----
 12 files changed, 186 insertions(+), 124 deletions(-)