This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from effee1109c typo in tls version warning (#12343)
add 671f791ab5 Cripts: Adds some certificate introspection (#12320)
No new revisions were added by this update.
Summary of changes:
doc/developer-guide/cripts/cripts-certs.en.rst | 186 ++++++
.../cripts/cripts-connections.en.rst | 25 +
doc/developer-guide/cripts/index.en.rst | 3 +-
include/cripts/Certs.hpp | 633 +++++++++++++++++++++
include/cripts/ConfigsBase.hpp | 1 +
include/cripts/Connections.hpp | 102 +++-
include/cripts/Matcher.hpp | 6 +-
include/cripts/Preamble.hpp | 1 +
src/cripts/CMakeLists.txt | 1 +
src/cripts/Certs.cc | 269 +++++++++
src/cripts/Connections.cc | 14 +
tests/gold_tests/cripts/cripts.test.py | 30 +-
tests/gold_tests/cripts/files/basic.cript | 8 +
tests/gold_tests/cripts/gold/certs_cript.gold | 17 +
tools/cripts/compiler.sh | 6 +-
15 files changed, 1281 insertions(+), 21 deletions(-)
create mode 100644 doc/developer-guide/cripts/cripts-certs.en.rst
create mode 100644 include/cripts/Certs.hpp
create mode 100644 src/cripts/Certs.cc
create mode 100644 tests/gold_tests/cripts/gold/certs_cript.gold