gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GnuTLS internal error in wine test case


From: Nikos Mavrogiannopoulos
Subject: Re: GnuTLS internal error in wine test case
Date: Mon, 26 Sep 2011 11:43:19 +0200

2011/9/26 Toralf Förster <address@hidden>:

>> Does it do a localhost connection? If yes, then if I'm provided the
>> capture (in a format wireshark can read), I could provide some hints to
>> someone who knows what the code does, of what could be possibly wrong.
> It connects an internet server but nevertheless I attached the sniffed stream
> (with wireshark)

Interesting. The handshake is completed successfully but the data
exchanged are not encrypted! I see in the capture that the TLS
application data packet contains the TLS headers and plaintext data
(an HTTP get request).  That's why the peer responds with an alert. He
would expect encrypted data instead.
It might be something in pEncryptMessage() or in its usage but I'm not
familiar with the API to provide more info.

regards,
Nikos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]