From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753294AbcBZMvz (ORCPT ); Fri, 26 Feb 2016 07:51:55 -0500 Received: from mx2.suse.de ([195.135.220.15]:53057 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751350AbcBZMvy (ORCPT ); Fri, 26 Feb 2016 07:51:54 -0500 Subject: Re: [PATCH] X.509: Fix test for self-signed certificate To: David Howells References: <1455197665-11199-1-git-send-email-mmarek@suse.com> <16658.1456325653@warthog.procyon.org.uk> Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org From: Michal Marek Message-ID: <56D04A67.4070601@suse.com> Date: Fri, 26 Feb 2016 13:51:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <16658.1456325653@warthog.procyon.org.uk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016-02-24 15:54, David Howells wrote: > Hi Michal, > > I have the attached patch already in my queue. > > David > --- > commit d19fcb825912c67e09e0575b95accaa42899e07f > Author: David Howells > Date: Wed Feb 24 14:37:54 2016 +0000 > > X.509: Don't treat self-signed keys specially Hi David, this solves my problem too, obviously. I thought the signature check for self-signed certificates was a sort of consistency check. Thanks, Michal