http://bugs.winehq.org/show_bug.cgi?id=28383
--- Comment #14 from Austin English austinenglish@gmail.com 2011-09-27 12:49:38 CDT --- (In reply to comment #13)
Created attachment 36585 [details] patch
Probably because the patch has a typo, try this one instead. Note that the interesting part of the log is the EncryptMessage() call, DecryptMessage() failing is mostly just a side effect. EcryptMessage() is not supposed to succeed when gnutls_record_send() fails, but that's a different (though related) issue.
../../../tools/runtest -q -P wine -M secur32.dll -T ../../.. -p secur32_test.exe.so schannel.c && touch schannel.ok fixme:secur32:schan_QueryCredentialsAttributes SECPKG_ATTR_CIPHER_STRENGTHS: semi-stub fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority GnuTLS error: An unexpected TLS packet was received. fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
passes make test, but still getting some assert failures. I'll attach a secur32 trace.