# # ChangeLog for t/tests in mod_gnutls # # Generated by Trac 1.2 # Feb 27, 2021, 7:45:06 AM Wed, 30 Jan 2013 01:05:42 GMT Daniel Kahn Gillmor [a4006d3] * t/tests/04_basic_nosni/apache.conf (added) * t/tests/04_basic_nosni/gnutls-cli.args (added) * t/tests/04_basic_nosni/input (added) * t/tests/04_basic_nosni/output (added) make basic test without SNI from the client This should use the ... Wed, 30 Jan 2013 01:05:42 GMT Daniel Kahn Gillmor [0367e02] * t/tests/02_cache_in_vhost/apache.conf (added) * t/tests/02_cache_in_vhost/fail.server (added) * t/tests/02_cache_in_vhost/gnutls-cli.args (added) * t/tests/02_cache_in_vhost/input (added) * t/tests/03_cachetimeout_in_vhost/apache.conf (added) * t/tests/03_cachetimeout_in_vhost/fail.server (added) * t/tests/03_cachetimeout_in_vhost/gnutls-cli.args (added) * t/tests/03_cachetimeout_in_vhost/input (added) test to ensure that cache directives are only global Wed, 30 Jan 2013 01:05:42 GMT Daniel Kahn Gillmor [32538ff] * t/tests/01_serverwide_priorities/apache.conf (added) * t/tests/01_serverwide_priorities/gnutls-cli.args (added) * t/tests/01_serverwide_priorities/input (added) * t/tests/01_serverwide_priorities/output (added) demonstrate failure with server-wide setting of GnuTLS priorities Wed, 30 Jan 2013 01:05:34 GMT Daniel Kahn Gillmor [4b53371] * Makefile.am (modified) * run_tests.sh (added) * t/.gitignore (added) * t/Makefile (added) * t/README (added) * t/authority.template (added) * t/authority.template.in (added) * t/authority.uid (added) * t/base_apache.conf (added) * t/client.template (added) * t/client.template.in (added) * t/client.uid (added) * t/data/dump.cgi (added) * t/data/secret.txt (added) * t/data/test.txt (added) * t/imposter.template (added) * t/imposter.uid (added) * t/mime.types (added) * t/newtest (added) * t/rogueca.template (added) * t/rogueca.uid (added) * t/runtests (added) * t/server.template.in (added) * t/server.uid.in (added) * t/setup (added) * t/tests/00_basic/apache.conf (added) * t/tests/00_basic/gnutls-cli.args (added) * t/tests/00_basic/input (added) * t/tests/00_basic/output (added) initial testing framework, with one simple test.