http://bugs.winehq.org/show_bug.cgi?id=27687
Summary: SSL cannot be connected with Solaris 11 Express Product: Wine Version: unspecified Platform: x86 OS/Version: Solaris Status: UNCONFIRMED Severity: major Priority: P2 Component: crypt32 AssignedTo: wine-bugs@winehq.org ReportedBy: kazus@sunfish.suginami.tokyo.jp
Kindle for PC and Evernote client cannot synchronize by Solaris 11 Express.
It was necessary to add following information to CRYPT_knownLocations[] defined in dlls/crypt32/rootstore.c to solve this problem.
*** dlls/crypt32/rootstore.c.orig 2011-06-26 17:19:27.798350805 +0900 --- dlls/crypt32/rootstore.c 2011-06-26 17:20:21.947540215 +0900 *************** *** 482,487 **** --- 482,488 ---- };
static const char * const CRYPT_knownLocations[] = { + "/etc/sfw/openssl/certs", "/etc/ssl/certs/ca-certificates.crt", "/etc/ssl/certs", "/etc/pki/tls/certs/ca-bundle.crt",
looks like Bug 15704.
Bug 15704 crypt32: chain.ok test fails in OpenSolaris http://bugs.winehq.org/show_bug.cgi?id=15704
http://bugs.winehq.org/show_bug.cgi?id=27687
--- Comment #1 from Kazuyuki Sato kazus@sunfish.suginami.tokyo.jp 2011-07-03 22:12:31 CDT --- Created an attachment (id=35421) --> (http://bugs.winehq.org/attachment.cgi?id=35421) rootstore.c.diff
http://bugs.winehq.org/show_bug.cgi?id=27687
Kazuyuki Sato kazus@sunfish.suginami.tokyo.jp changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kazus@sunfish.suginami.toky | |o.jp
http://bugs.winehq.org/show_bug.cgi?id=27687
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2011-07-04 09:05:35 CDT --- Patches should be in git format, and sent to wine-patches@winehq.org : they're not picked up from here.
http://bugs.winehq.org/show_bug.cgi?id=27687
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Juan Lang juan_lang@yahoo.com 2011-07-18 15:31:06 CDT --- Fixed by 8cdf7358227f3c94ecc20c99e27e6ea2fc901b12. Thank you!
http://bugs.winehq.org/show_bug.cgi?id=27687
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2011-07-22 12:45:14 CDT --- Closing bugs fixed in 1.3.25.