mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:33:33 +03:00
test1397: unit test for certificate name wildcard handling
This commit is contained in:
parent
965690f67e
commit
4d06b27921
4 changed files with 78 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
27
tests/data/test1397
Normal file
27
tests/data/test1397
Normal file
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue