Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp391653pxb; Wed, 3 Feb 2021 07:55:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJxNMAcisIHb5+h5quSYijkf8ASNLX3DWnrJywhk4ATJMrJBoc7VbHp2bYlAqMMCLarE+PEi X-Received: by 2002:a17:906:4c85:: with SMTP id q5mr3771416eju.375.1612367723475; Wed, 03 Feb 2021 07:55:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612367723; cv=none; d=google.com; s=arc-20160816; b=crw5ZKYyMzfjLf1ibkjl8Adj0iJ2KsaLxGcXqDE5qkE2EF2Pm2/i2kyEV+nKQ/I1o6 N6vuzYuAjVo1m4RuBP8+DjjAfFU15Yw2bUiHV08l47kNP2miDkPf8VHbmAYrU4t0saIq MDqs8jv40koiqlKQhX8x6ZrHZ3mh2dmETejf4W04JKCkt3DQfloTfFyo8NlIXFof34kz 4tLruXyZ+aj1NtByBbiQUO9NzZMppJ9YEjG/tSFtwHd7WOym6xMiqc2M4SUCwh+FmPzO VZzZ0njYUN8pweaystPwYTmspx44VyqORSHEViBxR1NLwpuNIECMvxvkp20nMLux5AKX mfow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=zGg0zRVVC2ACjtjGT4ppP99PaiAZG3LNeL9TuTo39OA=; b=IXwH4GWl8aXtd5Tf2QIw0QKb/AMpV7GBwt/hj42gNLXGm9Yjw9toHnjwtdH4Xy62qE dTqJyfmizAJPURfchs4PCD9GK377oOJcC3ZtGO3gua+qgu0b9MywGZCLCvBf85WDiYwe YsePeCpIntBcm21r9FQ+CCh6lWIjo+CHkCxHZ5CgkB636oG1A2/t7O/fJo5bmCtrOQx9 zrL0Da/cN7qEqHUCxAjqQe2F4EeWF1TQayYQbzFBGPqrNX1J6NmaFi1TiE9AiU2/lItE x0qpzYJLx7owH6Qe7sEfEwE0YbE8gEu752qrsHGUYNVtCp7HSjvG/08b3YWLOSJ/bY/S mLOA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y2si1510445eju.432.2021.02.03.07.54.58; Wed, 03 Feb 2021 07:55:23 -0800 (PST) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234463AbhBCPys (ORCPT + 99 others); Wed, 3 Feb 2021 10:54:48 -0500 Received: from vmicros1.altlinux.org ([194.107.17.57]:37250 "EHLO vmicros1.altlinux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234481AbhBCPex (ORCPT ); Wed, 3 Feb 2021 10:34:53 -0500 Received: from imap.altlinux.org (imap.altlinux.org [194.107.17.38]) by vmicros1.altlinux.org (Postfix) with ESMTP id B764572C8B1; Wed, 3 Feb 2021 18:34:06 +0300 (MSK) Received: from altlinux.org (sole.flsd.net [185.75.180.6]) by imap.altlinux.org (Postfix) with ESMTPSA id A502A4A46F3; Wed, 3 Feb 2021 18:34:06 +0300 (MSK) Date: Wed, 3 Feb 2021 18:34:06 +0300 From: Vitaly Chikunov To: Herbert Xu Cc: Saulo Alessandre , linux-crypto@vger.kernel.org, "David S. Miller" , Tianjia Zhang , Saulo Alessandre Subject: Re: [PATCH v2 4/4] ecdsa: implements ecdsa signature verification Message-ID: <20210203153406.pqheygwcyzmmhfxd@altlinux.org> References: <20210129212535.2257493-1-saulo.alessandre@gmail.com> <20210129212535.2257493-5-saulo.alessandre@gmail.com> <20210202051003.GA27641@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20210202051003.GA27641@gondor.apana.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Herbert, On Tue, Feb 02, 2021 at 04:10:03PM +1100, Herbert Xu wrote: > On Fri, Jan 29, 2021 at 06:25:35PM -0300, Saulo Alessandre wrote: > > From: Saulo Alessandre > > > > * Documentation/admin-guide/module-signing.rst > > - Documents how to generate certificate and signature for (ECDSA). > > > > * crypto/Kconfig > > - ECDSA added into kernel Public-key cryptography section. > > > > * crypto/Makefile > > - add ECDSA objects and asn1 params to compile. > > > > * crypto/ecdsa.c > > - Elliptical Curve DSA verify implementation > > > > * crypto/ecdsa_params.asn1 > > - Elliptical Curve DSA verify definitions > > > > * crypto/ecdsa_signature.asn1 > > - Elliptical Curve DSA asn.1 parameters > > > > * crypto/testmgr.c > > - test_akcipher_one - modified to reflect the real code call for nist code; > > - alg_test_descs - added ecdsa vector for test; > > > > * crypto/testmgr.h > > - ecdsa_tv_template - added to test ecdsa implementation; > > --- > > Documentation/admin-guide/module-signing.rst | 10 + > > crypto/Kconfig | 12 + > > crypto/Makefile | 7 + > > crypto/ecdsa.c | 509 +++++++++++++++++++ > > crypto/ecdsa_params.asn1 | 1 + > > crypto/ecdsa_signature.asn1 | 6 + > > crypto/testmgr.c | 17 +- > > crypto/testmgr.h | 78 +++ > > 8 files changed, 638 insertions(+), 2 deletions(-) > > create mode 100644 crypto/ecdsa.c > > create mode 100644 crypto/ecdsa_params.asn1 > > create mode 100644 crypto/ecdsa_signature.asn1 > > Please join the existing thread on this: > > https://lore.kernel.org/linux-crypto/20210128050354.GA30874@gondor.apana.org.au/ Thanks for the invitation, I'm didn't receive this thread - is there a temporary problem with the linux-crypto@vger.kernel.org list? I re-checked my subscription and it seems valid. Thanks, > > Thanks, > -- > Email: Herbert Xu > Home Page: http://gondor.apana.org.au/~herbert/ > PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt