[Bug 20370] chromium net_unittests.exe fail ssl tests because they can't check for root cert

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 16 11:46:50 CDT 2009


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





--- Comment #4 from Juan Lang <juan_lang at yahoo.com>  2009-10-16 11:46:49 ---
Created an attachment (id=24169)
 --> (http://bugs.winehq.org/attachment.cgi?id=24169)
Program to import test cert

It also kind of bugged me to have to import the cert is a system-wide root
cert, so I wrote a quick utility to import it into the Wine registry under
HKCU.

Download the cert like so:
wget
http://src.chromium.org/viewvc/chrome/trunk/src/net/data/ssl/certificates/root_ca_cert.crt

Compile it with:
winegcc bug20370import.c -lcryptui -lcrypt32

Then run it:
./a.out

Finally you can run the test program 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.



More information about the wine-bugs mailing list