[openssl/openssl] 9f461a: Fix failing cms test when no-des is used
Bernd Edlinger
noreply at github.com
Mon Feb 20 05:05:26 UTC 2023
Branch: refs/heads/OpenSSL_1_1_1-stable
Home: https://github.com/openssl/openssl
Commit: 9f461a902d4273e9a682909cc5d8191a71d0297a
https://github.com/openssl/openssl/commit/9f461a902d4273e9a682909cc5d8191a71d0297a
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Changed paths:
M test/recipes/80-test_cms.t
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Todd Short <todd.short at me.com>
(Merged from https://github.com/openssl/openssl/pull/20276)
(cherry picked from commit c400a1fe477b44a5eacbad2be8d50f2eaa92925c)
More information about the openssl-commits
mailing list