From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bmailout2.hostsharing.net (bmailout2.hostsharing.net [83.223.78.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BC47917BA0; Thu, 4 Apr 2024 16:33:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=83.223.78.240 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712248426; cv=none; b=kRkyyjFtaqM0v+xU5fRiUXuheOVvwEYAO5i1EOZmEx/DNB+BG0MI3mxXB9BMvoH4uwEEMx18n+GhY1HvXgVj1bByZ4ow3ShAlBL8AmWsMOlFVB+zuw+hkERvTqngR22q5F3il3VLrs3axUx4xVRECmjvdoeCWzwv3rP1zj6iwH0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712248426; c=relaxed/simple; bh=QhmcHxvryoTgrRJoPDu0HVhIBeQGtmg6eKV8u8fcduE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XShk9ybHTQLQzmsQB6BwVqcXr+dob2NBfULIQMaqgWqOoPECj/j2jgwAnpEdWpvWBiKdaX1/UpupcaUrMva4QrsbJaiKFjDuTZy7BTgNzyAcazxnV+9csTV7vhJQi8Fu33Tl/sfS2SAYdq1rXkxfKL4f2w3oeF0mEiZ6zdJxvxY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=wunner.de; spf=none smtp.mailfrom=h08.hostsharing.net; arc=none smtp.client-ip=83.223.78.240 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=wunner.de Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=h08.hostsharing.net Received: from h08.hostsharing.net (h08.hostsharing.net [IPv6:2a01:37:1000::53df:5f1c:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS RSA CA G1" (verified OK)) by bmailout2.hostsharing.net (Postfix) with ESMTPS id 39E162800B483; Thu, 4 Apr 2024 18:33:38 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 1AAEA65FBCF; Thu, 4 Apr 2024 18:33:38 +0200 (CEST) Date: Thu, 4 Apr 2024 18:33:38 +0200 From: Lukas Wunner To: Stefan Berger Cc: keyrings@vger.kernel.org, linux-crypto@vger.kernel.org, herbert@gondor.apana.org.au, davem@davemloft.net, linux-kernel@vger.kernel.org, saulo.alessandre@tse.jus.br, bbhushan2@marvell.com, jarkko@kernel.org Subject: Re: [PATCH v8 00/13] Add support for NIST P521 to ecdsa Message-ID: References: <20240404141856.2399142-1-stefanb@linux.ibm.com> Precedence: bulk X-Mailing-List: keyrings@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240404141856.2399142-1-stefanb@linux.ibm.com> On Thu, Apr 04, 2024 at 10:18:43AM -0400, Stefan Berger wrote: > This series adds support for the NIST P521 curve to the ecdsa module > to enable signature verification with it. Tested-by: Lukas Wunner PCI device authentication with P521 is still working fine with v8.