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

cmcfarlen pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 16123bfa01 add missing CMakeLists.txt (#11231)
     new 3c4ab456a3 Refactor Metrics storage to preserve lifetime (#11214)
     new 8d0a945343 Manage storage for ssl hooks (#11224)
     new 3e0ff2d8ab Restore private key passphrase behavior (#11201)
     new 20c27101d2 Update curl library references to CURL (#11232)
     new 7815914c6b CI: have rocky and fedora builds use curl in /opt (#11233)
     new 1b12125329 Cleanup: rename client_vc to txn (#11234)
     new 163717755d jsonrpc: small cleanup. (#11236)
     new fd036f9537 cleanup asan odr violations (#11237)
     new eaf34fd330 IP Allow: document when rules are applied (#11240)

The 9 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:
 CMakePresets.json                               |   5 +
 cmake/ExperimentalPlugins.cmake                 |   2 +-
 doc/admin-guide/files/ip_allow.yaml.en.rst      |  22 +++++
 doc/admin-guide/files/remap.config.en.rst       |   2 +
 include/iocore/eventsystem/ProxyAllocator.h     |   5 +-
 include/iocore/eventsystem/Thread.h             |   2 +-
 include/iocore/net/SSLAPIHooks.h                |   7 +-
 include/proxy/http/HttpSM.h                     |   2 +-
 include/tsutil/Metrics.h                        | 126 +++++++++++++++++-------
 plugins/background_fetch/CMakeLists.txt         |   2 +-
 plugins/compress/compress.cc                    |   3 +-
 plugins/experimental/otel_tracer/CMakeLists.txt |   2 +-
 plugins/experimental/sslheaders/CMakeLists.txt  |   3 +-
 plugins/experimental/tls_bridge/CMakeLists.txt  |   3 +-
 plugins/remap_stats/CMakeLists.txt              |   1 -
 plugins/slice/CMakeLists.txt                    |   3 +-
 src/api/APIHooks.cc                             |   4 +-
 src/api/InkAPI.cc                               |   2 +-
 src/api/InkAPIInternal.cc                       |   1 -
 src/iocore/cache/unit_tests/main.cc             |   1 -
 src/iocore/eventsystem/Thread.cc                |   7 ++
 src/iocore/net/Net.cc                           |   1 -
 src/iocore/net/SSLAPIHooks.cc                   |  10 +-
 src/iocore/net/SSLConfig.cc                     |   4 +-
 src/iocore/net/SSLNetVConnection.cc             |  18 ++--
 src/iocore/net/SSLUtils.cc                      |  61 +++++-------
 src/iocore/net/TLSSessionResumptionSupport.cc   |   2 +-
 src/iocore/net/unit_tests/unit_test_main.cc     |   1 -
 src/mgmt/rpc/jsonrpc/JsonRPCManager.cc          |   5 +-
 src/proxy/http/HttpSM.cc                        |  22 ++---
 src/tsutil/Metrics.cc                           |  34 ++++---
 tests/gold_tests/tls/ssl/passphrase.key         |  30 ++++++
 tests/gold_tests/tls/ssl/passphrase.pem         |  27 +++++
 tests/gold_tests/tls/ssl/passphrase2.key        |  30 ++++++
 tests/gold_tests/tls/ssl/passphrase2.pem        |  27 +++++
 tests/gold_tests/tls/ssl_key_dialog.test.py     |  91 +++++++++++++++++
 36 files changed, 427 insertions(+), 141 deletions(-)
 create mode 100644 tests/gold_tests/tls/ssl/passphrase.key
 create mode 100644 tests/gold_tests/tls/ssl/passphrase.pem
 create mode 100644 tests/gold_tests/tls/ssl/passphrase2.key
 create mode 100644 tests/gold_tests/tls/ssl/passphrase2.pem
 create mode 100644 tests/gold_tests/tls/ssl_key_dialog.test.py

Reply via email to