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/06/24 18:00:24 UTC

[trafficserver] branch master updated (a35befa -> 8c79a31)

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 a35befa  plugins: Move to blocklists and allowlists (#6940)
     add 8c79a31  Load combined file with bogus key path (#6933)

No new revisions were added by this update.

Summary of changes:
 iocore/net/SSLUtils.cc                             | 10 +--
 tests/gold_tests/tls/ssl/combined-ec.pem           | 18 +++++
 tests/gold_tests/tls/ssl/combined.pem              | 84 ++++++++++++++++++++++
 tests/gold_tests/tls/ssl/signed-foo-ec.pem         |  8 +++
 tests/gold_tests/tls/ssl/signed-foo.pem            | 28 ++++++++
 tests/gold_tests/tls/ssl/signed-san-ec.pem         |  5 ++
 tests/gold_tests/tls/ssl/signed-san.pem            | 28 ++++++++
 .../tls/tls_check_dual_cert_selection.test.py      | 16 +++--
 ...t.py => tls_check_dual_cert_selection2.test.py} | 59 ++++++++++++---
 9 files changed, 236 insertions(+), 20 deletions(-)
 create mode 100644 tests/gold_tests/tls/ssl/combined-ec.pem
 create mode 100644 tests/gold_tests/tls/ssl/combined.pem
 copy tests/gold_tests/tls/{tls_check_dual_cert_selection.test.py => tls_check_dual_cert_selection2.test.py} (70%)