Bug#1024434: osslsigncode: Fails to sign code with pkcs12

2022-11-19 Thread Stephen Kitt
On Sat, 19 Nov 2022 14:59:57 +0100, Stefan Weil wrote: > Am 19.11.22 um 14:03 schrieb Stephen Kitt: > > Since you have a working build, could you run ldd on it and reply with the > > result? > [...] > > That differs from the non-working one which does not use > libcrypto.so.1.1 (that's the on

Bug#1024434: osslsigncode: Fails to sign code with pkcs12

2022-11-19 Thread Stefan Weil
I could now debug the code and at least see which function fails: PKCS12_parse failed with error:0308010C:digital envelope routines::unsupported. libssl3 no longer provides support by default for some old and unsecure algorithms. Such algorithms can be loaded by function OSSL_PROVIDER_load or

Bug#1024434: osslsigncode: Fails to sign code with pkcs12

2022-11-19 Thread Stefan Weil
Am 19.11.22 um 14:03 schrieb Stephen Kitt: Since you have a working build, could you run ldd on it and reply with the result? Working build:     linux-vdso.so.1 (0x7ffd29d74000)     libcrypto.so.1.1 => /lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x7f41f5e0)     libcurl-gnutls.so.4 =

Bug#1024434: osslsigncode: Fails to sign code with pkcs12

2022-11-19 Thread Stephen Kitt
Hi Stefan, On Sat, 19 Nov 2022 12:59:07 +0100, Stefan Weil wrote: > Code signing no longer works with the package from Debian bookworm, > while Debian bullseye and a local build based on > https://github.com/mtrojnar/osslsigncode works fine. Thanks for taking the time to report this! Since you

Bug#1024434: osslsigncode: Fails to sign code with pkcs12

2022-11-19 Thread Stefan Weil
Package: osslsigncode Version: 2.5-2 Severity: normal Code signing no longer works with the package from Debian bookworm, while Debian bullseye and a local build based on https://github.com/mtrojnar/osslsigncode works fine. Error with bookworm: stefan@qemu:~$ osslsigncode sign -pkcs12 PATH/sw.p1