Changeset 5cf8e99 in mod_gnutls
- Timestamp:
- Nov 23, 2018, 11:48:05 AM (2 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- dcc053e
- Parents:
- 3493a80
- git-author:
- Krista Karppinen <krista.celestia@…> (11/22/18 14:02:56)
- git-committer:
- Krista Karppinen <krista.celestia@…> (11/23/18 11:48:05)
- Location:
- test
- Files:
-
- 10 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r3493a80 r5cf8e99 33 33 test-28_HTTP2_support.bash \ 34 34 test-29_force_handshake_vhost.bash \ 35 test-30_ip_based_vhosts.bash 35 test-30_ip_based_vhosts.bash \ 36 test-31_vhost_SNI_serveralias_match.bash \ 37 test-32_vhost_SNI_serveralias_mismatch.bash 36 38 37 39 TEST_EXTENSIONS = .bash -
test/tests/Makefile.am
r3493a80 r5cf8e99 30 30 28_HTTP2_support/apache.conf \ 31 31 29_force_handshake_vhost/apache.conf 29_force_handshake_vhost/gnutls-cli.args 29_force_handshake_vhost/input 29_force_handshake_vhost/output \ 32 30_ip_based_vhosts/apache.conf 30_ip_based_vhosts/gnutls-cli.args 30_ip_based_vhosts/input 30_ip_based_vhosts/output 32 30_ip_based_vhosts/apache.conf 30_ip_based_vhosts/gnutls-cli.args 30_ip_based_vhosts/input 30_ip_based_vhosts/output 31_vhost_SNI_serveralias_match \ 33 31_vhost_SNI_serveralias_match/gnutls-cli.args 31_vhost_SNI_serveralias_match/input 31_vhost_SNI_serveralias_match/apache.conf 31_vhost_SNI_serveralias_match/output \ 34 32_vhost_SNI_serveralias_mismatch/gnutls-cli.args 32_vhost_SNI_serveralias_mismatch/input 32_vhost_SNI_serveralias_mismatch/apache.conf 32_vhost_SNI_serveralias_mismatch/output
Note: See TracChangeset
for help on using the changeset viewer.