[openssl/openssl] 87da6d: Fix failing cms test when no-des is used

Bernd Edlinger noreply at github.com
Mon Feb 20 05:05:27 UTC 2023


  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 87da6db1773f7741e7f92f40907e3282586da28a
      https://github.com/openssl/openssl/commit/87da6db1773f7741e7f92f40907e3282586da28a
  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