Hans Leidekker : wininet/tests: Update test data to match the new certificate on winehq.org.
Module: wine Branch: master Commit: bbfae5be4b34995e66a92f553e2a8c71ce52f998 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bbfae5be4b34995e66a92f553e... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Thu Sep 25 14:21:06 2014 +0200 wininet/tests: Update test data to match the new certificate on winehq.org. --- dlls/wininet/tests/http.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c index ad6622c..e7c3e17 100644 --- a/dlls/wininet/tests/http.c +++ b/dlls/wininet/tests/http.c @@ -4180,15 +4180,14 @@ typedef struct { } cert_struct_test_t; static const cert_struct_test_t test_winehq_org_cert = { - "6JcR7G3G8tgjkeoMcitK-bTbzcpumDSy\r\n" "GT98380011\r\n" "See www.rapidssl.com/resources/cps (c)14\r\n" "Domain Control Validated - RapidSSL(R)\r\n" "*.winehq.org", "US\r\n" - "\"GeoTrust, Inc.\"\r\n" - "RapidSSL CA" + "GeoTrust Inc.\r\n" + "RapidSSL SHA256 CA - G3" }; static const cert_struct_test_t test_winehq_com_cert = {
participants (1)
-
Alexandre Julliard