summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/asn1complex.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert from %i to %dtb2022-09-051-2/+2
|
* Add tests that decode sequences into ASN.1 strings.jsing2022-04-281-1/+97
| | | | | | | | | | | Test decoding of sequences with length and indefinite length into an ASN.1 string - in this case the ASN.1 is not decoded, rather the octets are stored directly as the content of the string. This exercises a specific path through the ASN.1 decoder. (you know asn1complex is living up to its name when you have to import openssl/asn1t.h directly...)
* Ensure we clear the error stack before running tests that print errors.jsing2022-04-271-1/+3
|
* Add initial tests for coverage of ASN.1 complex/constructed types.jsing2021-12-091-0/+226