[openssl/openssl] 75ac8f: 04-test_encoder_decoder.t: Use algorithm that is n...
Tomáš Mráz
noreply at github.com
Tue Sep 5 07:37:12 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 75ac8f04b78e9e1283b0402a791728ba2728e159
https://github.com/openssl/openssl/commit/75ac8f04b78e9e1283b0402a791728ba2728e159
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M test/recipes/04-test_encoder_decoder.t
Log Message:
-----------
04-test_encoder_decoder.t: Use algorithm that is non-fips also on 3.0.0
The test encrypted RSA key with DES3 which is still
allowed in the 3.0 fips provider.
Instead use the traditional key format that uses MD5
to create the password based key. MD5 is disallowed
in the 3.0 fips provider.
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/21957)
More information about the openssl-commits
mailing list