This fixes the hang mentioned in https://bugs.winehq.org/show_bug.cgi?id=57632 introduced by e6b8e9ee20937f12dbf19145a9f2ca1ca3364da3. That bug also mentions the radio being silent, that's unrelated to the hang should probably be a separate bug.
--
v2: quartz/dsoundrender: Restart the render thread when clearing EOS in dsound_render_sink_end_flush().
https://gitlab.winehq.org/wine/wine/-/merge_requests/7122
--
v3: 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