From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from duke.felloff.net ([216.126.196.34]) by ur; Tue Mar 1 05:33:46 EST 2016 Message-ID: <588c2375e0c2ad371218e895f477e22a@felloff.net> Date: Tue, 1 Mar 2016 11:33:38 +0100 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] tlsError: can't verify dh parameters: signaure algorithm not RSA or ECDSA In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: extension-based factory table base fixed. problem was that ServerKeyExchange.sigalg was 0 because theres no such field for version <= TLS1.1. we have to assume RSA for signatures in this case. -- cinap