Fix no-des failure in test_cms
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 18 Dec 2023 20:38:22 +0000 (21:38 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 19 Dec 2023 12:18:36 +0000 (13:18 +0100)
commit5b4f4474b2562c4422193e1719461a0ef5cbc3e5
tree52efb7dcbcc41a318623d6ed98d3b60dd6f75220
parent5df160f116fbe49eff5c938cf184f84bf4cc3952
Fix no-des failure in test_cms

The newly introduced test case do not work
when configured with no-des, fix that by
choosing -aes128 as cipher.

Fixes ffed597882ba ("cms: avoid intermittent test failure")

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23086)
test/recipes/80-test_cms.t