From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id EMywJ/71wmHUagEAgWs5BA (envelope-from ) for ; Wed, 22 Dec 2021 10:55:10 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id La5BI/71wmFqfQAAbx9fmQ (envelope-from ) for ; Wed, 22 Dec 2021 09:55:10 +0000 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 27CCB2CD6F for ; Wed, 22 Dec 2021 10:55:10 +0100 (CET) Received: from localhost ([::1]:55044 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mzyKz-000282-8m for larch@yhetil.org; Wed, 22 Dec 2021 04:55:09 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51998) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzyKt-00027X-FE for guix-patches@gnu.org; Wed, 22 Dec 2021 04:55:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45296) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mzyKs-00035R-J7 for guix-patches@gnu.org; Wed, 22 Dec 2021 04:55:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mzyKs-0006h9-Ib for guix-patches@gnu.org; Wed, 22 Dec 2021 04:55:02 -0500 Subject: bug#52718: [PATCH] tests: Move keys into ./tests/keys/ and add a third ed25519 key. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 22 Dec 2021 09:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 52718 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Attila Lendvai Cc: 52718-done@debbugs.gnu.org Mail-Followup-To: 52718@debbugs.gnu.org, othacehe@gnu.org, attila@lendvai.name Received: via spool by 52718-done@debbugs.gnu.org id=D52718.164016687725617 (code D ref 52718); Wed, 22 Dec 2021 09:55:02 +0000 Received: (at 52718-done) by debbugs.gnu.org; 22 Dec 2021 09:54:37 +0000 Received: from localhost ([127.0.0.1]:56841 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzyKT-0006f6-BS for submit@debbugs.gnu.org; Wed, 22 Dec 2021 04:54:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzyKS-0006es-6o for 52718-done@debbugs.gnu.org; Wed, 22 Dec 2021 04:54:36 -0500 Received: from [2001:470:142:3::e] (port=59710 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzyKM-00032W-RO; Wed, 22 Dec 2021 04:54:30 -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=uapV4jKsj2QlVZOOjpemnq79JgXmHuYfjZqYzlc33qU=; b=hofU5H4sYpfxeqs1zioY 8jXI76gyJBvxN67/HErE3iwLiWnQkTpX/8rXIePwrhR0YQIAripSU+HvfzRX9Bvc7UKTssu+gR860 +lTQJHp3Dlh12wrue+jL08VEGtcAe5W+H4CFVOL8/gfGiT9mSMvLR6ilEzJwMgOEBU/Owc+MLakNZ yrklGNJiey1pWibLrWUnNihJ3/3dRKy9Ig1OlbC7pxfM7gtkhCqszy/1+1JIuJd0lWOskGYEnpZLF A/1VLU8++3Aig185dotIQ0CnmbRA3a5rAJtBzJUHCRoCsoYGls6n8j3uIq54qhsJNtojlCNYinUT8 Rm1miU6b1cK+dg==; Received: from [2a01:cb18:832e:5f00:3563:417e:2a38:86d8] (port=49252 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzyKM-0000Wa-RO; Wed, 22 Dec 2021 04:54:31 -0500 From: Mathieu Othacehe References: <20211221215614.28541-1-attila@lendvai.name> Date: Wed, 22 Dec 2021 10:54:28 +0100 In-Reply-To: <20211221215614.28541-1-attila@lendvai.name> (Attila Lendvai's message of "Tue, 21 Dec 2021 22:56:10 +0100") Message-ID: <87sfulnewb.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1640166910; 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=uapV4jKsj2QlVZOOjpemnq79JgXmHuYfjZqYzlc33qU=; b=X/AMMWsVSfaTtnpNr4OdZk5CPrmC0LpsNIpLx8zAGAaxrdd6HPAY2Iztch7oXO9hVhhW2F R6VwzARmI/KwIDUjsQNprhuQwvetltgGkwOMJZbceIHMQB6AuJ/w3q39yHJsoTxk9b7AXZ RYI2j7OSelXdRnBaSG6wKJ/AZJqWN5reZIQlnik7PU+V82yA/0BILn7QeOvClNyqh4SNQq M1+F3It9x/r7pLYLxl0cob3NDdtBnhtZPziA689v2cNQG/tUsL1fniWMRhmfbauqSBAb92 ai6wBL+SeXUmpyCic7taqkIkhnEIkvw101muS7nipeQaQtxex3y03ukJ9Bsktg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1640166910; a=rsa-sha256; cv=none; b=H42X8Pc3uP8xBMiq7rYtcvcCLbvcQdNNIupSH/RHbSsKHDNGXN6RRM8vtNo/F+CUteS8+9 cNO4YpsAkuFGqLJlejeYyRX4kUPVcAKif8KA84QyhMMBgAwio/hTbXEOUL1XTYaB2GeL9t CPMw9uqyquXggpIhSVK7T6yNGjmI4VLYtSTFf6TDv0PI/Fk9gEmNjv1O5KzF3v++0MHK+t WsOaPweYCQkYMdBm0upRtlEuY8H+Md37fcah9BD6xxUWhavalRM/b0SRfb4ZvaqnjwYvXA 4WjbVc2qszrvUanXGVxWwF++8XaOKjvbDA8ij7+f7fiXHu2Gns469X6UdyB/3A== 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=hofU5H4s; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -4.54 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=hofU5H4s; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 27CCB2CD6F X-Spam-Score: -4.54 X-Migadu-Scanner: scn0.migadu.com X-TUID: cyK2KiiPqTuK > * guix/tests/gnupg.scm (%ed25519-3-public-key-file): New variable. > (%ed25519-3-secret-key-file): New variable. > (%ed25519-2-public-key-file): Renamed from %ed25519bis-public-key-file. > (%ed25519-2-secret-key-file): Renamed from %ed25519bis-secret-key-file. > * tests/keys/ed25519-3.key: New file. > * tests/keys/ed25519-3.sec: New file. Nice cleaning! Pushed as 9ebc9ca070a21ba0aeb3f61202a8071bb250ccc8. Thanks, Mathieu