Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Default hash algorithm for Manifest signing
Date: Fri, 06 Jul 2012 16:54:55
Message-Id: 201207061253.47105.vapier@gentoo.org
In Reply to: [gentoo-dev] Default hash algorithm for Manifest signing by Ulrich Mueller
1 On Friday 06 July 2012 11:32:22 Ulrich Mueller wrote:
2 > However, I remember that there used to be some problems with SHA256
3 > and DSA keys. Before we add "--digest-algo SHA256" to the default
4 > PORTAGE_GPG_SIGNING_COMMAND in make.globals, I'd like to ask for
5 > feedback if it works without problems.
6
7 a lot of files in the tree are already signed with SHA256 and SHA512
8
9 $ find /usr/portage/ -name Manifest -exec head -2 {} + | \
10 grep Hash: | sort | uniq -c
11 5669 Hash: SHA1
12 3598 Hash: SHA256
13 2034 Hash: SHA512
14 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature