From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60680 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Fwd: [PATCH]: gnus: use correct GPG hash algorithm in 'micalg' field Date: Wed, 03 Aug 2005 22:41:38 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123101792 27611 80.91.229.2 (3 Aug 2005 20:43:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2005 20:43:12 +0000 (UTC) Cc: Ding List , Reiner Steib , Enrico Scholz Original-X-From: ding-owner+M9210=ding+2Daccount=gmane.org@lists.math.uh.edu Wed Aug 03 22:43:01 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0Q3x-0001Ii-I6 for ding-account@gmane.org; Wed, 03 Aug 2005 22:42:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1E0Q3w-0006dD-02 for ding-account@gmane.org; Wed, 03 Aug 2005 15:42:04 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1E0Q3s-0006d5-00 for ding@lists.math.uh.edu; Wed, 03 Aug 2005 15:42:00 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1E0Q3n-0001g4-Lh for ding@lists.math.uh.edu; Wed, 03 Aug 2005 15:41:55 -0500 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1E0P7i-0000UA-00 for ; Wed, 03 Aug 2005 21:41:54 +0200 Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id j73KfqZ5000754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 3 Aug 2005 22:41:53 +0200 Original-To: Daiki Ueno OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:050803:ding@gnus.org::VGg4CSacpr0Qr5Vh:0qhq X-Hashcash: 1:21:050803:ueno@unixuser.org::FfIdbawe9E/ixIu+:0g3V X-Hashcash: 1:21:050803:reinersteib+gmane@imap.cc::uQtArZELORVzJSFZ:01IP X-Hashcash: 1:21:050803:enrico.scholz@informatik.tu-chemnitz.de::fFmc8eGNqnoKbqn5:7lDZ In-Reply-To: (Daiki Ueno's message of "Fri, 29 Jul 2005 15:33:35 +0900") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=failed version=3.0.3 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yxa-iv X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60680 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60680 Daiki Ueno writes: > I'm not sure that the micalg= parameter is still mandatory, while the > hash algorithm used is embedded in OpenPGP packets. Sadly RFC 1847 require the presence of micalg, it seems. A wart, but difficult to fix at this point. We should populate it with correct information. > It can be obtained by using the builtin packet parser (pgg-parse), > without depending on --status-fd output of GnuPG. Very nice! Would you mind proposing a patch for mml2016.el that uses this approach? Thanks.