From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S940420AbcIFSQT convert rfc822-to-8bit (ORCPT ); Tue, 6 Sep 2016 14:16:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55122 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933062AbcIFSQR (ORCPT ); Tue, 6 Sep 2016 14:16:17 -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: <1473179547-12101-1-git-send-email-k.marinushkin@gmail.com> References: <1473179547-12101-1-git-send-email-k.marinushkin@gmail.com> <32083.1473167516@warthog.procyon.org.uk> To: Kirill Marinushkin Cc: dhowells@redhat.com, asavkov@redhat.com, paul.gortmaker@windriver.com, james.l.morris@oracle.com, keyrings@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] security/keys: make BIG_KEYS dependent on stdrng. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <25950.1473185773.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Tue, 06 Sep 2016 19:16:13 +0100 Message-ID: <25951.1473185773@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 06 Sep 2016 18:16:16 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Kirill Marinushkin wrote: > IMO, the preferable fix depends on your future plan. > If you plan to continue using both ANSI X9.31 DRNG and DRBG - I agree with the > patch suggested by Artem Savkov. > If you plan to reduce using ANSI X9.31 DRNG and use DRBG more widely - I > suggest my patch. No such plans, TBH. David