# # ChangeLog for / in mod_gnutls # # Generated by Trac 1.2 # Mar 7, 2021, 1:41:24 PM Tue, 21 Jan 2020 07:29:27 GMT Fiona Klute [6fa6095] * src/gnutls_hooks.c (modified) * src/gnutls_io.c (modified) * src/gnutls_io.h (modified) * test/Makefile.am (modified) * test/data/secret/test.txt (added) * test/tests/35_client_reauth/apache.conf (added) * test/tests/35_client_reauth/test.yml (added) * test/tests/Makefile.am (modified) Partial post-handshake auth support Needs proper error handling, ... Tue, 21 Jan 2020 05:55:47 GMT Fiona Klute [e24e3bf9] * src/gnutls_hooks.c (modified) Rewrite authz hook Using the effective mode simplifies the code a ... Thu, 16 Jan 2020 19:50:04 GMT Fiona Klute [3b2edd6] * src/gnutls_hooks.c (modified) Use GnuTLS' certificate status text instead of hard-coded cases ... Thu, 16 Jan 2020 19:16:44 GMT Fiona Klute [ee2854b] * src/gnutls_hooks.c (modified) Remove a forgotten "return OK" in mgs_cert_verify See ... Thu, 16 Jan 2020 17:38:58 GMT Fiona Klute [99196d9] * src/gnutls_hooks.c (modified) Reauthentication: Much simpler check for HTTP/2 Integer comparison ... Thu, 16 Jan 2020 17:35:17 GMT Fiona Klute [a9e0738] * test/tests/28_HTTP2_support/hooks.py (modified) Test 28_HTTP2_support: Log curl output regardless of failure Wed, 15 Jan 2020 16:14:50 GMT Fiona Klute [0dc1a31] * src/gnutls_hooks.c (modified) Always return DECLINED instead of OK from mgs_cert_verify The ... Wed, 15 Jan 2020 08:44:53 GMT Fiona Klute [346c03b] * src/gnutls_hooks.c (modified) Prohibit TLS renegotiation for HTTP/2 connections (RFC 7540, section ... Tue, 14 Jan 2020 21:25:48 GMT Fiona Klute [407ca6e] * test/mgstest/tests.py (modified) TestRequest and TestReq10: Support request body This will allow ... Tue, 14 Jan 2020 09:21:56 GMT Fiona Klute [b22def6] * include/mod_gnutls.h.in (modified) * src/gnutls_hooks.c (modified) Remove SIGPIPE signal block There's no discernible reason to keep ... Tue, 14 Jan 2020 09:04:17 GMT Fiona Klute [05e2d9e] * include/mod_gnutls.h.in (modified) * src/Makefile.am (modified) * src/gnutls_hooks.c (modified) * src/gnutls_io.c (modified) * src/gnutls_io.h (added) * src/mod_gnutls.c (modified) Move function declarations for gnutls_io.c into a separate header Tue, 14 Jan 2020 08:30:01 GMT Fiona Klute [cc748329] * CHANGELOG (modified) Update Changelog Mon, 13 Jan 2020 18:08:40 GMT Fiona Klute [adcd021] * doc/mod_gnutls_manual.md (modified) Small documentation updates Mon, 13 Jan 2020 15:52:16 GMT Fiona Klute [546bf35] * doc/mod_gnutls_manual.md (modified) * doc/style.css (modified) Update documentation on OCSP stapling Mon, 13 Jan 2020 11:55:56 GMT Fiona Klute [9bc842e] * doc/mod_gnutls_manual.md (modified) Update documentation for GnuTLSOCSPResponseFile Sun, 12 Jan 2020 21:34:33 GMT Fiona Klute [33fa7d5] * src/gnutls_hooks.c (modified) * test/authority/subca/server/template.in (modified) * test/tests/00_basic/apache.conf (modified) Ensure stapling is active for server certificates with "must-staple" ... Sun, 12 Jan 2020 15:02:25 GMT Fiona Klute [5c9ca6b] * src/gnutls_config.c (modified) Ensure sc->ocsp and sc->ocsp_num are always initialized They should ... Sun, 12 Jan 2020 15:01:55 GMT Fiona Klute [a3e0f7b] * include/mod_gnutls.h.in (modified) * src/gnutls_config.c (modified) * src/gnutls_ocsp.c (modified) * src/gnutls_ocsp.h (modified) * src/mod_gnutls.c (modified) Support a list of files for the GnuTLSOCSPResponseFile option This ... Sun, 12 Jan 2020 10:27:45 GMT Fiona Klute [845c112] * src/gnutls_hooks.c (modified) * src/gnutls_ocsp.c (modified) * src/gnutls_ocsp.h (modified) Async OCSP updates for multi-stapling There's now one mod_watchdog ... Sun, 12 Jan 2020 08:54:44 GMT Fiona Klute [587642d] * test/data/ocsp.cgi (modified) * test/tests/27_OCSP_server/apache.conf (modified) OCSP test: Prevent single-second refresh intervals With the default ... Sat, 11 Jan 2020 22:37:23 GMT Fiona Klute [c446ca5] * include/mod_gnutls.h.in (modified) * src/gnutls_ocsp.c (modified) Small cleanups (use mgs_ocsp_data_t, update copyright header) Sat, 11 Jan 2020 21:49:30 GMT Fiona Klute [ce987dc] * src/gnutls_ocsp.c (modified) Log number of certificates in chain that OCSP stapling is enabled for Sat, 11 Jan 2020 21:41:42 GMT Fiona Klute [1aad1d7] * src/gnutls_ocsp.c (modified) Consider stapling configured if it's configured for one certificate ... Sat, 11 Jan 2020 20:30:40 GMT Fiona Klute [1c3853a] * include/mod_gnutls.h.in (modified) * src/gnutls_hooks.c (modified) * src/gnutls_ocsp.c (modified) Minimal multi-staple implementation Works, but has limitations: * ... Sat, 11 Jan 2020 17:59:30 GMT Fiona Klute [08ba205] * include/mod_gnutls.h.in (modified) * src/gnutls_hooks.c (modified) * src/gnutls_ocsp.c (modified) Turn per-vhost OCSP data into an array Size 1 for now, but it's a ... Sat, 11 Jan 2020 17:05:52 GMT Fiona Klute [4e60dd8] * src/gnutls_ocsp.c (modified) Handle initialization of the OCSP data structure in one place This ... Sat, 11 Jan 2020 16:49:11 GMT Fiona Klute [de9b100] * src/gnutls_ocsp.c (modified) OCSP config: Check if cache is available before processing ... Sat, 11 Jan 2020 16:39:48 GMT Fiona Klute [cf6f974] * src/gnutls_hooks.c (modified) * src/gnutls_ocsp.c (modified) * src/gnutls_ocsp.h (modified) mgs_get_ocsp_response: Accept request information from ... Sat, 11 Jan 2020 16:26:36 GMT Fiona Klute [98b37a1] * src/gnutls_ocsp.c (modified) mgs_get_ocsp_response: Consistently use "sc" variable The "sc = ... Sat, 11 Jan 2020 15:57:16 GMT Fiona Klute [9418c1e] * src/gnutls_ocsp.c (modified) mgs_cache_ocsp_failure: Require explicit struct mgs_ocsp_data Sat, 11 Jan 2020 15:53:18 GMT Fiona Klute [06dcf89] * src/gnutls_ocsp.c (modified) mgs_cache_ocsp_response: Require explicit struct mgs_ocsp_data Sat, 11 Jan 2020 15:45:00 GMT Fiona Klute [75f2d96] * src/gnutls_ocsp.c (modified) check_ocsp_response: Require explicit struct mgs_ocsp_data The ... Sat, 11 Jan 2020 15:40:09 GMT Fiona Klute [e798149] * src/gnutls_ocsp.c (modified) do_ocsp_request: Require responder URI This method just handles a ... Sat, 11 Jan 2020 15:40:01 GMT Fiona Klute [bdd10be] * src/gnutls_ocsp.c (modified) mgs_create_ocsp_request: Require explicit struct mgs_ocsp_data This ... Sat, 11 Jan 2020 14:51:53 GMT Fiona Klute [a8374f7] * src/gnutls_ocsp.c (modified) * src/gnutls_ocsp.h (modified) Keep a reference to the certificate with OCSP data When ... Fri, 10 Jan 2020 22:03:13 GMT Fiona Klute [20a3915] * test/mgstest/softhsm.py (modified) mgstest.softhsm: Remove unnecessary import Thu, 09 Jan 2020 22:44:38 GMT Fiona Klute [b2546f0] * test/doctest-mgstest.py (modified) * test/mgstest/softhsm.py (modified) * test/softhsm-init.py (modified) mgstest.softhsm: Include type when searching object URLs The ... Thu, 09 Jan 2020 22:21:43 GMT Fiona Klute [221ffe5] * test/tests/28_HTTP2_support/hooks.py (modified) Test 28_HTTP2_support: Fix skip message in case of missing curl Thu, 09 Jan 2020 21:37:31 GMT Fiona Klute [0da2c5d] * test/Makefile.am (modified) * test/README.md (modified) * test/newtest (modified) Test suite: Update README and newtest script Thu, 09 Jan 2020 20:26:32 GMT Fiona Klute [478767a] * test/.gitignore (modified) * test/Makefile.am (modified) * test/test-00_basic.bash (deleted) * test/test-01_serverwide_priorities.bash (deleted) * test/test-02_cache_in_vhost.bash (deleted) * test/test-03_cachetimeout_in_vhost.bash (deleted) * test/test-04_basic_nosni.bash (deleted) * test/test-05_mismatched-priorities.bash (deleted) * test/test-06_verify_sni_a.bash (deleted) * test/test-07_verify_sni_b.bash (deleted) * test/test-08_verify_no_sni_fallback_to_first_vhost.bash (deleted) * test/test-09_verify_no_sni_fails_with_wrong_order.bash (deleted) * test/test-10_basic_client_verification.bash (deleted) * test/test-11_basic_client_verification_fail.bash (deleted) * test/test-12_cgi_variables.bash (deleted) * test/test-13_cgi_variables_no_client_cert.bash (deleted) * test/test-14_resume_session.bash (deleted) * test/test-15_basic_msva.bash (deleted) * test/test-16_view-status.bash (deleted) * test/test-17_cgi_vars_large_cert.bash (deleted) * test/test-18_client_verification_wrong_cert.bash (deleted) * test/test-19_TLS_reverse_proxy.bash (deleted) * test/test-20_TLS_reverse_proxy_client_auth.bash (deleted) * test/test-21_TLS_reverse_proxy_wrong_cert.bash (deleted) * test/test-22_TLS_reverse_proxy_crl_revoke.bash (deleted) * test/test-23_TLS_reverse_proxy_mismatched_priorities.bash (deleted) * test/test-24_pkcs11_cert.bash (deleted) * test/test-25_Disable_TLS_1.0.bash (deleted) * test/test-26_redirect_HTTP_to_HTTPS.bash (deleted) * test/test-27_OCSP_server.bash (deleted) * test/test-28_HTTP2_support.bash (deleted) * test/test-29_force_handshake_vhost.bash (deleted) * test/test-30_ip_based_vhosts.bash (deleted) * test/test-31_vhost_SNI_serveralias_match.bash (deleted) * test/test-32_vhost_SNI_serveralias_mismatch.bash (deleted) * test/test-33_vhost_SNI_serveralias_missinghost.bash (deleted) * test/test-34_TLS_reverse_proxy_h2.bash (deleted) * test/test-template.bash.in (added) Generate test scripts instead of carrying static files Thu, 09 Jan 2020 20:03:14 GMT Fiona Klute [ff039b1] * test/Makefile.am (modified) * test/mgstest/softhsm.py (added) * test/softhsm-init.py (added) * test/softhsm.bash (deleted) * test/test-24_pkcs11_cert.bash (modified) * test/test_ca.mk (modified) * test/tests/24_pkcs11_cert/hooks.py (added) * test/tests/Makefile.am (modified) Test suite: Replace softhsm.bash with Python code With this all ... Thu, 09 Jan 2020 16:43:02 GMT Fiona Klute [60ed7d1] * test/mgstest/hooks.py (modified) * test/runtest.py (modified) Allow the prepare_env hook to return a cleanup callback Thu, 09 Jan 2020 14:49:58 GMT Fiona Klute [7e10018] * test/runtest.py (modified) runtest.py: Get Apache debug info before running prepare_env hook ... Thu, 09 Jan 2020 07:47:21 GMT Fiona Klute [573b810] * test/mgstest/services.py (modified) mgstest.services: Use pathlib and conditional expressions Just a ... Thu, 09 Jan 2020 06:54:05 GMT Fiona Klute [278381d] * configure.ac (modified) * test/Makefile.am (modified) * test/softhsm.bash (modified) * test/test-24_pkcs11_cert.bash (modified) * test/test_ca.mk (modified) Remove code for SoftHSM 1 support SoftHSM 1 has been unsupported ... Wed, 08 Jan 2020 22:22:32 GMT Fiona Klute [482bafc] * test/Makefile.am (modified) * test/common.bash (deleted) * test/test-31_vhost_SNI_serveralias_match.bash (modified) * test/test-32_vhost_SNI_serveralias_mismatch.bash (modified) * test/test-33_vhost_SNI_serveralias_missinghost.bash (modified) Test suite: Remove checks for no longer supported GnuTLS version ... Wed, 08 Jan 2020 22:06:31 GMT Fiona Klute [0f52d48] * test/mgstest/__init__.py (modified) * test/test-27_OCSP_server.bash (modified) * test/test-28_HTTP2_support.bash (modified) * test/test-34_TLS_reverse_proxy_h2.bash (modified) * test/tests/27_OCSP_server/hooks.py (modified) * test/tests/28_HTTP2_support/hooks.py (modified) * test/tests/34_TLS_reverse_proxy_h2/hooks.py (added) * test/tests/Makefile.am (modified) Switch most tests to hooks.py instead of preconditions in test ... Wed, 08 Jan 2020 20:39:14 GMT Fiona Klute [baa0056] * test/test-30_ip_based_vhosts.bash (modified) * test/tests/30_ip_based_vhosts/hooks.py (added) * test/tests/Makefile.am (modified) Test 30_ip_based_vhosts: Move to prepare_env hook Wed, 08 Jan 2020 20:32:30 GMT Fiona Klute [9a48691] * test/mgstest/hooks.py (modified) * test/runtest.py (modified) Test suite: Support checking preconditions in prepare_env hook The ... Wed, 08 Jan 2020 19:15:38 GMT Fiona Klute [dda0f4a] * test/test-23_TLS_reverse_proxy_mismatched_priorities.bash (modified) * test/test-26_redirect_HTTP_to_HTTPS.bash (modified) * test/test-27_OCSP_server.bash (modified) * test/tests/23_TLS_reverse_proxy_mismatched_priorities/test.yml (modified) * test/tests/26_redirect_HTTP_to_HTTPS/test.yml (modified) * test/tests/27_OCSP_server/test.yml (modified) Replace comments in test scripts with connection descriptions Wed, 08 Jan 2020 18:15:20 GMT Fiona Klute [3871dbd] * test/Makefile.am (modified) * test/test-26_redirect_HTTP_to_HTTPS.bash (modified) Move TEST_HTTP_PORT definition to Makefile.am with the other ports ... Wed, 08 Jan 2020 18:10:52 GMT Fiona Klute [8666b50] * test/mgstest/hooks.py (modified) * test/runtest.py (modified) * test/test-15_basic_msva.bash (modified) * test/tests/15_basic_msva/hooks.py (added) * test/tests/Makefile.am (modified) Implement "prepare_env" hook for tests Test 15_basic_msva uses it ... Wed, 08 Jan 2020 07:45:07 GMT Fiona Klute [d14d7d1] * test/tests/16_view-status/hooks.py (modified) Test 16_view-status hooks: Use raw strings for regular expressions Tue, 07 Jan 2020 17:51:04 GMT Fiona Klute [0cfe818] * test/https-test-client.py (modified) https-test-client.py: Use with instead of try/finally to safely close ... Tue, 07 Jan 2020 17:50:20 GMT Fiona Klute [b307cc1] * test/mgstest/http.py (modified) mgstest.http._stderr_writer: Always close input stream at EOS Fixes ... Mon, 06 Jan 2020 06:53:36 GMT Fiona Klute [a274959] * test/.gitignore (modified) * test/Makefile.am (modified) Build the test suite README as HTML if pandoc is available It ... Sun, 05 Jan 2020 12:10:53 GMT Fiona Klute [5ea6c14] * test/mgstest/tests.py (modified) Clarify exception message for unexpected headers Using the ... Sun, 05 Jan 2020 12:03:47 GMT Fiona Klute [459a982] * test/Makefile.am (modified) * test/doctest-mgstest.py (added) Include doctest for the mgstest Python package in test suite runs ... Sun, 05 Jan 2020 10:43:41 GMT Fiona Klute [1fe7cac] * test/mgstest/tests.py (modified) * test/sample_fail.yml (modified) * test/sample_test.yml (modified) TestReq10: Handle expected and unexpected connection failure With ... Sun, 05 Jan 2020 08:54:18 GMT Fiona Klute [0b3733d] * test/mgstest/tests.py (modified) * test/sample_test.yml (modified) Test suite: Support checking absence of headers Sun, 05 Jan 2020 08:52:55 GMT Fiona Klute [bdf5917] * test/mgstest/tests.py (modified) TestReq10: Implement checking expected headers Sat, 04 Jan 2020 17:48:50 GMT Fiona Klute [fa14c32] * doc/Makefile.am (modified) * doc/mod_gnutls_manual.md (moved) Rename mod_gnutls_manual.mdwn -> mod_gnutls_manual.md ".md" has ... Sat, 04 Jan 2020 17:40:08 GMT Fiona Klute [aa83125] * Makefile.am (modified) Fix passing SOFTHSM_LIB to "make distcheck" The single quotes were ... Sat, 04 Jan 2020 17:33:22 GMT Fiona Klute [a1ce49d] * test/Makefile.am (modified) Include test suite documentation in release tarballs Git is the ... Sat, 04 Jan 2020 17:31:27 GMT Fiona Klute [a47c201] * doc/style.css (modified) Manual: Justify paragraphs Sat, 04 Jan 2020 17:19:55 GMT Fiona Klute [bbc9b03] * test/README.md (modified) * test/mgstest/tests.py (modified) * test/sample_test.yml (modified) Detailed documentation on test.yml and mgstest.tests Sat, 04 Jan 2020 15:46:48 GMT Fiona Klute [8510282] * doc/mod_gnutls_manual.mdwn (modified) Small manual updates Sat, 04 Jan 2020 15:38:45 GMT Fiona Klute [2c4504f] * doc/style.css (modified) Improved CSS for documentation Sat, 04 Jan 2020 12:39:38 GMT Fiona Klute [f826b5f] * test/README.md (modified) test/README.md: Enable syntax highlighting Sat, 04 Jan 2020 12:04:07 GMT Fiona Klute [dc3cbd5] * doc/Makefile.am (modified) * doc/style.css (added) Manual: Add minimal CSS style for HTML output Margins make reading ... Sat, 04 Jan 2020 10:16:38 GMT Fiona Klute [190d459] * doc/mod_gnutls_manual.mdwn (modified) Manual: Use syntax highlighting for configuration examples Sat, 04 Jan 2020 09:24:45 GMT Fiona Klute [3deb86e] * test/mgstest/__init__.py (modified) * test/mgstest/hooks.py (modified) * test/mgstest/http.py (modified) * test/mgstest/tests.py (modified) Reorganize imports, remove already done TODO Fri, 03 Jan 2020 23:32:07 GMT Fiona Klute [63e4efe] * test/Makefile.am (modified) * test/data/secret.txt (deleted) * test/ffdhe3072.pem (deleted) * test/tests/12_cgi_variables/apache.conf (modified) * test/tests/17_cgi_vars_large_cert/apache.conf (modified) Test suite: Remove unused data files * ffdhe3072.pem was loaded, ... Fri, 03 Jan 2020 11:06:54 GMT Fiona Klute [f7e47b5] * test/mgstest/tests.py (modified) Override yaml.YAMLObject.from_yaml() instead of adding constructors ... Fri, 03 Jan 2020 10:35:03 GMT Fiona Klute [0699668] * test/test-27_OCSP_server.bash (modified) * test/tests/27_OCSP_server/hooks.py (added) * test/tests/Makefile.am (modified) Use post_check hook for test 27_OCSP_server Fri, 03 Jan 2020 10:26:55 GMT Fiona Klute [f246f00] * test/test-14_resume_session.bash (modified) * test/tests/14_resume_session/hooks.py (added) * test/tests/Makefile.am (modified) Use post_check hook for test 14_resume_session Fri, 03 Jan 2020 10:08:56 GMT Fiona Klute [905063e] * test/tests/16_view-status/hooks.py (modified) Simplify 16_view-status post_check hook using mgstest.require_match() Fri, 03 Jan 2020 10:05:34 GMT Fiona Klute [0f65ea9] * test/mgstest/__init__.py (modified) * test/test-28_HTTP2_support.bash (modified) * test/tests/28_HTTP2_support/hooks.py (modified) Use post_check hook in 28_HTTP2_support Fri, 03 Jan 2020 09:21:05 GMT Fiona Klute [076049a] * test/mgstest/hooks.py (modified) Add forgotten license header Thu, 02 Jan 2020 21:51:45 GMT Fiona Klute [e971a2c] * test/README.md (modified) * test/mgstest/hooks.py (modified) Document supported test hooks Thu, 02 Jan 2020 20:12:27 GMT Fiona Klute [4411426] * test/README (deleted) * test/README.md (added) Convert test/README to markdown, plus small fixes Thu, 02 Jan 2020 19:51:05 GMT Fiona Klute [5fd0170] * test/README (modified) Update outdated information in test/README Thu, 02 Jan 2020 17:53:29 GMT Fiona Klute [5d5a7c8] * test/netns_py.bash (modified) netns_py.bash: Fix Python command line without namespaces The ... Tue, 31 Dec 2019 16:40:20 GMT Fiona Klute [4de8cd3] * test/runtest.py (modified) Remove an ExitStack made obsolete by wrapping "with" around main() Tue, 31 Dec 2019 16:37:18 GMT Fiona Klute [92cf138] * test/runtest.py (modified) * test/test-16_view-status.bash (modified) runtest.py: Provide temporary log files by default This means tests ... Tue, 31 Dec 2019 16:26:25 GMT Fiona Klute [b457e67] * test/runtest.py (modified) Open log files through argparse The with block around main ensures ... Tue, 31 Dec 2019 16:13:34 GMT Fiona Klute [ac516aa] * test/runtest.py (modified) runtest.py: Split actions after argument parsing into a main function ... Tue, 31 Dec 2019 16:10:43 GMT Fiona Klute [079859e] * test/runtest.py (modified) Fix exception messages for invalid test numbers Sat, 28 Dec 2019 11:32:02 GMT Fiona Klute [2d25c1c] * test/mgstest/__init__.py (modified) * test/test-16_view-status.bash (modified) * test/tests/16_view-status/hooks.py (added) Test 16_view-status: Use post_check hook for GnuTLS 3.6.11 ... Fri, 27 Dec 2019 22:43:07 GMT Fiona Klute [dd91d9c] * test/runtest.py (modified) Support post_check hook for tests Fri, 27 Dec 2019 20:21:04 GMT Fiona Klute [52636ee] * test/mgstest/tests.py (modified) * test/tests/33_vhost_SNI_serveralias_missinghost/test.yml (modified) TestReq10: Use superclass constructor and _from_yaml function This ... Fri, 27 Dec 2019 20:19:17 GMT Fiona Klute [7089dbc] * test/mgstest/tests.py (modified) * test/tests/33_vhost_SNI_serveralias_missinghost/test.yml (modified) Rename TestRaw10 to TestReq10 and adjust the YAML tag Fri, 27 Dec 2019 20:15:03 GMT Fiona Klute [6615d91] * test/mgstest/tests.py (modified) Use dynamic class constructor in _from_yaml classmethods This makes ... Fri, 27 Dec 2019 19:10:34 GMT Fiona Klute [3039495] * test/mgstest/tests.py (modified) Write TLS connection log for HTTP/1.0 requests to stdout Fri, 27 Dec 2019 17:40:51 GMT Fiona Klute [0909c92] * test/Makefile.am (modified) * test/apache_service.bash (deleted) * test/mgstest/hooks.py (added) * test/runtest.py (modified) * test/test-28_HTTP2_support.bash (modified) * test/tests/28_HTTP2_support/hooks.py (added) * test/tests/Makefile.am (modified) Add hooks system to the test runner With this all tests can use ... Thu, 26 Dec 2019 08:47:10 GMT Fiona Klute [05984a0] * test/Makefile.am (modified) * test/mgstest/services.py (added) * test/netns_py.bash (added) * test/newtest (modified) * test/runtest.py (added) * test/runtests (deleted) * test/test-00_basic.bash (modified) * test/test-01_serverwide_priorities.bash (modified) * test/test-02_cache_in_vhost.bash (modified) * test/test-03_cachetimeout_in_vhost.bash (modified) * test/test-04_basic_nosni.bash (modified) * test/test-05_mismatched-priorities.bash (modified) * test/test-06_verify_sni_a.bash (modified) * test/test-07_verify_sni_b.bash (modified) * test/test-08_verify_no_sni_fallback_to_first_vhost.bash (modified) * test/test-09_verify_no_sni_fails_with_wrong_order.bash (modified) * test/test-10_basic_client_verification.bash (modified) * test/test-11_basic_client_verification_fail.bash (modified) * test/test-12_cgi_variables.bash (modified) * test/test-13_cgi_variables_no_client_cert.bash (modified) * test/test-14_resume_session.bash (modified) * test/test-15_basic_msva.bash (modified) * test/test-16_view-status.bash (modified) * test/test-17_cgi_vars_large_cert.bash (modified) * test/test-18_client_verification_wrong_cert.bash (modified) * test/test-19_TLS_reverse_proxy.bash (modified) * test/test-20_TLS_reverse_proxy_client_auth.bash (modified) * test/test-21_TLS_reverse_proxy_wrong_cert.bash (modified) * test/test-22_TLS_reverse_proxy_crl_revoke.bash (modified) * test/test-23_TLS_reverse_proxy_mismatched_priorities.bash (modified) * test/test-24_pkcs11_cert.bash (modified) * test/test-25_Disable_TLS_1.0.bash (modified) * test/test-26_redirect_HTTP_to_HTTPS.bash (modified) * test/test-27_OCSP_server.bash (modified) * test/test-29_force_handshake_vhost.bash (modified) * test/test-30_ip_based_vhosts.bash (modified) * test/test-31_vhost_SNI_serveralias_match.bash (modified) * test/test-32_vhost_SNI_serveralias_mismatch.bash (modified) * test/test-33_vhost_SNI_serveralias_missinghost.bash (modified) * test/test-34_TLS_reverse_proxy_h2.bash (modified) Replace "runtests" with "runtest.py" This is the next step from ... Sat, 21 Dec 2019 17:15:42 GMT Fiona Klute [006f91a] * test/mgstest/http.py (modified) HTTPSubprocessConnection: Use stable API to access the default timeout Thu, 19 Dec 2019 12:11:17 GMT Fiona Klute [09774e2] * test/mgstest/tests.py (modified) Optionally log HTTP responses to another stream/file Thu, 19 Dec 2019 11:35:55 GMT Fiona Klute [45b0a24] * test/mgstest/tests.py (modified) TestRequest: Raise exception if expected connection reset didn't occur Thu, 19 Dec 2019 11:26:30 GMT Fiona Klute [d5c572b] * test/mgstest/__init__.py (modified) Use try/finally in lockfile context even when locking is disabled ...