[From nobody Sun Mar 22 20:39:06 2026
Received: (at 781102-done) by bugs.debian.org; 22 Mar 2026 20:37:20 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-7.5 required=4.0 tests=BAYES_00,DKIM_SIGNED,
 DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,GENDER,HAS_BUG_NUMBER,
 RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS,VERSION autolearn=ham
 autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 27; hammy, 68; neutral, 16; spammy, 1.
 spammytokens:0.942-+--H*r:bugs.debian.org
 hammytokens:0.000-+--H*F:U*sebastian, 0.000-+--H*F:D*breakpoint.cc,
 0.000-+--H*RU:sk:chamill, 0.000-+--H*r:sk:chamill,
 0.000-+--H*rp:D*breakpoint.cc
Return-path: &lt;sebastian@breakpoint.cc&gt;
Received: from chamillionaire.breakpoint.cc ([91.216.245.30]:37410)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sebastian@breakpoint.cc&gt;)
 id 1w4PY0-00BGzt-1X for 781102-done@bugs.debian.org;
 Sun, 22 Mar 2026 20:37:20 +0000
Date: Sun, 22 Mar 2026 21:37:06 +0100
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=breakpoint.cc;
 s=2025; t=1774211828;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=dfJgX/ApsWbc1wRZ1+0r0YBDhAw+Y1pwJN/fiT58DQI=;
 b=KKSEgzibKqHzvk/6HW43VUjvuqLAHdb3GFxJ7gdXuLsn38BTvZ5uli+SC40zPtxfxdDVsj
 PLkEqJuYsERUNgmWN00kpDEl7Fpc7qTPGBSTcb/y9HbfEPgWuWPpqMltlf6xW31hM1JFQl
 /jz7rgkhDroGrys0XgI4Dne6owAeirOGbmnh3bP5T4PshaTaEnnOBftRHvTUu2pS1IIEhq
 sWtsQqGEPEVoId+jKqL+7NL3MKVj+vtufh7GWPwwh4VQW1p+5JbWT5LAcRAjEb/QEDrtar
 hGKGqgcRBjyqH7oOvBwH6efGqmRHKT6ZWDCF2Vhn6n7G8A3gFh4awNCvIp9u0Q==
DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=breakpoint.cc;
 s=2025e; t=1774211828;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=dfJgX/ApsWbc1wRZ1+0r0YBDhAw+Y1pwJN/fiT58DQI=;
 b=sR+z6lqN4lEEtBiaa0+0oSuVfPeRNYH4sRz8j6Gwgcfb7PqieQj0VJQJ0dz2DG+bDzbtvR
 PLHYxBJFPg1KmSAg==
From: Sebastian Andrzej Siewior &lt;sebastian@breakpoint.cc&gt;
To: Gedalya &lt;gedalya@gedalya.net&gt;, 781102-done@bugs.debian.org
Subject: Re: Bug#781102: typo in ciphers(1) man page
Message-ID: &lt;20260322203706.MSeTe_bw@breakpoint.cc&gt;
References: &lt;55117AD9.7030602@gedalya.net&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: &lt;55117AD9.7030602@gedalya.net&gt;

Version: 1.1.0-1

On 2015-03-24 10:55:21 [-0400], Gedalya wrote:
&gt; The ciphers (1) man page says:
&gt; 
&gt;        EECDHE
&gt;            cipher suites using authenticated ephemeral ECDH key agreement.
&gt; 
&gt; 
&gt; However it should be EECDH, without the trailing E:

Done as of commit bfc973f46c54b (&quot;Fix spelling of EECDH&quot;)

Sebastian]