openssl/crypto/cms
Dmitry Belyavskiy 83ab43da0c Check that IV length is not less than zero
As EVP_CIPHER_CTX_get_iv_length indicates failure with -1, this error
should be processed. Also the result of this function shouldn't be
assigned to an unsigned variable.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18891)
2022-08-01 08:14:23 +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 Check that IV length is not less than zero 2022-08-01 08:14:23 +01:00
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 Check that IV length is not less than zero 2022-08-01 08:14:23 +01: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