diff options
author | Richard J. Moore <rich@kde.org> | 2014-02-22 15:52:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-03-25 23:01:37 +0100 |
commit | 4d06b27921bde6d0caba0c84c1e50f8495ed48ee (patch) | |
tree | b32341015ed88b5f8da8ccbb7b81fb0e3ad93937 /tests/data/test1397 | |
parent | 965690f67e190b5069cb0b16eef6917cb0d8ae18 (diff) |
test1397: unit test for certificate name wildcard handling
Diffstat (limited to 'tests/data/test1397')
-rw-r--r-- | tests/data/test1397 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/data/test1397 b/tests/data/test1397 new file mode 100644 index 000000000..5f479b468 --- /dev/null +++ b/tests/data/test1397 @@ -0,0 +1,27 @@ +<testcase> +<info> +<keywords> +unittest +ssl +wildcard +</keywords> +</info> + +# +# Client-side +<client> +<server> +none +</server> +<features> +unittest +</features> + <name> +Check wildcard certificate matching function Curl_cert_hostcheck + </name> +<tool> +unit1397 +</tool> +</client> + +</testcase> |