mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
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>
This commit is contained in:
committed by
Peter Müller
parent
c6c78f8e11
commit
416f317376
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user