http://bugs.winehq.org/show_bug.cgi?id=18337
Summary: CertVerifyCertificateChainPolicy not implemented Product: Wine Version: 1.1.20 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: major Priority: P3 Component: crypt32 AssignedTo: wine-bugs@winehq.org ReportedBy: dmitry.sychov@gmail.com
Hello,
Looks like Wine version 1.0+ core functionality is not yet fully implemented.
I've got the following trying to run my secured email reader.
"fixme:crypt:CertVerifyCertificateChainPolicy unimplemented for 4"
Any plans to implement?
Thanks, Dmitry
http://bugs.winehq.org/show_bug.cgi?id=18337
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-05-02 23:08:19 --- Got any real life apps that depends on this?
http://bugs.winehq.org/show_bug.cgi?id=18337
--- Comment #2 from Dmitry Sychov dmitry.sychov@gmail.com 2009-05-03 08:38:51 --- yes, some dotnet20 ;) components like "System::Net::Mail" are not working because of this for secure connections.. as a result my .Net app go broke on CentOS..
http://bugs.winehq.org/show_bug.cgi?id=18337
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Summary|CertVerifyCertificateChainPo|CertVerifyCertificateChainPo |licy not implemented |licy doesn't implement | |CERT_CHAIN_POLICY_SSL
--- Comment #3 from Juan Lang juan_lang@yahoo.com 2009-05-04 11:31:57 --- That's CERT_CHAIN_POLICY_SSL, I've changed the summary to make it clearer.
http://bugs.winehq.org/show_bug.cgi?id=18337
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19517
http://bugs.winehq.org/show_bug.cgi?id=18337
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |15486
http://bugs.winehq.org/show_bug.cgi?id=18337
Steve McKnelly denali@shadowforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |denali@shadowforge.net
http://bugs.winehq.org/show_bug.cgi?id=18337
Cédric Schieli cschieli@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cschieli@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=18337
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17296
http://bugs.winehq.org/show_bug.cgi?id=18337
Frank G. fgatwork@verizon.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fgatwork@verizon.net
--- Comment #4 from Frank G. fgatwork@verizon.net 2009-09-03 12:24:46 --- So - I looked through the code (current git @1.1.29) and compared to the 1.0 release (because of comment 1) and did not see that CERT_CHAIN_POLICY_SSL was ever implemented.
Looking at chain.c, line 1886-1902 I can see the switch-case statement where this would have been handled. The problem I ran into while trying to keep up with the code was what the verify_* methods are trying to do.
I'd really like to see this work and may have some spare cycles to help out. The problem is that I don't understand everything happening in these methods - can I get some pointers on what is happening or what should happen in the yet to be created verify_ssl_policy() method?
Regards, Frank
http://bugs.winehq.org/show_bug.cgi?id=18337
--- Comment #5 from Austin English austinenglish@gmail.com 2009-09-03 12:33:25 --- You may be better off e-mailing wine-devel for help, if you don't get many responses here.
http://bugs.winehq.org/show_bug.cgi?id=18337
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17105
http://bugs.winehq.org/show_bug.cgi?id=18337
egon.alter@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |egon.alter@gmx.net
http://bugs.winehq.org/show_bug.cgi?id=18337
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Juan Lang juan_lang@yahoo.com 2009-10-29 11:24:16 --- Fixed by commit 9059892ec1da79567279aaeb96f46791718bc7a1.
http://bugs.winehq.org/show_bug.cgi?id=18337
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2009-11-13 12:43:52 --- Closing bugs fixed in 1.1.33.