You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2020/07/01 16:26:27 UTC

[trafficserver] branch master updated (c32fc64 -> 3ffd8ac)

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

shinrich pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from c32fc64  Fix support for openssl async engine (#6910)
     add 3ffd8ac  Log whether client certs were exchanged in TLS handshake (#6699)

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/logging/formatting.en.rst          | 46 +++++++++++--------
 iocore/net/I_NetVConnection.h                      | 12 +++++
 iocore/net/P_SSLNetVConnection.h                   | 30 ++++++++++++
 iocore/net/SSLClientUtils.cc                       | 16 +++++++
 proxy/http/HttpSM.cc                               | 25 ++++++----
 proxy/http/HttpSM.h                                | 39 ++++++++--------
 proxy/logging/Log.cc                               | 10 ++++
 proxy/logging/LogAccess.cc                         | 38 ++++++++++++++++
 proxy/logging/LogAccess.h                          |  2 +
 proxy/private/SSLProxySession.cc                   |  1 +
 proxy/private/SSLProxySession.h                    |  7 +++
 .../gold_tests/tls/gold/clientcert-accesslog.gold  |  9 ++++
 tests/gold_tests/tls/gold/proxycert-accesslog.gold |  8 ++++
 .../gold_tests/tls/gold/proxycert2-accesslog.gold  |  8 ++++
 tests/gold_tests/tls/tls_client_cert.test.py       | 39 +++++++++-------
 tests/gold_tests/tls/tls_client_cert2.test.py      | 21 +++++++++
 tests/gold_tests/tls/tls_client_verify.test.py     | 53 ++++++++++++++++------
 tests/gold_tests/tls/tls_tunnel.test.py            | 17 +------
 18 files changed, 287 insertions(+), 94 deletions(-)
 create mode 100644 tests/gold_tests/tls/gold/clientcert-accesslog.gold
 create mode 100644 tests/gold_tests/tls/gold/proxycert-accesslog.gold
 create mode 100644 tests/gold_tests/tls/gold/proxycert2-accesslog.gold