From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id ICsGO7nRqWOwXQAAbAwnHQ (envelope-from ) for ; Mon, 26 Dec 2022 17:54:18 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id ODgYO7nRqWNEWgEA9RJhRA (envelope-from ) for ; Mon, 26 Dec 2022 17:54:17 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B904F362DF for ; Mon, 26 Dec 2022 17:54:17 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p9qjj-0003kT-RA; Mon, 26 Dec 2022 11:54:03 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9qjj-0003kD-03 for guix-patches@gnu.org; Mon, 26 Dec 2022 11:54:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p9qji-0004hH-Op for guix-patches@gnu.org; Mon, 26 Dec 2022 11:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p9qji-00080Y-76 for guix-patches@gnu.org; Mon, 26 Dec 2022 11:54:02 -0500 Subject: bug#55055: [PATCH] gnu: wireguard: Add support for PresharedKey Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 26 Dec 2022 16:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55055 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Paul Alesius Cc: 55055-done@debbugs.gnu.org Mail-Followup-To: 55055@debbugs.gnu.org, othacehe@gnu.org, paul@unnservice.com Received: via spool by 55055-done@debbugs.gnu.org id=D55055.167207360330729 (code D ref 55055); Mon, 26 Dec 2022 16:54:01 +0000 Received: (at 55055-done) by debbugs.gnu.org; 26 Dec 2022 16:53:23 +0000 Received: from localhost ([127.0.0.1]:54016 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9qj5-0007zZ-Bl for submit@debbugs.gnu.org; Mon, 26 Dec 2022 11:53:23 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60484) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9qj3-0007zM-Ba for 55055-done@debbugs.gnu.org; Mon, 26 Dec 2022 11:53:21 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9qiy-0004cY-1s; Mon, 26 Dec 2022 11:53:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=/lP1Pu/vg6IG+Ffh/eAT9Y5QdXa6B1ABZcGkuv3WgWo=; b=roKcw88iy07tv04BErX4 IlGUoktb8wEvixj0yVQo5wGcowzLd6XxojO4IdeD70OqAhRZqHlGcqoevVj66afSygnz9VAGNPqHe FR5/IdO0cHTO3Dg+JEPl7E8hHdci/ia40+mWrbA0ytQHAlVsagQApp4sUC+HPoTNrOZe6WPzzchKQ j4pYTreNZTfdZS58q9mRYnpagTUfLEIKhDxoLrjf2lq8ICd5k6bCvGO83/6jEK4Nm8ZdbgCoLCh/g UsXj9jXICbgVSrv6fq0fACX/iybXt6jdOw1qP7ahjdQqwVtYw9jNL9+1GeYuZ8wdRHvnToD69pNUq aqVXL3kVaT30qA==; Received: from [2a01:cb18:832e:5f00:3563:417e:2a38:86d8] (helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9qix-0003W4-M8; Mon, 26 Dec 2022 11:53:15 -0500 From: Mathieu Othacehe References: Date: Mon, 26 Dec 2022 17:53:13 +0100 In-Reply-To: (Paul Alesius's message of "Thu, 21 Apr 2022 15:26:30 +0200") Message-ID: <8735923y4m.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1672073657; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=/lP1Pu/vg6IG+Ffh/eAT9Y5QdXa6B1ABZcGkuv3WgWo=; b=gkzDW9lsmFimbVRHXpk6lj8PCGPcPwixzi45tX3ZnU2Y/ZD3DlOnbZtrsfGRN/L2NHGlL9 VeCmF7V1YT9iCfCxqGKD+A02ahn7YJnztDDjCLwc/D6mqNiwoAgtUSL2e2QGfY/kgxKxo4 2JGfcsvLNMTzPFJtOT5PsWcCJjL2qBjQ/xSIdWJMMglVLrSj6oFOtUKTxpeeA7/hjd+nln 2m4Rn0/fP1Buoj35hN2CQwiH05pVofvocOxPMITUMvvzUnCr0dzoaofVCJ1iXVhckHQfFa esafHdiLDb8uof30WymtntIrxd5pOgrBhpGk2EJAh1VAf24A/veDcLN7x+T9vQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=roKcw88i; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1672073657; a=rsa-sha256; cv=none; b=ACL7OOicQfFxK2cKmC0ltq3aVOcWXt7z6rIGF/sHySXfIi+YIy4qHm4h4EOEAguKzrXfP/ 8e59FCcSlt8DyFmdfDitCZMY4HhEMVumD4ZaSE0ZKrgbcHy7WPc4iQelCFj7DPYlc4WmPC gyjiFqkKdFlB2BTY9564h32jDGMld+vNLHpBnyY7LAf04SFkxQS5L4iE11TViq/zCKp2qU IKAFTYvHwInlQ+UuQ8/4AdbvkTbLEDMrs7S6cv7WF9zvztt8v6Z60ISw4lUuUS7UwGXjrn tJQDbbGSdmUQKZRr8fxoVU2JN/YEGLD0a9g/5Mhoyx7hfpiGO2iiZgIENI4TfA== X-Spam-Score: -3.93 X-Migadu-Queue-Id: B904F362DF Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=roKcw88i; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -3.93 X-TUID: NxVylJQxJghu Hello Paul, > The WireGuard configuration supports a PresharedKey attribute for > additional security. This patch adds support for configuring a > PresharedKey attribute. I noticed this patchset after merging a more recent one, sorry about that. I think we can close this one though. Thanks, Mathieu