]> git.ipfire.org Git - thirdparty/openssl.git/commit
04-test_encoder_decoder.t: Use algorithm that is non-fips also on 3.0.0
authorTomas Mraz <tomas@openssl.org>
Mon, 4 Sep 2023 19:39:30 +0000 (21:39 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 5 Sep 2023 07:35:18 +0000 (09:35 +0200)
commit75ac8f04b78e9e1283b0402a791728ba2728e159
tree36823ab2d0740ef976f0795e827d19a62d7dd7b9
parentb12c07cfba9651ae80b7020ffe8e634f47581389
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@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/21957)
test/recipes/04-test_encoder_decoder.t