Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bio_asn1 tests: drop unneeded variable | tb | 2023-07-21 | 1 | -3/+2 |
| | |||||
* | Simplify slightly and use i2d_PKCS7_bio_stream() | tb | 2023-05-02 | 1 | -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 churn | tb | 2023-04-25 | 1 | -1/+3 |
| | |||||
* | Add a regress for the recent BIO_new_NDEF() write after free | tb | 2023-03-31 | 1 | -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 release | tb | 2023-03-26 | 1 | -0/+174 |