openssl/crypto/cms
Alon Bar-Lev 67c0460b89 Handle SMIME_crlf_copy return code
Currently the SMIME_crlf_copy result is ignored in all usages. It does
return failure when memory allocation fails.

This patch handles the SMIME_crlf_copy return code in all occurrences.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18876)
2022-07-28 10:05:59 +01:00
..
build.info
cms_asn1.c CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensions 2022-07-16 08:15:49 +02:00
cms_att.c
cms_cd.c Update copyright year 2022-05-03 13:34:51 +01:00
cms_dd.c
cms_dh.c libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left() 2022-07-19 08:44:19 +02:00
cms_ec.c libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left() 2022-07-19 08:44:19 +02:00
cms_enc.c
cms_env.c CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensions 2022-07-16 08:15:49 +02:00
cms_err.c CMS sign digest 2022-04-02 10:42:16 -04:00
cms_ess.c
cms_io.c Update copyright year 2022-05-03 13:34:51 +01:00
cms_kari.c
cms_lib.c Remove duplicated #include headers 2022-05-04 13:46:10 +10:00
cms_local.h CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensions 2022-07-16 08:15:49 +02:00
cms_pwri.c add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(), 2021-10-27 08:36:55 +10:00
cms_rsa.c Update copyright year 2022-05-03 13:34:51 +01:00
cms_sd.c CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensions 2022-07-16 08:15:49 +02:00
cms_smime.c Handle SMIME_crlf_copy return code 2022-07-28 10:05:59 +01:00