Module: wine Branch: master Commit: 60843dbb3e57a72c7a6a138b31f33a6a522e95c2 URL: https://gitlab.winehq.org/wine/wine/-/commit/60843dbb3e57a72c7a6a138b31f33a6...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Jan 11 09:08:28 2024 +0100
wininet/tests: Update expected winehq.org certificate.
---
dlls/wininet/tests/http.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c index 026672c6536..9405991c3b0 100644 --- a/dlls/wininet/tests/http.c +++ b/dlls/wininet/tests/http.c @@ -6716,16 +6716,11 @@ typedef struct { } cert_struct_test_t;
static const cert_struct_test_t test_winehq_org_cert = { - "US\r\n" - "Minnesota\r\n" - "CodeWeavers\r\n" - "*.winehq.org", + "winehq.org",
"US\r\n" - "VA\r\n" - "Herndon\r\n" - "Network Solutions L.L.C.\r\n" - "Network Solutions OV Server CA 2" + "Let's Encrypt\r\n" + "R3" };
static const cert_struct_test_t test_winehq_com_cert = {