Changeset dec05c4 in mod_gnutls
- Timestamp:
- Dec 2, 2019, 11:36:36 AM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 03426e0
- Parents:
- 019ab8e
- git-author:
- Fiona Klute <fiona.klute@…> (12/02/19 11:36:01)
- git-committer:
- Fiona Klute <fiona.klute@…> (12/02/19 11:36:36)
- Location:
- test
- Files:
-
- 34 edited
Legend:
- Unmodified
- Added
- Removed
-
test/base_apache.conf
r019ab8e rdec05c4 10 10 ErrorLog logs/${TEST_NAME}.error.log 11 11 HostnameLookups Off 12 KeepAlive O ff12 KeepAlive On 13 13 LogLevel debug 14 14 LoadModule mpm_worker_module ${AP_LIBEXECDIR}/mod_mpm_worker.so -
test/tests/00_basic/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/01_serverwide_priorities/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/02_cache_in_vhost/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/03_cachetimeout_in_vhost/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/04_basic_nosni/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/05_mismatched-priorities/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/06_verify_sni_a/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/07_verify_sni_b/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/08_verify_no_sni_fallback_to_first_vhost/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/09_verify_no_sni_fails_with_wrong_order/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/10_basic_client_verification/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/11_basic_client_verification_fail/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/12_cgi_variables/input
r019ab8e rdec05c4 1 1 GET /dump.cgi HTTP/1.0 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/13_cgi_variables_no_client_cert/input
r019ab8e rdec05c4 1 1 GET /dump.cgi HTTP/1.0 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/14_resume_session/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/15_basic_msva/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/16_view-status/input
r019ab8e rdec05c4 1 1 GET /status?auto HTTP/1.0 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/17_cgi_vars_large_cert/input
r019ab8e rdec05c4 1 1 GET /dump.cgi HTTP/1.0 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/18_client_verification_wrong_cert/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/19_TLS_reverse_proxy/input
r019ab8e rdec05c4 1 1 GET /proxy/test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/20_TLS_reverse_proxy_client_auth/input
r019ab8e rdec05c4 1 1 GET /proxy/test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/21_TLS_reverse_proxy_wrong_cert/input
r019ab8e rdec05c4 1 1 GET /proxy/test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/22_TLS_reverse_proxy_crl_revoke/input
r019ab8e rdec05c4 1 1 GET /proxy/test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/23_TLS_reverse_proxy_mismatched_priorities/input
r019ab8e rdec05c4 1 1 GET /proxy/test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/24_pkcs11_cert/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/25_Disable_TLS_1.0/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/27_OCSP_server/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/29_force_handshake_vhost/input
r019ab8e rdec05c4 1 1 GET /dump.cgi HTTP/1.1 2 2 Host: vhost.example.com 3 Connection: close 3 4 -
test/tests/30_ip_based_vhosts/input
r019ab8e rdec05c4 1 1 GET /vhost/test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4 -
test/tests/31_vhost_SNI_serveralias_match/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: example.virtual.host 3 Connection: close 3 4 -
test/tests/32_vhost_SNI_serveralias_mismatch/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.1 2 2 Host: mismatched.virtual.host 3 Connection: close 3 4 -
test/tests/33_vhost_SNI_serveralias_missinghost/input
r019ab8e rdec05c4 1 1 GET /test.txt HTTP/1.0 2 Connection: close 2 3 -
test/tests/34_TLS_reverse_proxy_h2/input
r019ab8e rdec05c4 1 1 GET /proxy/test.txt HTTP/1.1 2 2 Host: __HOSTNAME__ 3 Connection: close 3 4
Note: See TracChangeset
for help on using the changeset viewer.