summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/asn1object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* asn1object: improve error message to include returned valuetb2025-02-261-2/+2
* asn1object: zap trailing whitespacetb2024-05-291-3/+3
* Make it possible for the large OID test to failtb2024-05-291-3/+3
* Add regress coverage for some corner cases of i2d_ASN1_OBJECT()tb2024-05-291-1/+40
* Add regress coverage for i2d_ASN1_OBJECT() fixestb2024-05-291-3/+27
* 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