openssl/crypto/cms
Shane Lontis 1acb2e6f35 Fix CMS so that it still works with non fetchable algorithms.
Fixes #12633

For CMS the Gost engine still requires calls to EVP_get_digestbyname() and EVP_get_cipherbyname() when
EVP_MD_fetch() and EVP_CIPHER_fetch() return NULL.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12689)
2020-08-22 11:07:14 +03:00
..
build.info
cms_asn1.c
cms_att.c
cms_cd.c
cms_dd.c
cms_enc.c Fix CMS so that it still works with non fetchable algorithms. 2020-08-22 11:07:14 +03:00
cms_env.c Fix CMS so that it still works with non fetchable algorithms. 2020-08-22 11:07:14 +03:00
cms_err.c
cms_ess.c
cms_io.c
cms_kari.c
cms_lib.c Fix CMS so that it still works with non fetchable algorithms. 2020-08-22 11:07:14 +03:00
cms_local.h
cms_pwri.c
cms_sd.c Fix CMS so that it still works with non fetchable algorithms. 2020-08-22 11:07:14 +03:00
cms_smime.c