summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bio/bio_asn1.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bio_asn1 tests: drop unneeded variabletb2023-07-211-3/+2
|
* Simplify slightly and use i2d_PKCS7_bio_stream()tb2023-05-021-3/+3
| | | | | This is a wrapper of i2d_ASN1_bio_stream() that doesn't require us to pass in PKCS7_it.
* bio_asn1: adjust for more recent churntb2023-04-251-1/+3
|
* Add a regress for the recent BIO_new_NDEF() write after freetb2023-03-311-2/+59
| | | | | | This is a simple reproducer for a write after free that avoids all the mess with CMS, PKCS7 and SMIME. This now mostly allows ASAN to check that the memory handling in this marvellous function is correct.
* Add regress coverage for some BIO_f_asn1() bugs fixed before releasetb2023-03-261-0/+174