summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add regress coverage for ASN1_OBJECT public interfaces.jsing2022-02-261-1/+2
* Undo static linking and other workarounds that are no longer neededtb2022-01-141-3/+2
* Fix asn1x509 build with opaque structures. Link statically for now.tb2022-01-121-2/+4
* Rework Makefile to use regress framework and link asn1basic statically.tb2022-01-121-13/+13
* Print the name of the test before we run it.jsing2021-12-241-1/+2
* Add regress for ASN1_tag2bit() and ASN1_tag2str()jsing2021-12-141-1/+2
* Merge two bugfixes in ASN1_STRING_TABLE_add(3) and ASN1_STRING_TABLE_get(3)schwarze2021-12-111-2/+3
* Add initial tests for coverage of ASN.1 complex/constructed types.jsing2021-12-091-1/+2
* Add initial tests for coverage of ASN.1 basic/primitive types.jsing2021-12-091-1/+2
* Add regress for {d2i,i2d}_{,DSA_,EC_,RSA_}PUBKEY{,_bio}().jsing2021-11-301-1/+2
* Test ASN1_STRING_copy(3).schwarze2021-11-131-1/+2
* Instead of enumerating the files to clean by hand, set PROGS=${TESTS}.tb2018-08-311-3/+3
* Make sure to clean up the .d files with 'make clean'tb2018-08-301-2/+2
* Add regress coverage for ASN1_TYPE_{get,set}_int_octetstring()jsing2017-11-281-2/+4
* Add an rfc5280 test suite to test x509_cmp_time.beck2015-09-291-2/+2
* Add initial regress tests for ASN.1 times.jsing2015-09-251-0/+21