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