From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R9uDP-0008HP-Qj for garchives@archives.gentoo.org; Sat, 01 Oct 2011 07:42:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D11C721C0D0; Sat, 1 Oct 2011 07:41:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 83F3F21C0A3 for ; Sat, 1 Oct 2011 07:41:01 +0000 (UTC) Received: from grubbs.orbis-terrarum.net (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B58811B4021 for ; Sat, 1 Oct 2011 07:41:00 +0000 (UTC) Received: (qmail 5087 invoked by uid 0); 1 Oct 2011 07:40:59 -0000 From: "Robin H. Johnson" To: gentoo-portage-dev@lists.gentoo.org Subject: [gentoo-portage-dev] [GLEP59v2 0/5] GLEP59: Manifest2 hash types Date: Sat, 1 Oct 2011 07:40:50 +0000 Message-Id: <1317454855-2794-1-git-send-email-robbat2@gentoo.org> X-Mailer: git-send-email 1.7.7 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Archives-Salt: X-Archives-Hash: 5b792525f13768886a422f20f51b04a4 Respun now with the help of ferringb. Cleans up the implementation and catches a few bug and improvements: - mhash priority moved lower than pycrypto/hashlib because mhash holds GIL while the other implementations don't. - hashlib does offer whirlpool if it was built against openssl 1.0. 1/5: Refactor RMD160 hashlib code for less-hardcoding 2/5: Manifest2 hash: Whirlpool 3/5: Manifest2 hash: SHA512 4/5: Manifest2 hash backend provider: mhash 5/5: GLEP59: Change live Manifest2 hashes to SHA256,