http://bugs.winehq.org/show_bug.cgi?id=4781
------- Additional Comments From M.B.Lankhorst@gmail.com 2007-07-06 12:57 ------- Created an attachment (id=6654) --> (http://bugs.winehq.org/attachment.cgi?id=6654&action=view) A patch to wine's testsuite, it fails in wine but not in windows
After some checking I found out why msn fails to sign in, it's a bug in advapi32's crypt.
Basically it's not illegal to call it there with CRYPT_VERIFYCONTEXT and CRYPT_NEWKEYSET at same time, as long as second parameter is NULL.
This test verifies it.