https://bugs.documentfoundation.org/show_bug.cgi?id=161872
--- Comment #5 from Moritz Duge <moritz.d...@allotropia.de> --- (In reply to Miklos Vajna from comment #4) > [...] > My build uses --enable-dbgutil and --without-system-nss, so both xmlsec and > nss are internal. Thanks. I've bisected the problem using the builds from this binary repo. https://bibisect.libreoffice.org/linux-64-24.2 First bad commit in that repo is: cfe7f35909ab57642b1ca64de1fbc033ce6c2a60 I've also reproduced the problem with my local master builds in the last weeks. And I'm also using --enable-dbgutil for those builds, but I have not used --without-system-nss and config.log says "checking which nss to use" -> "result: external". So I just build with --enable-dbgutil and --without-system-nss. But X.509 ODF signing is still broken. Then I installed the libxmlsec1-dev Debian-12 package which wasn't installed before (Debian-12 comes with libxmlsec1-1.2.37). And I rebuild using --with-system-nss and --with-system-xmlsec. And with that build X.509 ODF signing works. But I guess it's simply because Debian-12 ships libxmlsec version 1.2.37 instead of 1.3.1. Interestingly signing and encrypting ODF with GPG seems to work always. My system: OS: Debian-12 (x86_64) Mozilla profile is freshly created with Thunderbird 115.12.0 (64-Bit build Debian-12). -- You are receiving this mail because: You are the assignee for the bug.