[Bug 15704] crypt32: chain.ok test fails in OpenSolaris

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 26 11:36:08 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=15704





--- Comment #8 from Juan Lang <juan_lang at yahoo.com>  2008-10-26 11:36:08 ---
My basic assumption with that particular test is that there is a Verisign root
CA cert somewhere on the system.  There is on Windows, and on every Linux
distro I've seen so far.  Presently the code checks for trusted certs in the
following locations (from dlls/crypt32/rootstore.c):
 /etc/ssl/certs/ca-certificates.crt
 /etc/ssl/certs
 /etc/pki/tls/certs/ca-bundle.crt

That list can certainly be expanded if OpenSolaris puts its certs in a
different location.  The certs you sent only contain certificates from Sun, so
adding e.g. the /etc/certs directory to this list won't make the test pass. 
You may have to install OpenSSL or something in order for the test to pass.


-- 
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.



More information about the wine-bugs mailing list