--
v2: crypt32: Favour CERT_CHAIN_POLICY_IGNORE_WRONG_USAGE_FLAG in verify_ssl_policy().
crypt32: Only mind end certificate when checking revocation status in verify_ssl_policy().
crypt32: Favour CERT_CHAIN_POLICY_IGNORE_END_REV_UNKNOWN_FLAG in verify_ssl_policy().
crypt32: Check CERT_TRUST_REVOCATION_STATUS_UNKNOWN instead of CERT_TRUST_IS_OFFLINE_REVOCATION in verify_ssl_policy().
crypt32: Fix some error codes in verify_ssl_policy().
crypt32/tests: Add more tests for VerifyCertChainPolicy().
https://gitlab.winehq.org/wine/wine/-/merge_requests/7117
International Rally Championship executes cli on startup and sti on
exit, this currently crashes as an exception is thrown and isn't handled
by the game.
The ntdll:exception tests show that an exception is thrown on x86_64,
i386 and WOW64 mode, however the game also runs fine when executed in a
Windows 10 64bit VM (with 640x480 16bpp compatibility mode). It crashes
when run in a Windows 8 32bit VM, so possibly something WOW64 related
swallows the exception.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57381
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7113
No reviews required.\
This is just to get the test results as seen by gitlab.\
MR will be cancelled afterwards.
--
v4: winhttp: Always return result at once if available in WinHttpReadData().
winhttp: Always return result at once if available in WinHttpQueryDataAvailable().
user32/tests: Fix some sysparams results on recent Windows.
user32/tests: Fix cursoricon tests on recent Windows versions.
urlmon/tests: Skip test if ftp connection fails.
crypt32/tests: Fix a test failure.
wininet: Parse multi-token Connection strings for Keep-Alive.
This merge request has too many patches to be relayed via email.
Please visit the URL below to see the contents of the merge request.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7098