openssl/crypto/cms
Matt Caswell 2852c672a8 Don't use the low level AES key wrap APIs in CMS
We should not be using the low level AES APIs in CMS. Instead we should
be using EVP. There was a small amount of use of the low level key
wrap APIs - so we convert that to EVP.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10580)
2020-01-06 15:09:57 +00:00
..
build.info unified build scheme: add build.info files 2016-02-01 12:46:58 +01:00
cms_asn1.c Reorganize local header files 2019-09-28 20:26:35 +02:00
cms_att.c Reorganize local header files 2019-09-28 20:26:35 +02:00
cms_cd.c Reorganize local header files 2019-09-28 20:26:35 +02:00
cms_dd.c Reorganize local header files 2019-09-28 20:26:35 +02:00
cms_enc.c Reorganize local header files 2019-09-28 20:26:35 +02:00
cms_env.c Don't use the low level AES key wrap APIs in CMS 2020-01-06 15:09:57 +00:00
cms_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
cms_ess.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
cms_io.c PEM: constify PEM_write_ routines 2019-11-18 02:34:12 +01:00
cms_kari.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
cms_lib.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
cms_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
cms_pwri.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
cms_sd.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
cms_smime.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00