Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp1802194ybn; Thu, 26 Sep 2019 02:25:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqz2WmGUC8Xx5OnRFg4ytOOvDtJScyOMtfiotrO/GwgALSqdDN/oG+aBSE/ltqKpjHzqoRgQ X-Received: by 2002:aa7:cdd6:: with SMTP id h22mr2489731edw.132.1569489902161; Thu, 26 Sep 2019 02:25:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569489902; cv=none; d=google.com; s=arc-20160816; b=R7hRb4fPOURm/7K41x1oSbwn/9rxQNb7aB+xUpWgtUQq/mrxGmNpyrIlqeIothwyGS oX3SclvT41GEd9vT38jgFO+OUBilJK+u0Fa+yf/gXrFbBBnbbFdF3Un3NAznY+FFE4Bo 5tNGKbNsJBXHp4NDC6E1RSBq8b293eB6xnXP7ojmf4Ky1rlVT1eWkWL0gC6CIhFn/jLe 4BwO5WwhDy4rIq5qP8ba3uv7nDZ6h6VKVBCx5+y9BRcfW67ywcppMbEwTQGk1MxIbkur f5euGr43a5y0nKLXqvMOZAASWfIiPyRQEflmjXo3k1gHVaAjpWrBQ7GULtHkqgYuGJa/ QpOw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=oO8Ktv5Zy/dEn3eb8bf3nRk8oE4QLK9cXogKM91+DKM=; b=vVaQjdLu1CCTH8Zqm4dOsaKEEaJfMFfFoklt+XXsW29Q5cGHms7+PS38yy87bLpcwL XjaVDxrxQn7hwaqycpFCwSiy1IjLE49aes1U+xLSuMYy5Tp6jHGla3/YBPtkkHJM2qr7 IlI1JDITzv/0P5NaLnCH4qjBe7JlH2Ou5uCNMPKCRi+5uIk2zQ/NGoFPpaQChlwgRqjQ kGkU9BnAGbppQ9HXVlp8ppW58hRNRoy5jNqvdZkc1k5bPCc+MNs2s47lE964R+HzXsZA PSRYofZFSwqLaoIF9ppRu3V2vH91BVS8J5ZhojXYKE052Y1Q8QT09q9ckJwuNOVxcKkx 2cMw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m10si713093ejc.337.2019.09.26.02.24.38; Thu, 26 Sep 2019 02:25:02 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727134AbfIYJkf (ORCPT + 99 others); Wed, 25 Sep 2019 05:40:35 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:33514 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726816AbfIYJke (ORCPT ); Wed, 25 Sep 2019 05:40:34 -0400 Received: from localhost (unknown [65.39.69.237]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 0E0731549287F; Wed, 25 Sep 2019 02:40:32 -0700 (PDT) Date: Wed, 25 Sep 2019 11:40:31 +0200 (CEST) Message-Id: <20190925.114031.379108392028630817.davem@davemloft.net> To: bruno@wolff.to Cc: Jason@zx2c4.com, wireguard@lists.zx2c4.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: WireGuard to port to existing Crypto API From: David Miller In-Reply-To: <20190925091700.GA9970@wolff.to> References: <20190925091700.GA9970@wolff.to> X-Mailer: Mew version 6.8 on Emacs 26.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 25 Sep 2019 02:40:34 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Bruno Wolff III Date: Wed, 25 Sep 2019 04:17:00 -0500 > Are there going to be two branches, one for using the current API and > one using Zinc? This is inapproprate to even discuss at this point. Let's see what the crypto based stuff looks like, evaluate it, and then decide how to proceed forward. Thank you.