Displaying 2 results from an estimated 2 matches for "secur32_test".
2011 Sep 19
1
GnuTLS error but wine thingks tes is ok
I'm wonder whether this :
tfoerste at n22 ~/devel/wine-git/dlls/secur32/tests $ make test
...
ntlm.c:1343: Tests skipped: NTLM package not installed, skipping test
../../../tools/runtest -q -P wine -M secur32.dll -T ../../.. -p secur32_test.exe.so schannel.c && touch schannel.ok
GnuTLS error: GnuTLS internal error.
...
is wanted (schannel.ok is created in this case).
I tested the latest git wine tree at a ThinkPad running a stable Gentoo linux w/ gnutls 2.10.5
--
MfG/Sincerely
Toralf F?rster
pgp finger print: 7B1A 07F4 EC8...
2011 Sep 26
0
Fwd: Re: GnuTLS internal error in wine test case
Hello,
the following test case failed at my gen6too Linux using GnuTLS 3.0.3 :
tfoerste at n22 ~/devel/wine-git/dlls/secur32/tests $ make test
../../../tools/runtest -q -P wine -M secur32.dll -T ../../.. -p
secur32_test.exe.so schannel.c && touch schannel.ok
GnuTLS error: An unexpected TLS packet was received.
GnuTLS error: A TLS fatal alert has been received.
schannel.c:748: Test failed: DecryptMessage failed: 80090304
make: *** [schannel.ok] Error 1
and this I got from the GnuTLS developer when I sent...