]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
openssl: Fix for Bug#13117 - adds legacy option in for openssl extraction of cert...
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 21 May 2023 12:45:43 +0000 (14:45 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 22 May 2023 22:08:11 +0000 (22:08 +0000)
commit416f31737656d1d5c5430befea419407e75af4b3
tree0faef91443f0fb311620fa8d392264cb40332dda
parentc6c78f8e1172b372c58110ef641fb5c646c3c1c2
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 <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
config/rootfiles/common/openssl