Unverified Commit a669e069 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

test1651: unit test Curl_extract_certinfo()

The version used for Gskit, NSS, GnuTLS, WolfSSL and schannel.
parent feea1259
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ test1590 \
test1600 test1601 test1602 test1603 test1604 test1605 test1606 test1607 \
test1608 test1609 test1620 \
\
test1650 \
test1650 test1651 \
\
test1700 test1701 test1702 \
\

tests/data/test1651

0 → 100644
+26 −0
Original line number Diff line number Diff line
<testcase>
<info>
<keywords>
unittest
x509
</keywords>
</info>

#
# Client-side
<client>
<server>
none
</server>
<features>
unittest
</features>
 <name>
x509 parsing
 </name>
<tool>
unit1651
</tool>
</client>

</testcase>
+4 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ UNITPROGS = unit1300 unit1301 unit1302 unit1303 unit1304 unit1305 unit1307 \
 unit1399 \
 unit1600 unit1601 unit1602 unit1603 unit1604 unit1605 unit1606 unit1607 \
 unit1608 unit1609 unit1620 \
 unit1650
 unit1650 unit1651

unit1300_SOURCES = unit1300.c $(UNITFILES)
unit1300_CPPFLAGS = $(AM_CPPFLAGS)
@@ -102,3 +102,6 @@ unit1620_CPPFLAGS = $(AM_CPPFLAGS)

unit1650_SOURCES = unit1650.c $(UNITFILES)
unit1650_CPPFLAGS = $(AM_CPPFLAGS)

unit1651_SOURCES = unit1651.c $(UNITFILES)
unit1651_CPPFLAGS = $(AM_CPPFLAGS)

tests/unit/unit1651.c

0 → 100644
+386 −0

File added.

Preview size limit exceeded, changes collapsed.