From: David Howells Subject: Re: [PATCH 1/1] x509: only prefix strip raw serial numbers Date: Tue, 15 Sep 2015 10:59:43 +0100 Message-ID: <10881.1442311183@warthog.procyon.org.uk> References: <1442218417-24897-1-git-send-email-apw@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: dhowells@redhat.com, Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org To: Andy Whitcroft Return-path: In-Reply-To: <1442218417-24897-1-git-send-email-apw@canonical.com> Content-ID: <10880.1442311183.1@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org Andy Whitcroft wrote: > This leads us to truncate the id for kernel module signing keys and to > fail to recognise our own modules: > > [ 1.572423] Loaded X.509 cert 'Build time autogenerated kernel > key: 62a7c3d2da278be024da4af8652c071f3fea33' > [ 1.646153] Request for unknown module key 'Build time autogenerated > kernel key: 0062a7c3d2da278be024da4af8652c071f3fea33' err -11 I don't suppose you've saved the key and a random small module that I can have a play with? What version of the kernel are you using, btw? David