Revision 22f1a8ff78320cc0abd8f943c8fefd5e8dcdea1f authored by Bernd Edlinger on 24 November 2023, 06:02:35 UTC, committed by Tomas Mraz on 16 August 2024, 08:09:05 UTC
This is related to #22780, simply add test cases for the different failure modes of PEM_ASN1_read_bio. Depending on whether the PEM or the DER format is valid or not, the passed in CRL may be deleted ot not, therefore a statement like this: reused_crl = PEM_read_bio_X509_CRL(b, &reused_crl, NULL, NULL); must be avoided, because it can create memory leaks. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22809) (cherry picked from commit 83951a9979784ffa701e945b86f2f0bc2caead8e)
1 parent d2a4566
File | Mode | Size |
---|---|---|
bio | ||
certs | ||
cipher | ||
cms | ||
digest | ||
encode | ||
encrypt | ||
guide | ||
http3 | ||
kdf | ||
keyexch | ||
mac | ||
pkcs12 | ||
pkey | ||
signature | ||
smime | ||
sslecho | ||
Makefile | -rw-r--r-- | 293 bytes |
README.txt | -rw-r--r-- | 3.0 KB |

Computing file changes ...