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

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


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: c400a1fe477b44a5eacbad2be8d50f2eaa92925c
      https://github.com/openssl/openssl/commit/c400a1fe477b44a5eacbad2be8d50f2eaa92925c
  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)




More information about the openssl-commits mailing list