https://bugs.winehq.org/show_bug.cgi?id=53136
Bug ID: 53136 Summary: crypt32:cert - testVerifyRevocation() fails in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
crypt32:cert - testVerifyRevocation() fails in Wine:
cert.c:4177: Test failed: got 80092012 cert.c:4178: Test failed: got 80092012
https://test.winehq.org/data/patterns.html#crypt32:cert
0c80092012 is CRYPT_E_NO_REVOCATION_CHECK.
The failures started on 2022-05-30 and were initially random but are systematic since 2022-06-07. The actual test was introduced on 2022-05-24 in the commit below and reverting to that commit produces systematic failures.
So this is not a regression but instead looks like an outside change that broke the test.
commit 74832c2177808c6222d44f7e4580de84e0ada8f0 Author: Hans Leidekker hans@codeweavers.com AuthorDate: Tue May 24 09:46:22 2022 +0200
crypt32/tests: Add more OCSP revocation tests.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org