[Bug 53136] New: crypt32:cert - testVerifyRevocation() fails in Wine

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jun 12 11:42:26 CDT 2022


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 at winehq.org
          Reporter: fgouget at 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 at codeweavers.com>
AuthorDate: Tue May 24 09:46:22 2022 +0200

    crypt32/tests: Add more OCSP revocation tests.

    Signed-off-by: Hans Leidekker <hans at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list