]> git.ipfire.org Git - thirdparty/openssl.git/commit
SMIME_write_ASN1_ex() used for CMS: add error checking for calls to BIO_printf()...
authorDr. David von Oheimb <dev@ddvo.net>
Sun, 13 Apr 2025 07:52:15 +0000 (09:52 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Wed, 14 May 2025 06:43:20 +0000 (08:43 +0200)
commitd8e87f9c2f1f87bfd18d164e62442595a68766a0
treedf8076863bacc3b6ba327dbe76ad687ae08ce1e1
parent1beaf112e53c5b6ea2a7c7564adb1374d7253e7e
SMIME_write_ASN1_ex() used for CMS: add error checking for calls to BIO_printf(), BIO_puts(), and asn1_write_micalg()

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27368)
crypto/asn1/asn_mime.c