From: Adolf Belka Date: Sun, 21 May 2023 12:45:43 +0000 (+0200) Subject: openssl: Fix for Bug#13117 - adds legacy option in for openssl extraction of cert... X-Git-Tag: v2.27-core175~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=416f31737656d1d5c5430befea419407e75af4b3;p=ipfire-2.x.git openssl: Fix for Bug#13117 - adds legacy option in for openssl extraction of cert & key - OpenSSL-3.x gives an error when trying to open insecure .p12 files to extract the cert and key for the insecure package download option. - To make this work the -legacy option is needed in the openssl command, which requires the legacy.so library to be available. - Successfully tested on a vm system. - Patch set built on Master (CU175 Testing) Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl index e29bc6dc1e..44ae2cda99 100644 --- a/config/rootfiles/common/openssl +++ b/config/rootfiles/common/openssl @@ -160,7 +160,7 @@ usr/lib/libcrypto.so.3 usr/lib/libssl.so usr/lib/libssl.so.3 #usr/lib/ossl-modules -#usr/lib/ossl-modules/legacy.so +usr/lib/ossl-modules/legacy.so #usr/lib/pkgconfig/libcrypto.pc #usr/lib/pkgconfig/libssl.pc #usr/lib/pkgconfig/openssl.pc