asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since eea8a16 was
eea8a16,
checked in by Thomas Klute <thomas2.klute@…>, 8 years ago
|
New test case: TLS client auth with invalid certificate
Commit 5a8a32bbfb8a83fe6358c5c31c443325a7775fc2 ("TLS Client auth: Check
server verify mode if unset for dir") fixed an issue where mod_gnutls
ignored the results of client certificate verification if there was no
directory specific verification policy. The new test case checks if
mod_gnutls properly rejects requests using invalid certificates if
client auth is required.
|
-
Property mode set to
100644
|
File size:
769 bytes
|
Line | |
---|
1 | TESTS = test-00_basic.bash \ |
---|
2 | test-01_serverwide_priorities.bash \ |
---|
3 | test-02_cache_in_vhost.bash \ |
---|
4 | test-03_cachetimeout_in_vhost.bash \ |
---|
5 | test-04_basic_nosni.bash \ |
---|
6 | test-05_mismatched-priorities.bash \ |
---|
7 | test-06_verify_sni_a.bash \ |
---|
8 | test-07_verify_sni_b.bash \ |
---|
9 | test-08_verify_no_sni_fallback_to_first_vhost.bash \ |
---|
10 | test-09_verify_no_sni_fails_with_wrong_order.bash \ |
---|
11 | test-10_basic_client_verification.bash \ |
---|
12 | test-11_basic_client_verification_fail.bash \ |
---|
13 | test-12_cgi_variables.bash \ |
---|
14 | test-13_cgi_variables_no_client_cert.bash \ |
---|
15 | test-14_basic_openpgp.bash |
---|
16 | if USE_MSVA |
---|
17 | TESTS += test-15_basic_msva.bash |
---|
18 | endif |
---|
19 | TESTS += test-16_view-status.bash \ |
---|
20 | test-17_cgi_vars_large_cert.bash \ |
---|
21 | test-18_client_verification_wrong_cert.bash |
---|
22 | |
---|
23 | clean-local: |
---|
24 | make -f TestMakefile clean |
---|
Note: See
TracBrowser
for help on using the repository browser.