Received: by 2002:a05:6a10:c604:0:0:0:0 with SMTP id y4csp619425pxt; Thu, 12 Aug 2021 06:08:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzIskTNNeeH1ye4gMlU/EXWimP5jOrP+6lV0AQehG3CtiWMVBzAlzbO6Zw01ZlBHtzX0Jah X-Received: by 2002:a05:6402:22ab:: with SMTP id cx11mr2474042edb.240.1628773710638; Thu, 12 Aug 2021 06:08:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628773710; cv=none; d=google.com; s=arc-20160816; b=OqKy7OzfmRTpzrDEWpc8IUviSnSdTncDCoUtrL5N3qC0ohDsCBM/Y3u+8UHrGfGf3G Jy+TBvmuef0KHV6UCt8iu6PyISInvJdkcw22OToNm/GX7jyUH3jUOV/Tnhk2sjTQas+a R3lYfPQl9dRHQkdQblHsTM4Mr/7KW7zcCr8vYnZH2skAFL6QVT07nTOicZmBEt8lWVZD xwLUCM17+lp8hTvwsX7yXyh9yRdH6tWQF+WH9Rf7R5C5BmWlfOClWEJKrjSxeGqfNwpx D/tyU2zOr/ulN58LNsEyf4jdads+1T13wqcP0a/sV7N4BE18X5ERqj25vbJ45jogo6Hg hX7A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=1wDGLGad+fLcllMf1Gh8LIUSRnfsp1ex9VXMSViN8Vo=; b=d/cE3I6d8YIUT/PhYdADWDOkY/nTKhIdERHbHHJs7fKTXR0N2tj2JChbZIgCtT8iIR wseKxRLK2KjIB4vz2BqC4BSqy6ZKs3LKpthxUv2cxBHIdBTOyyKzbDs3T0g16Jna8CSV 4UTOXijeubxeTq7ZsFX2hNGCUtWT/N02bpe2+q55AdcST+tLzcQixGCXvpVylSh54MeW SCxxdqL/eincWbo14knWrNCA4N+1nHlTVG7kI8JOr+zYz4VHU1VkNWPJq01lYZ1ZAN/M Hcj0Uw7ZJBnaY0qXqYzvV5AILXlZhlX1hphDEau2CkBHYU/FBaelnWrLgNcJqTCCJG6O WbQA== 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 s21si2506906edt.17.2021.08.12.06.07.32; Thu, 12 Aug 2021 06:08:30 -0700 (PDT) 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 S235924AbhHLMZq (ORCPT + 99 others); Thu, 12 Aug 2021 08:25:46 -0400 Received: from verein.lst.de ([213.95.11.211]:44106 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233613AbhHLMZp (ORCPT ); Thu, 12 Aug 2021 08:25:45 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 6B43868B05; Thu, 12 Aug 2021 14:25:18 +0200 (CEST) Date: Thu, 12 Aug 2021 14:25:18 +0200 From: Christoph Hellwig To: Hannes Reinecke Cc: Christoph Hellwig , Sagi Grimberg , Keith Busch , Herbert Xu , "David S . Miller" , linux-nvme@lists.infradead.org, linux-crypto@vger.kernel.org Subject: Re: [PATCH 13/13] nvme: add non-standard ECDH and curve25517 algorithms Message-ID: <20210812122518.GA19050@lst.de> References: <20210810124230.12161-1-hare@suse.de> <20210810124230.12161-14-hare@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210810124230.12161-14-hare@suse.de> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Tue, Aug 10, 2021 at 02:42:30PM +0200, Hannes Reinecke wrote: > TLS 1.3 specifies ECDH and curve25517 in addition to the FFDHE > groups, and these are already implemented in the kernel. > So add support for these non-standard groups for NVMe in-band > authentication to validate the augmented challenge implementation. If you think these are useful please add them to the standard.