[openssl/openssl] da3d09: Fix no-des failure in test_cms
Tomáš Mráz
noreply at github.com
Tue Dec 19 12:51:27 UTC 2023
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: da3d09ec336bd4ffb46bec6252fcf53a1f3afe60
https://github.com/openssl/openssl/commit/da3d09ec336bd4ffb46bec6252fcf53a1f3afe60
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M test/recipes/80-test_cms.t
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23086)
(cherry picked from commit 5b4f4474b2562c4422193e1719461a0ef5cbc3e5)
Commit: 201711c15836fc6b14cc87e1687c3c2411ad84b8
https://github.com/openssl/openssl/commit/201711c15836fc6b14cc87e1687c3c2411ad84b8
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M test/evp_test.c
Log Message:
-----------
Fix provider compatibility check crash in evp_test
EVP_MAC_CTX_get_mac_size() cannot be called on older
unfixed versions before EVP_MAC_init().
Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/23008)
Compare: https://github.com/openssl/openssl/compare/b80cee9658ff...201711c15836
More information about the openssl-commits
mailing list