From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932084AbcELKVE (ORCPT ); Thu, 12 May 2016 06:21:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40907 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751535AbcELKVB (ORCPT ); Thu, 12 May 2016 06:21:01 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <20160511142152.4743.14414.stgit@warthog.procyon.org.uk> <20160511142252.4743.21903.stgit@warthog.procyon.org.uk> To: Mat Martineau Cc: dhowells@redhat.com, tadeusz.struk@intel.com, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, keyrings@vger.kernel.org, linux-crypto@vger.kernel.org, dwmw2@infradead.org Subject: Re: [RFC PATCH 8/8] KEYS: Implement PKCS#8 RSA Private Key parser [ver 3] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <25419.1463048458.1@warthog.procyon.org.uk> Date: Thu, 12 May 2016 11:20:58 +0100 Message-ID: <25420.1463048458@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 12 May 2016 10:21:01 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mat Martineau wrote: > > # PKCS#7 message handling > > Update to PKCS#8 I guess I've typed PKCS#7 too many times :-) David