gnutls-devel
[Top][All Lists]
Advanced

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

Re: serverhello refused by openssl


From: Nikos Mavrogiannopoulos
Subject: Re: serverhello refused by openssl
Date: Thu, 08 Sep 2011 00:03:12 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110820 Icedove/3.1.12

On 09/07/2011 07:39 PM, J. Cameijo Cerdeira wrote:
Hello, I was able to connect to a server (it uses gnu libmicrohttpd)
until I've upgraded to gnutls 3.0.2. since then openssl based clients
(old versions 0.9.7g and 0.9.8c) started failing with
SSL3_GET_SERVER_HELLO:bad packet length. libmicrohttpd uses a
"NORMAL" priority string. tried changing that to NORMAL:%COMPAT to no
avail. It's probably a bug in openssl but I'd like someone could
enlighten me.

Thanks for reporting it. Does the attached patch solve the issue? It
seems we sent an extension structure of size zero and that particular
version of openssl didn't like it. With the patch we do not send a zero
size extension structure.

regards,
Nikos

Attachment: patch.txt
Description: Text document


reply via email to

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