Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E65DBC433F5 for ; Sat, 20 Nov 2021 04:30:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236988AbhKTEd5 (ORCPT ); Fri, 19 Nov 2021 23:33:57 -0500 Received: from helcar.hmeau.com ([216.24.177.18]:56914 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236997AbhKTEd4 (ORCPT ); Fri, 19 Nov 2021 23:33:56 -0500 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtp (Exim 4.92 #5 (Debian)) id 1moI1c-0001KW-Kr; Sat, 20 Nov 2021 12:30:52 +0800 Received: from herbert by gondobar with local (Exim 4.92) (envelope-from ) id 1moI1c-0006n1-Ha; Sat, 20 Nov 2021 12:30:52 +0800 Date: Sat, 20 Nov 2021 12:30:52 +0800 From: Herbert Xu To: Lei He Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, pizhenwei@bytedance.com Subject: Re: [PATCH] crypto: testmgr - Fix wrong test case of RSA Message-ID: <20211120043052.GK25752@gondor.apana.org.au> References: <20211105122531.73891-1-helei.sig11@bytedance.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211105122531.73891-1-helei.sig11@bytedance.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Fri, Nov 05, 2021 at 08:25:31PM +0800, Lei He wrote: > According to the BER encoding rules, integer value should be encoded > as two's complement, and if the highest bit of a positive integer > is 1, should add a leading zero-octet. > > The kernel's built-in RSA algorithm cannot recognize negative numbers > when parsing keys, so it can pass this test case. > > Export the key to file and run the following command to verify the > fix result: > > openssl asn1parse -inform DER -in /path/to/key/file > > Signed-off-by: Lei He > --- > crypto/testmgr.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt