History log of /openbsd-src/regress/lib/libcrypto/asn1/asn1complex.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 7bb1a6cf 05-Sep-2022 tb <tb@openbsd.org>

Convert from %i to %d


# 74884328 28-Apr-2022 jsing <jsing@openbsd.org>

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
s

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...)

show more ...


# fb228d6d 27-Apr-2022 jsing <jsing@openbsd.org>

Ensure we clear the error stack before running tests that print errors.


# 9e833530 09-Dec-2021 jsing <jsing@openbsd.org>

Add initial tests for coverage of ASN.1 complex/constructed types.