Changeset 747a9c4 in mod_gnutls


Ignore:
Timestamp:
Sep 27, 2020, 11:37:10 AM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master
Children:
af412db
Parents:
e27e01f
Message:

Create a new test for handling client-side handshake errors

Prior to f363569cf5563271019bfb439980c7ad08e5ac30 the test
09_verify_no_sni_fails_with_wrong_order expected the client to reject
the presented certificate. This is rather imprecise for vhost
selection testing, but did exercise an otherwise untested code path:
What happens if the client cancels the handshake?

This commit adds a new test explicitly covering that situation.

Location:
test
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    re27e01f r747a9c4  
    2222        test-03_cachetimeout_in_vhost.bash \
    2323        test-04_name_based_vhosts.bash \
     24        test-05_client_handshake_error.bash \
    2425        test-10_client_verification.bash \
    2526        test-12_cgi_variables.bash \
  • test/tests/Makefile.am

    re27e01f r747a9c4  
    55        03_cachetimeout_in_vhost/apache.conf 03_cachetimeout_in_vhost/test.yaml \
    66        04_name_based_vhosts/apache.conf 04_name_based_vhosts/test.yaml \
     7        05_client_handshake_error/apache.conf 05_client_handshake_error/test.yaml \
    78        10_client_verification/apache.conf 10_client_verification/test.yaml \
    89        12_cgi_variables/apache.conf 12_cgi_variables/test.yaml \
Note: See TracChangeset for help on using the changeset viewer.