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

masaori pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from e0cc477  Fix tests
     new 4fdc01c  Remove extra vars to bwprint in SSLConfigParams::getCTX
     new 9c4bfa3  Merge url_scheme_get into only calling class method
     new f78dcdc  MIME: Fix line_is_real false positive.
     new 3340005  set thread affinity to current thread if the current thread 
type is the same as the target thread
     new a105fd3  Add support for the old lua formatted ease of use conventions 
and the numeric log rolling values
     new 9a93757  tscore/eventnotify: change fcntl include path
     new e0c6dc1  tscore/ink_hrtime: add missing cstdint import
     new 656f25a  traffic_layout/engine: add missing stat import
     new 2a334d8  Remove duplicate calls to TSHttpTxnReenable in xdebug
     new f202f84  Fixing a previous fix to fully allocate strings when heap 
mismatch detected.
     new ca609e5  Override delete in Extendible
     new 773108b  Fix #5094: Fix use after free in test_IntrusiveHashMap.cc
     new 82e1497  Fix #5093: new/delete mismatch in test_IntrusivePtr.cc.
     new 012d437  Implement aud claim in Uri Signing Plugin
     new 1514bab  Fix SessionProtocolNameRegistry lookup
     new 814ccc5  Move minimum OpenSSL version to 1.0.2
     new c7e43ea  Merge branch 'asf/master' into quic-latest

The 12864 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build/crypto.m4                                    | 120 ++++----------
 configure.ac                                       |  20 +--
 include/tscore/Extendible.h                        |  11 ++
 include/tscore/ink_config.h.in                     |   4 -
 include/tscore/ink_hrtime.h                        |   1 +
 iocore/eventsystem/P_UnixEventProcessor.h          |  10 +-
 iocore/net/SSLClientUtils.cc                       |  10 +-
 iocore/net/SSLConfig.cc                            |   5 +-
 iocore/net/SSLNetVConnection.cc                    |   9 --
 iocore/net/SSLUtils.cc                             | 133 +++------------
 lib/records/RecHttp.cc                             |   5 +-
 plugins/experimental/uri_signing/config.c          |  25 +++
 plugins/experimental/uri_signing/config.h          |   1 +
 plugins/experimental/uri_signing/jwt.c             |  57 ++++++-
 plugins/experimental/uri_signing/jwt.h             |   3 +-
 plugins/experimental/uri_signing/parse.c           |   5 +
 .../uri_signing/unit_tests/testConfig.config       | 102 ++++++++++++
 .../uri_signing/unit_tests/uri_signing_test.cc     | 179 +++++++++++++++++++++
 plugins/xdebug/xdebug.cc                           |   2 -
 proxy/hdrs/HTTP.cc                                 |   2 +-
 proxy/hdrs/HdrHeap.h                               |  20 +++
 proxy/hdrs/MIME.cc                                 |   8 +-
 proxy/hdrs/URL.cc                                  |  33 ++--
 proxy/hdrs/URL.h                                   |  21 ++-
 proxy/logging/YamlLogConfig.cc                     |  14 +-
 src/traffic_layout/engine.h                        |   1 +
 src/traffic_layout/info.cc                         |   4 -
 src/traffic_server/InkAPI.cc                       |   7 -
 src/tscore/EventNotify.cc                          |   2 +-
 src/tscore/unit_tests/test_IntrusiveHashMap.cc     |   7 +-
 src/tscore/unit_tests/test_IntrusivePtr.cc         |   2 +-
 tests/README.md                                    |  10 +-
 .../cont_schedule/gold/schedule_on_pool.gold       |   3 +-
 tests/gold_tests/headers/forwarded.test.py         |   1 -
 tests/gold_tests/headers/via.test.py               |   1 -
 tests/gold_tests/logging/ccid_ctid.test.py         |   1 -
 .../pluginTest/sslheaders/sslheaders.test.py       |   1 -
 .../pluginTest/test_hooks/test_hooks.test.py       |   1 -
 tests/gold_tests/pluginTest/tsapi/tsapi.test.py    |   1 -
 .../gold_tests/pluginTest/url_sig/url_sig.test.py  |   3 -
 tests/tools/plugins/cont_schedule.cc               |   8 +-
 41 files changed, 533 insertions(+), 320 deletions(-)
 create mode 100644 
plugins/experimental/uri_signing/unit_tests/testConfig.config

Reply via email to