summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/asn1_string_to_utf8.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* asn1_string_to_utf8 test: appease coveritytb2022-11-231-2/+8
| | | | | | | | | | Check for ASN_STRING_to_UTF8() failure before checking it matches our expectations. This should convey clearly that test->want_len is never negative. CID 377011 Diagnosed by jsing
* Add a simple test that exercises ASN1_STRING_to_UTF8() a little.tb2022-05-161-0/+128