On Tue, 2025-11-04 at 02:03 +0100, Albert Astals Cid wrote: > The nss-verify tests have failed on the Windows unofficial CI > https://ci.appveyor.com/project/tsdgeos/poppler-mirror/build/job/482eplcky0pi7pyt > my guess it is more a test problem than not an actual code problem, but may > be right, i have decided to release anyway since I don't see how this can be > a regression from looking at the code changes we did, so either is a test > problem or was broken already. >
In an attempt to reproduce the problem I have built NSS & poppler using VS 2022. The tests pass. It turns out that your particular CI setup uses NSS compiled with NSS_DISABLE_LIBPKIX. As a result, CERT_PKIXVerifyCert() fails with PR_NOT_IMPLEMENTED_ERROR. Your guess was correct. Best, Juraj
