Fix failing cms test when no-des is used
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 13 Feb 2023 11:58:33 +0000 (12:58 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 20 Feb 2023 05:01:41 +0000 (06:01 +0100)
commitc400a1fe477b44a5eacbad2be8d50f2eaa92925c
tree9003dc436d119efefe46f8fe2381ba27e9444ac6
parentd54e91d3944304bca2bd4c74af52ccffc49c6126
Fix failing cms test when no-des is used

The test tries to use DES but that may not be available.
But for the purpose of regression testing CVE-2023-0215
the cipher is not relevant, so we use AES-128 instead.

Fixes #20249

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/20276)
test/recipes/80-test_cms.t