curl-curl/tests/data/test1667
Daniel Stenberg 14782b36fe
x509asn1: fixed and adapted for ASN1tostr unit testing
- 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
2026-03-20 13:03:40 +01:00

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>