From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Mueller Subject: Re: [PATCH] crypto: Fix incorrect values in PKCS#1 test vector Date: Tue, 13 Feb 2018 09:37:07 +0100 Message-ID: <2550703.8XkIRpotY3@tauon.chronox.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "linux-crypto@vger.kernel.org" To: "Mcloughlin, Conor" Return-path: Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.218]:25784 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933631AbeBMIhN (ORCPT ); Tue, 13 Feb 2018 03:37:13 -0500 In-Reply-To: Sender: linux-crypto-owner@vger.kernel.org List-ID: Am Dienstag, 13. Februar 2018, 09:29:56 CET schrieb Mcloughlin, Conor: Hi Conor, > The RSA private key for the first form should have > version, prime1, prime2, exponent1, exponent2, coefficient > values 0. > With non-zero values for prime1,2, exponent 1,2 and coefficient > the Intel QAT driver will assume that values are provided for the > private key second form. This will result in signature verification > failures for modules where QAT device is present and the modules > are signed with rsa,sha256. > > Cc: > Signed-off-by: Giovanni Cabiddu > Signed-off-by: Conor McLoughlin Reviewed-by: Stephan Mueller Ciao Stephan