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 2019/01/24 21:37:33 UTC

[trafficserver] branch master updated (8d671d8 -> 4c36c0a)

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 8d671d8  Moved AtomicBit into it's own file.
     new 217fbe1  Allow client_cert and client_key to be specified by relative path
     new 4c36c0a  Remove the timeouts on tls tests and limit the number of exec threads.

The 11488 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:
 iocore/net/SSLConfig.cc                               |  4 +---
 iocore/net/SSLSNIConfig.cc                            | 11 ++++++-----
 .../experimental/ssl_session_reuse/src/ssl_init.cc    |  1 +
 .../experimental/ssl_session_reuse/src/subscriber.cc  |  1 +
 tests/gold_tests/tls/tls.test.py                      |  2 +-
 tests/gold_tests/tls/tls_check_cert_selection.test.py |  7 +------
 tests/gold_tests/tls/tls_client_cert.test.py          | 19 +------------------
 tests/gold_tests/tls/tls_client_cert2.test.py         | 15 +++++----------
 tests/gold_tests/tls/tls_client_cert_override.test.py |  7 +------
 tests/gold_tests/tls/tls_client_verify.test.py        | 15 +--------------
 tests/gold_tests/tls/tls_client_verify2.test.py       | 14 +-------------
 tests/gold_tests/tls/tls_client_versions.test.py      |  7 +------
 tests/gold_tests/tls/tls_forward_nonhttp.test.py      |  4 +---
 tests/gold_tests/tls/tls_hooks_verify.test.py         |  2 ++
 tests/gold_tests/tls/tls_keepalive.test.py            |  4 +---
 tests/gold_tests/tls/tls_ticket.test.py               |  4 ++--
 tests/gold_tests/tls/tls_tunnel.test.py               | 11 +----------
 tests/gold_tests/tls/tls_tunnel_forward.test.py       |  6 +-----
 tests/gold_tests/tls/tls_tunnel_plugin_rename.test.py |  4 +---
 tests/gold_tests/tls/tls_verify.test.py               |  6 +-----
 tests/gold_tests/tls/tls_verify2.test.py              |  9 +--------
 tests/gold_tests/tls/tls_verify3.test.py              |  8 +-------
 tests/gold_tests/tls/tls_verify_base.test.py          |  7 +------
 tests/gold_tests/tls/tls_verify_ca_override.test.py   |  7 +------
 tests/gold_tests/tls/tls_verify_not_pristine.test.py  |  5 +----
 tests/gold_tests/tls/tls_verify_override.test.py      | 15 +--------------
 tests/gold_tests/tls/tls_verify_override_base.test.py | 14 +-------------
 27 files changed, 38 insertions(+), 171 deletions(-)