Alexandre Julliard : wininet/tests: Update the winehq.org certificate data.

Alexandre Julliard julliard at winehq.org
Tue Jun 26 04:44:26 CDT 2018


Module: wine
Branch: stable
Commit: 130cb57bf9e498983d3e7cfe472792894ae64d97
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=130cb57bf9e498983d3e7cfe472792894ae64d97

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Mar  6 15:27:49 2018 -0600

wininet/tests: Update the winehq.org certificate data.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 105b3dc8169db038b30abb653add0689dff2b89e)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/wininet/tests/http.c | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c
index af78704..72121d8 100644
--- a/dlls/wininet/tests/http.c
+++ b/dlls/wininet/tests/http.c
@@ -5526,11 +5526,22 @@ typedef struct {
 } cert_struct_test_t;
 
 static const cert_struct_test_t test_winehq_org_cert = {
+    "US\r\n"
+    "55114\r\n"
+    "MN\r\n"
+    "Saint Paul\r\n"
+    "Ste 120\r\n"
+    "700 Raymond Ave\r\n"
+    "CodeWeavers\r\n"
+    "IT\r\n"
+    "Secure Link SSL Wildcard\r\n"
     "*.winehq.org",
 
     "US\r\n"
-    "GeoTrust Inc.\r\n"
-    "RapidSSL SHA256 CA"
+    "VA\r\n"
+    "Herndon\r\n"
+    "Network Solutions L.L.C.\r\n"
+    "Network Solutions OV Server CA 2"
 };
 
 static const cert_struct_test_t test_winehq_com_cert = {




More information about the wine-cvs mailing list