From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Update epg.el algorithm id-name association lists Date: Sat, 22 Jun 2019 14:44:23 +0300 Message-ID: <87h88halpk.fsf@iki.fi> References: <87d0j6xghl.fsf@iki.fi> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="136486"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2.90 (gnu/linux) Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 22 13:44:41 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1heeRl-000ZH7-4Z for ged-emacs-devel@m.gmane.org; Sat, 22 Jun 2019 13:44:41 +0200 Original-Received: from localhost ([::1]:40016 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1heeRj-00021A-Is for ged-emacs-devel@m.gmane.org; Sat, 22 Jun 2019 07:44:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53807) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1heeRd-00020s-IJ for emacs-devel@gnu.org; Sat, 22 Jun 2019 07:44:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1heeRb-0002SP-S2 for emacs-devel@gnu.org; Sat, 22 Jun 2019 07:44:33 -0400 Original-Received: from mail.kapsi.fi ([2001:67c:1be8::25]:42203) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1heeRa-0002OS-9G for emacs-devel@gnu.org; Sat, 22 Jun 2019 07:44:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kapsi.fi; s=20161220; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=TAGnmoYbw8Wf/XkL1+nIkL+xTDVMvySgMZom6a+0+JI=; b=T6Scg4iWPwfR6usi6Bk1rZ4+k2 qcfe8CIv/4hLPE/jn+C9gFj/4cq8OJQDG39iBPL1EXXRtwmQQKitqDHo87aXgcbD11bh9c21qFV0A G7to4SBfCc7KYjjp8S2t8UpAzRR4nq+ElXM3pe743b7RQjmpAYEgS5Fxdpf+n/zXplCCawEsuX3cp jjC5fec8XjHcDwaJG8OMiQu6sJM06wFpoh9SL3DOT7TkxeCJYZqyRVK/gWiTwewE8Rs4hiM7hbvYx kdfCcJKnsNa+hSUBho6fjtkzxlDcQY/nfUdsm2keUfKBz84q31EEs7w3+mQCoS1/gDltbdqQw87GZ otWApNlg==; Original-Received: from mobile-access-bceec9-26.dhcp.inet.fi ([188.238.201.26] helo=mithlond) by mail.kapsi.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1heeRU-0005T6-Rh; Sat, 22 Jun 2019 14:44:24 +0300 In-Reply-To: (Lars Ingebrigtsen's message of "Sat, 22 Jun 2019 11:07:09 +0200") X-SA-Exim-Connect-IP: 188.238.201.26 X-SA-Exim-Mail-From: tlikonen@iki.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:67c:1be8::25 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:238035 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Lars Ingebrigtsen [2019-06-22 11:07:09+02:00] wrote: > Teemu Likonen writes: >> Add some new algorithm identifier numbers and names to the following >> defconst definitions in file epg.el: >> >> epg-cipher-algorithm-alist >> epg-pubkey-algorithm-alist >> epg-digest-algorithm-alist >> epg-compress-algorithm-alist >> >> The identifiers come from GnuPG (The GNU Privacy Guard) source code >> file "common/openpgpdefs.h". The relevant parts are quoted below. > > Looks good to me; I've now applied this to Emacs 27. Thank you. Probably the most noticeable advantage is that verifying signatures made with elliptic curve algorithms will now display something like "using EDDSA" instead of "using unknown algorithm 22". =2D-=20 /// Teemu Likonen // // PGP: 4E1055DC84E9DFF613D78557719D69D324539450 /// --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEkhZiiC54Bnj5a16Skzo1BB5+rVEFAl0OFJcACgkQkzo1BB5+ rVGRUQf8C7ItYd8FAZULJHh9oaS+gip4gf96CS60ECjKuGy1RoFK+v1d+3YkwKj0 /oZJr5VWV26ZVjIw/334n90o370AGZv3vGApQbt9f5RnFEscw8bQalxmDayM2jpQ gKkI0IV+iREFdg2gsvSuxARWwGbZNY6dBYHKJlA8bYf8yR65E3800Dj97vVVO5gM bfdlGBI5hdTUWzPEHpJwXb/TXz/mToSAyhsaHDcseyL1gmuhOOUFcqFj+XLkHH2Z C6+Nht/gifj0yknAFuvzrCawC6rC8Ip69qPA9Id4exuXQHHH8EAX8lWL3qgJRG0H JhidyzFFcL0kd5Fv/nGdYIQAnasMRQ== =2vtC -----END PGP SIGNATURE----- --=-=-=--