Gentoo Archives: gentoo-portage-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] GLEP59: Manifest2 hash types implementation
Date: Fri, 30 Sep 2011 01:28:27
Message-Id: 1317346062-10156-1-git-send-email-robbat2@gentoo.org
1 For an overview of tree-signing, please see informational GLEP57.
2
3 This patch series implements all parts needed for GLEP59. Upcoming patch series
4 will include support for the rest of the tree-signing, GLEP59-61.
5
6 [1/4] Manifest2 hash: Whirlpool
7 [2/4] Manifest2 hash: SHA512
8 New hashes.
9
10 [3/4] Manifest2 hash backend provider: mhash
11 New hash provider.
12 Please note that neither pyopenssl nor python-gnutls provide suitable hashing
13 functionality (pyopenssl misses hashing, gnutls misses WHIRLPOOL).
14
15 [4/4] GLEP59: Change live Manifest2 hashes to SHA256, SHA512, WHIRLPOOL
16 Per subject. Change the actual defaults.

Replies