aboutsummaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorRichard J. Moore <rich@kde.org>2014-02-22 15:52:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2014-03-25 23:01:37 +0100
commit4d06b27921bde6d0caba0c84c1e50f8495ed48ee (patch)
treeb32341015ed88b5f8da8ccbb7b81fb0e3ad93937 /tests/data
parent965690f67e190b5069cb0b16eef6917cb0d8ae18 (diff)
test1397: unit test for certificate name wildcard handling
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/Makefile.am2
-rw-r--r--tests/data/test139727
2 files changed, 28 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index 9251d9be2..59ccdfd12 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -116,7 +116,7 @@ test1364 test1365 test1366 test1367 test1368 test1369 test1370 test1371 \
test1372 test1373 test1374 test1375 test1376 test1377 test1378 test1379 \
test1380 test1381 test1382 test1383 test1384 test1385 test1386 test1387 \
test1388 test1389 test1390 test1391 test1392 test1393 test1394 test1395 \
-test1396 \
+test1396 test1397 \
\
test1400 test1401 test1402 test1403 test1404 test1405 test1406 test1407 \
test1408 test1409 test1410 test1412 test1413 test1414 test1415 \
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>