# # ChangeLog for test/https-test-client.py in mod_gnutls # # Generated by Trac 1.2 # Apr 17, 2021, 7:49:37 PM Thu, 12 Dec 2019 12:08:47 GMT Fiona Klute [c7f83a3] * test/https-test-client.py (modified) https-test-client.py: Always close the test config file Thu, 12 Dec 2019 11:48:09 GMT Fiona Klute [c96a965] * test/https-test-client.py (modified) * test/mgstest/tests.py (modified) Create function to run a test config YAML file This is much more ... Sat, 07 Dec 2019 16:41:40 GMT Fiona Klute [eb84747] * test/https-test-client.py (modified) * test/mgstest/tests.py (modified) * test/tests/21_TLS_reverse_proxy_wrong_cert/test.yml (modified) * test/tests/26_redirect_HTTP_to_HTTPS/test.yml (modified) TestConnection: Add optional "description" attribute for logging Sat, 07 Dec 2019 14:48:25 GMT Fiona Klute [8b72599] * test/https-test-client.py (modified) * test/mgstest/tests.py (modified) https-test-client.py: Flush sys.stdout so connection output doesn't mix Sat, 07 Dec 2019 14:42:07 GMT Fiona Klute [e3e0de1] * test/https-test-client.py (modified) * test/mgstest/tests.py (modified) * test/runtests (modified) * test/tests/21_TLS_reverse_proxy_wrong_cert/test.yml (modified) https-test-client.py: Make host and port configurable per connection ... Wed, 04 Dec 2019 19:34:57 GMT Fiona Klute [42097fb] * test/https-test-client.py (modified) * test/runtests (modified) https-test-client.py: Add --timeout parameter for TEST_QUERY_TIMEOUT Wed, 04 Dec 2019 17:57:11 GMT Fiona Klute [6d3dc34] * test/.gitignore (modified) * test/Makefile.am (modified) * test/https-test-client.py (modified) * test/mgstest/__init__.py (added) * test/mgstest/http.py (added) * test/mgstest/tests.py (added) Split infrastructure from https-test-client.py into modules Wed, 04 Dec 2019 15:14:50 GMT Fiona Klute [a2d1bb9] * test/https-test-client.py (modified) * test/sample_fail.yml (modified) https-test-client.py: Support multiple connections in one test config Wed, 04 Dec 2019 15:05:41 GMT Fiona Klute [ec63b07] * test/https-test-client.py (modified) https-test-client.py: A few more doctests Wed, 04 Dec 2019 15:00:58 GMT Fiona Klute [6ea34b1] * test/https-test-client.py (modified) Rename TestRequest.check_body() to show it is shared API Wed, 04 Dec 2019 14:56:07 GMT Fiona Klute [1de6754] * test/https-test-client.py (modified) Move code for running a test connection into TestConnection.run() Wed, 04 Dec 2019 14:41:20 GMT Fiona Klute [2e736df] * test/https-test-client.py (modified) https-test-client.py: Require --test-config parameter This allows a ... Wed, 04 Dec 2019 14:36:10 GMT Fiona Klute [ce85a5f] * test/https-test-client.py (modified) Move code to run a TestRequest into the class Wed, 04 Dec 2019 14:16:26 GMT Fiona Klute [851173b] * test/https-test-client.py (modified) TestConnection: Rename unused "protocol" parameter to "transport" ... Wed, 04 Dec 2019 08:52:56 GMT Fiona Klute [5c7e570] * test/https-test-client.py (modified) https-test-client.py: Implement minimal HTTP/1.0 client The test ... Wed, 04 Dec 2019 08:01:11 GMT Fiona Klute [eed0c4b] * test/https-test-client.py (modified) HTTPSubprocessConnection: Ensure subprocess exists before closing ... Mon, 02 Dec 2019 19:57:33 GMT Fiona Klute [0a16644] * test/https-test-client.py (modified) https-test-client.py: Stop filtering after the first read block of ... Mon, 02 Dec 2019 19:44:54 GMT Fiona Klute [db82911] * test/https-test-client.py (modified) https-test-client.py: Make the filter function an optional argument ... Mon, 02 Dec 2019 19:32:34 GMT Fiona Klute [4dfbedd] * test/https-test-client.py (modified) https-test-client.py: Move filter out of HTTPSubprocessConnection class Mon, 02 Dec 2019 19:26:09 GMT Fiona Klute [d9b0936] * test/https-test-client.py (modified) https-test-client.py: Some more comments on the filter function Mon, 02 Dec 2019 19:09:59 GMT Fiona Klute [fc8eefcd] * test/https-test-client.py (modified) https-test-client.py: Cleanly shut down the connection subprocess ... Mon, 02 Dec 2019 17:20:05 GMT Fiona Klute [03426e0] * test/https-test-client.py (modified) https-test-client.py: Prototype of output stream filter for gnutls- ... Sun, 01 Dec 2019 18:30:59 GMT Fiona Klute [019ab8e] * test/https-test-client.py (modified) * test/sample_fail.yml (added) https-test-client.py: Catch expected connection errors Sun, 01 Dec 2019 15:14:18 GMT Fiona Klute [096859f] * test/.gitignore (modified) * test/https-test-client.py (modified) * test/sample_test.yml (modified) https-test-client.py: Check if the HTTP body contains certain strings ... Sun, 01 Dec 2019 15:10:21 GMT Fiona Klute [a4e136a] * test/https-test-client.py (modified) * test/sample_test.yml (modified) https-test-client.py: Allow overriding headers Sun, 01 Dec 2019 13:54:37 GMT Fiona Klute [d5f5356] * test/https-test-client.py (modified) * test/sample_test.yml (added) https-test-client.py: Support YAML test configuration Fri, 29 Nov 2019 21:54:14 GMT Fiona Klute [618ee14] * test/https-test-client.py (added) Experimental Python-based HTTPS test client The script uses ...