summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/asn1object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make internal header file names consistenttb2022-11-261-2/+2
* Convert from %i to %dtb2022-09-051-2/+2
* Fix format string: use %zu for size_t, not %lu.tb2022-06-221-3/+3
* Tweak regress in such a way that it would have caught the bug intb2022-05-131-1/+6
* Revise regress for ascii/text to ASN.1 object conversion rewrite.jsing2022-03-191-58/+10
* Add another invalid separator test case.jsing2022-03-191-1/+5
* Check BIO_reset() return value to make gcc happy.tb2022-03-151-2/+5
* Add test coverage for i2a_ASN1_OBJECT()jsing2022-03-051-3/+39
* Provide additional ASN1_OBJECT test coverage.jsing2022-03-021-16/+114
* Add regress coverage for ASN1_OBJECT public interfaces.jsing2022-02-261-0/+397