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
cms_asn1.c
cms_att.c
cms_cd.c
cms_dd.c
cms_enc.c
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
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
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