protonscr

winhttp: WINHTTP_OPTION_SERVER_CERT_CHAIN_CONTEXT missing

wineclosed
ValveSoftware/wine#319 · opened 2026-04-03 by bsmntoid · updated 2026-08-13 · 2 comments · github
Bbsmntoid 2026-04-03 github

In the function request_query_option of dlls/winhttp/session.c, there is no case for WINHTTP_OPTION_SERVER_CERT_CHAIN_CONTEXT. This is already implemented in upstream Wine (https://gitlab.winehq.org/wine/wine/-/merge_requests/10357/), but I'm not sure of the process for getting a change like this pulled in out of order.

VVoidCounsel 2026-07-31 github

upstream already has the full implementation in MR 10357 (https://gitlab.winehq.org/wine/wine/-/merge_requests/10357). it landed in wine 11.5, so the normal path is just waiting for the next sync into this tree

Upstream links