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 2c24bc8b49 Cleanup: remove invalid option from traffic_ctl (#11627)
new a5f56abf7b remap_action_to_add: helper script for new ACL actions
(#11583)
new 09fff5d501 Make TSVConnSslConnectionGet available on QUIC connections
(#11631)
new f0ab66921b Remove duplicate setup in http3 tests (#11608)
new d9bd3cca8f Reduce the number of checks for BoringSSL (#11564)
new 1969182185 Remove a false comment (#11630)
new ac91476c7f Remove H3 frame sequence number tracking (#11632)
The 6 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:
CMakeLists.txt | 12 +-
include/iocore/net/TLSBasicSupport.h | 3 +
include/iocore/net/TLSSNISupport.h | 8 +-
include/proxy/http3/Http3FrameCounter.h | 3 +-
include/proxy/http3/Http3FrameHandler.h | 4 +-
include/proxy/http3/Http3HeaderVIOAdaptor.h | 3 +-
include/proxy/http3/Http3ProtocolEnforcer.h | 6 +-
include/proxy/http3/Http3SettingsHandler.h | 3 +-
include/proxy/http3/Http3StreamDataVIOAdaptor.h | 3 +-
include/tscore/HKDF.h | 8 +-
include/tscore/ink_config.h.cmake.in | 5 +
src/api/InkAPI.cc | 9 +-
src/iocore/net/P_SSLClientUtils.h | 2 +-
src/iocore/net/P_SSLUtils.h | 3 +-
src/iocore/net/P_TLSKeyLogger.h | 2 +-
src/iocore/net/SSLDiags.cc | 2 +-
src/iocore/net/SSLUtils.cc | 14 +-
src/iocore/net/TLSBasicSupport.cc | 8 +-
src/iocore/net/TLSSNISupport.cc | 14 +-
src/iocore/net/YamlSNIConfig.cc | 2 +-
src/iocore/net/quic/QUICConfig.cc | 6 +-
src/proxy/http3/Http3FrameCounter.cc | 3 +-
src/proxy/http3/Http3FrameDispatcher.cc | 4 +-
src/proxy/http3/Http3HeaderVIOAdaptor.cc | 2 +-
src/proxy/http3/Http3ProtocolEnforcer.cc | 9 +-
src/proxy/http3/Http3SettingsHandler.cc | 2 +-
src/proxy/http3/Http3StreamDataVIOAdaptor.cc | 3 +-
src/proxy/http3/test/Mock.h | 3 +-
src/proxy/http3/test/test_Http3FrameDispatcher.cc | 129 ++++----------
.../tools_tests/test_convert_remap_actions_to_10x | 99 +++++++++++
tools/remap/convert_remap_actions_to_10x | 196 +++++++++++++++++++++
31 files changed, 407 insertions(+), 163 deletions(-)
create mode 100755 tests/tools_tests/test_convert_remap_actions_to_10x
create mode 100755 tools/remap/convert_remap_actions_to_10x