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 83e853ea76 Remove flask from tests/Pipfile (#9688)
add 29d8737b71 Add new settings to specify TLS versions to use (#9667)
No new revisions were added by this update.
Summary of changes:
configs/sni.yaml.default | 4 +-
doc/admin-guide/files/records.yaml.en.rst | 84 +++++++++++++++++
doc/admin-guide/files/sni.yaml.en.rst | 20 +++-
iocore/net/P_SNIActionPerformer.h | 20 +++-
iocore/net/P_SSLConfig.h | 4 +
iocore/net/P_SSLNetVConnection.h | 9 +-
iocore/net/SSLClientUtils.cc | 16 ++++
iocore/net/SSLConfig.cc | 102 ++++++++++++++-------
iocore/net/SSLNetVConnection.cc | 33 +++++++
iocore/net/SSLSNIConfig.cc | 8 +-
iocore/net/SSLUtils.cc | 17 +++-
iocore/net/YamlSNIConfig.cc | 8 ++
iocore/net/YamlSNIConfig.h | 4 +
src/records/RecordsConfig.cc | 8 ++
....test.py => tls_client_versions_minmax.test.py} | 19 +++-
15 files changed, 305 insertions(+), 51 deletions(-)
copy tests/gold_tests/tls/{tls_client_versions.test.py =>
tls_client_versions_minmax.test.py} (83%)