mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
- move defines to header file - make bit2str require < 8 unused bits - make bool strings stricter - make UTime2str show + or - for custom time zones - removed unused 'type' argument to ASN1tostr() function - fix int2str for negative values. All values below 10000 are now shown in decimal properly, also possibly negative values. Add unit test 1667 to verify ASN1tostr Closes #21013
21 lines
233 B
XML
21 lines
233 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
ASN1tostr
|
|
x509asn1
|
|
</keywords>
|
|
</info>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
unittest
|
|
</features>
|
|
<name>
|
|
ASN1tostr unit tests
|
|
</name>
|
|
</client>
|
|
</testcase>
|