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:03:53 +0000 (06:03 +0100)
commit9f461a902d4273e9a682909cc5d8191a71d0297a
tree8ff5da37dbb772ae323d80e2cb1eac2b69047c28
parenteec34033552c810132736c772d37547f097a51b0
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)

(cherry picked from commit c400a1fe477b44a5eacbad2be8d50f2eaa92925c)
test/recipes/80-test_cms.t