https://bz.apache.org/ooo/show_bug.cgi?id=125431
--- Comment #57 from [email protected] --- Thank you Manfred. It looks normal. Maybe the mozilla libraries are looking in the wrong place for that file or they are breaking somewhere else? Without a Mac, it's hard to tell. You could check whether it's looking for the right file by tracing system calls with strace/[d]truss/dtrace but I am not sure how to run those on a Mac... When I try open an encrypted file with a debug version of AOO, I get an error dialog saying: Error: Can not create a SHA-256 digest! >From File: AOO/main/comphelper/source/misc/storagehelper.cxx at Line 451 followed by that password incorrect error. Which comes from the method OStorageHelper::CreatePackageEncryptionData() which is trying to instantiate "com.sun.star.xml.crypto.NSSInitializer" and gives that error on failure. The com.sun.star.xml.crypto.NSSInitializer is implemented in main/xmlsecurity. There is code that reads the Firefox / Thunderbird / other profiles. Not clear where it's breaking. There is a plan to replace nss, which may help this. -- You are receiving this mail because: You are the assignee for the issue.
