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 |
---|---|---|
platform | ||
00-base-templates.conf | -rw-r--r-- | 6.0 KB |
10-main.conf | -rw-r--r-- | 90.2 KB |
15-android.conf | -rw-r--r-- | 11.7 KB |
15-ios.conf | -rw-r--r-- | 3.6 KB |
50-cppbuilder.conf | -rw-r--r-- | 2.8 KB |
50-djgpp.conf | -rw-r--r-- | 656 bytes |
50-haiku.conf | -rw-r--r-- | 1.3 KB |
50-masm.conf | -rw-r--r-- | 907 bytes |
50-nonstop.conf | -rw-r--r-- | 10.5 KB |
50-os390.conf | -rw-r--r-- | 352 bytes |
50-vms-x86_64.conf | -rw-r--r-- | 420 bytes |
50-win-clang-cl.conf | -rw-r--r-- | 1.2 KB |
50-win-hybridcrt.conf | -rw-r--r-- | 1.7 KB |
50-win-onecore.conf | -rw-r--r-- | 5.9 KB |
INTERNALS.Configure | -rw-r--r-- | 7.7 KB |
README-design.md | -rw-r--r-- | 23.9 KB |
README.md | -rw-r--r-- | 31.6 KB |
common0.tmpl | -rw-r--r-- | 1.3 KB |
descrip.mms.tmpl | -rw-r--r-- | 63.9 KB |
gentemplate.pm | -rw-r--r-- | 20.9 KB |
platform.pm | -rw-r--r-- | 304 bytes |
shared-info.pl | -rw-r--r-- | 3.5 KB |
unix-Makefile.tmpl | -rw-r--r-- | 81.9 KB |
unix-checker.pm | -rw-r--r-- | 621 bytes |
windows-checker.pm | -rw-r--r-- | 653 bytes |
windows-makefile.tmpl | -rw-r--r-- | 45.5 KB |

Computing file changes ...