CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/04/28 12:36:38
Modified files:
regress/lib/libcrypto/asn1: asn1complex.c
Log message:
Add tests that decode sequences into ASN.1 strings.
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...)