Changeset 0e55076 in mod_gnutls


Ignore:
Timestamp:
Nov 23, 2018, 12:49:58 PM (4 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, debian/master, main, master, proxy-ticket
Children:
847c0be, afebb9b
Parents:
2ead314 (diff), dcc053e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge additional tests for vhost checks

Thanks Krista!

Location:
test
Files:
15 added
2 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r2ead314 r0e55076  
    3333        test-28_HTTP2_support.bash \
    3434        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 \
     38        test-33_vhost_SNI_serveralias_missinghost.bash
    3639
    3740TEST_EXTENSIONS = .bash
  • test/tests/Makefile.am

    r2ead314 r0e55076  
    3030        28_HTTP2_support/apache.conf \
    3131        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 \
     35        33_vhost_SNI_serveralias_missinghost/gnutls-cli.args 33_vhost_SNI_serveralias_missinghost/input 33_vhost_SNI_serveralias_missinghost/apache.conf 33_vhost_SNI_serveralias_missinghost/output
Note: See TracChangeset for help on using the changeset viewer.