[Bug 27687] New: SSL cannot be connected with Solaris 11 Express
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(a)winehq.org ReportedBy: kazus(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27687 --- Comment #1 from Kazuyuki Sato <kazus(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27687 Kazuyuki Sato <kazus(a)sunfish.suginami.tokyo.jp> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kazus(a)sunfish.suginami.toky | |o.jp -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27687 --- Comment #2 from Juan Lang <juan_lang(a)yahoo.com> 2011-07-04 09:05:35 CDT --- Patches should be in git format, and sent to wine-patches(a)winehq.org : they're not picked up from here. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27687 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #3 from Juan Lang <juan_lang(a)yahoo.com> 2011-07-18 15:31:06 CDT --- Fixed by 8cdf7358227f3c94ecc20c99e27e6ea2fc901b12. Thank you! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27687 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2011-07-22 12:45:14 CDT --- Closing bugs fixed in 1.3.25. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org