From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755977AbcGHSP1 (ORCPT ); Fri, 8 Jul 2016 14:15:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37110 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755226AbcGHSPS convert rfc822-to-8bit (ORCPT ); Fri, 8 Jul 2016 14:15:18 -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 To: jmorris@namei.org cc: dhowells@redhat.com, keyrings@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: [GIT PULL] KEYS: Miscellany MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <19216.1468001715.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Fri, 08 Jul 2016 19:15:15 +0100 Message-ID: <19217.1468001715@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Fri, 08 Jul 2016 18:15:17 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi James, Could you pull these patches into security/next please? They've been in linux-next for 3 weeks or so. One patch just strips a bunch of spaces and the other patch changes sign-file to attempt to acertain as to whether an X.509 cert is in DER or PEM format before trying to read it and then parsing it using the appropriate openssl call. Thanks, David --- The following changes since commit 40d273782ff16fe1a7445cc05c66a447dfea3433: security: tomoyo: simplify the gc kthread creation (2016-06-06 20:23:55 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/keys-misc-20160708 for you to fetch changes up to 9552c7aebb8c36912612fddad5b55267c671a303: modsign: Make sign-file determine the format of the X.509 cert (2016-06-14 13:18:33 +0100) ---------------------------------------------------------------- Keyrings miscellany ---------------------------------------------------------------- David Howells (2): KEYS: Strip trailing spaces modsign: Make sign-file determine the format of the X.509 cert include/keys/rxrpc-type.h | 2 +- scripts/sign-file.c | 34 ++++++++++++++++++++++++++-------- security/keys/persistent.c | 2 +- security/keys/request_key.c | 2 +- 4 files changed, 29 insertions(+), 11 deletions(-)