emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#7490: closed (Bug#594510: emacs23-common: OpenPG


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7490: closed (Bug#594510: emacs23-common: OpenPGP-signed message composition uses micalg=pgp-rmd160 instead of micalg=pgp-ripemd160)
Date: Fri, 03 Dec 2010 01:47:01 +0000

Your message dated Fri, 03 Dec 2010 10:56:00 +0900
with message-id <address@hidden>
and subject line Re: Bug#594510: emacs23-common: OpenPGP-signed message 
composition uses micalg=pgp-rmd160 instead of micalg=pgp-ripemd160
has caused the GNU bug report #7490,
regarding Bug#594510: emacs23-common: OpenPGP-signed message composition uses 
micalg=pgp-rmd160 instead of micalg=pgp-ripemd160
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7490: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7490
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Re: Bug#594510: emacs23-common: OpenPGP-signed message composition uses micalg=pgp-rmd160 instead of micalg=pgp-ripemd160 Date: Fri, 26 Nov 2010 13:58:18 -0600 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)
[If possible, please preserve address@hidden in any replies.]

Daniel Kahn Gillmor <address@hidden> writes:

>
> /usr/share/emacs/23.1/lisp/epg.elc lists OpenPGP's digest algorithms
> as follows:
>
> (defconst epg-digest-algorithm-alist #3#)) ((1 . "MD5") (2 . "SHA1")
> (3 . "RMD160") (8 . "SHA256") (9 . "SHA384") (10 . "SHA512"))
>
> but the declaration for RIPEMD160 is wrong, according to the registry
> in RFC 4880.  It should be:
>
> (defconst epg-digest-algorithm-alist #3#)) ((1 . "MD5") (2 . "SHA1")
> (3 . "RIPEMD160") (8 . "SHA256") (9 . "SHA384") (10 . "SHA512"))
>
> This causes messages to be produced with a mismatched pgp-micalg entry
> in the Content-Type: line, which in turn causes some MUAs to fail to
> validate them.

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



--- End Message ---
--- Begin Message --- Subject: Re: Bug#594510: emacs23-common: OpenPGP-signed message composition uses micalg=pgp-rmd160 instead of micalg=pgp-ripemd160 Date: Fri, 03 Dec 2010 10:56:00 +0900 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)
Rob Browning <address@hidden> writes:

>> but the declaration for RIPEMD160 is wrong, according to the registry
>> in RFC 4880.  It should be:
>>
>> (defconst epg-digest-algorithm-alist #3#)) ((1 . "MD5") (2 . "SHA1")
>> (3 . "RIPEMD160") (8 . "SHA256") (9 . "SHA384") (10 . "SHA512"))

Thanks.  Fixed in r102553.

Regards,
-- 
Daiki Ueno


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]