summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Link x509_algor test statically and switch to the internaltb2024-02-291-1/+2
* Add regress coverage for the new APItb2024-02-181-1/+2
* Remove the string_table testtb2023-12-151-2/+1
* Add regress coverage for X509_ALGOR_*tb2023-10-111-2/+3
* Add regress coverage for {s2i,i2s}_ASN1_OCTET_STRINGtb2023-05-121-1/+2
* Let bsd.regress.mk take care of running teststb2022-12-021-8/+1
* link asn1object test statically in preparation for upcoming bumptb2022-09-111-1/+2
* The asn1time test no longer needs static linking.tb2022-07-121-4/+1
* Only asn1time needs to be static for now.tb2022-06-281-2/+4
* Make this regress test link staticly and use internal symbolsbeck2022-06-281-1/+2
* Drop bogus DPADD += ${LIBSSL}tb2022-06-191-2/+2
* Add a simple test that exercises ASN1_STRING_to_UTF8() a little.tb2022-05-161-1/+2
* 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