# # ChangeLog for test/tests/20_TLS_reverse_proxy_client_auth in mod_gnutls # # Generated by Trac 1.2 # Jan 25, 2021, 12:56:59 PM Thu, 09 Apr 2015 17:02:39 GMT Thomas Klute [f030883] * docs/mod_gnutls_manual.mdwn (modified) * include/mod_gnutls.h.in (modified) * src/gnutls_config.c (modified) * src/gnutls_hooks.c (modified) * src/mod_gnutls.c (modified) * test/Makefile.am (modified) * test/test-23_TLS_reverse_proxy_mismatched_priorities.bash (added) * test/tests/19_TLS_reverse_proxy/apache.conf (modified) * test/tests/20_TLS_reverse_proxy_client_auth/apache.conf (modified) * test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf (modified) * test/tests/22_TLS_reverse_proxy_crl_revoke/apache.conf (modified) * test/tests/23_TLS_reverse_proxy_mismatched_priorities/apache.conf (added) * test/tests/23_TLS_reverse_proxy_mismatched_priorities/backend.conf (added) * test/tests/23_TLS_reverse_proxy_mismatched_priorities/gnutls-cli.args (added) * test/tests/23_TLS_reverse_proxy_mismatched_priorities/input (added) * test/tests/23_TLS_reverse_proxy_mismatched_priorities/output (added) Set GnuTLS priorities for proxy connections separately Until now, ... Tue, 07 Apr 2015 09:13:59 GMT Thomas Klute [8b472af] * src/gnutls_hooks.c (modified) * test/tests/19_TLS_reverse_proxy/apache.conf (modified) * test/tests/20_TLS_reverse_proxy_client_auth/apache.conf (modified) * test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf (modified) * test/tests/22_TLS_reverse_proxy_crl_revoke/apache.conf (modified) Use server root for file paths in TLS proxy config This is what ... Tue, 31 Mar 2015 14:55:05 GMT Thomas Klute [ed82a6a] * test/Makefile.am (modified) * test/proxy_backend.bash (modified) * test/test-20_TLS_reverse_proxy_client_auth.bash (added) * test/test-21_TLS_reverse_proxy_wrong_cert.bash (added) * test/tests/20_TLS_reverse_proxy_client_auth/apache.conf (added) * test/tests/20_TLS_reverse_proxy_client_auth/backend.conf (added) * test/tests/20_TLS_reverse_proxy_client_auth/gnutls-cli.args (added) * test/tests/20_TLS_reverse_proxy_client_auth/input (added) * test/tests/20_TLS_reverse_proxy_client_auth/output (added) * test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf (added) * test/tests/21_TLS_reverse_proxy_wrong_cert/backend.conf (added) * test/tests/21_TLS_reverse_proxy_wrong_cert/gnutls-cli.args (added) * test/tests/21_TLS_reverse_proxy_wrong_cert/input (added) * test/tests/21_TLS_reverse_proxy_wrong_cert/output (added) Two more test cases for TLS reverse proxy and test locking fix New ...