From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751659AbdFGHbO (ORCPT ); Wed, 7 Jun 2017 03:31:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38926 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751003AbdFGHbN (ORCPT ); Wed, 7 Jun 2017 03:31:13 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 9002C3B712 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 9002C3B712 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: <20170607042219.GC594@zzz> References: <20170607042219.GC594@zzz> <20170606215129.26388-1-Jason@zx2c4.com> To: Eric Biggers Cc: dhowells@redhat.com, "Jason A. Donenfeld" , keyrings@vger.kernel.org, kernel-hardening@lists.openwall.com, LKML , "Theodore Ts'o" , Herbert Xu , Kirill Marinushkin , security@kernel.org Subject: Re: [PATCH v2] security/keys: rewrite all of big_key crypto MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <29550.1496820669.1@warthog.procyon.org.uk> Date: Wed, 07 Jun 2017 08:31:09 +0100 Message-ID: <29551.1496820669@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 07 Jun 2017 07:31:12 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Eric Biggers wrote: > but I skipped the big_key type because it was one of the more obscure key > types (and frankly I have no idea what, if anything, actually uses it) Kerberos can use it. David