Changeset eea8a16 in mod_gnutls


Ignore:
Timestamp:
Feb 5, 2015, 1:23:35 PM (8 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
9e35c48, b324906
Parents:
8731286
Message:

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.

Location:
test
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r8731286 reea8a16  
    1818endif
    1919TESTS += test-16_view-status.bash \
    20         test-17_cgi_vars_large_cert.bash
     20        test-17_cgi_vars_large_cert.bash \
     21        test-18_client_verification_wrong_cert.bash
    2122
    2223clean-local:
Note: See TracChangeset for help on using the changeset viewer.