summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/asn1basic.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rework Makefile to use regress framework and link asn1basic statically.tb2022-01-121-1/+3
| | | | | It will need this for testing {d2i,i2d}_ASN1_BOOLEAN which will be moved to internal-only in the upcoming bump.
* Add regress tests for ASN1_BIT_STRING.jsing2022-01-061-2/+113
|
* fix typo: boolean true should decode to 1, not 0tb2021-12-231-2/+2
|
* Add initial tests for coverage of ASN.1 basic/primitive types.jsing2021-12-091-0/+133