From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 03FC71391DB for ; Sun, 27 Jul 2014 19:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEBF5E0BFF; Sun, 27 Jul 2014 19:48:44 +0000 (UTC) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60816E0BF2; Sun, 27 Jul 2014 19:48:43 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id 10so5163233lbg.12 for ; Sun, 27 Jul 2014 12:48:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=+QmamP1oWma8tFc3LKd4NDMZnc3cscmPjx4AAv77K7U=; b=v2+TaxoZLt42N+thZDaYEHldZCOJrAkNZg+JUdXs4cTDAwp+YUoY+hLEUFNfwurLw9 GyZxEOktgPmpJ5vhzW/lDq8y+DpwSA78E3mnQw7y4Oioe2AQRvJZbVTifl8L/IIaQCYL ZxbEfZiEuK1o5KKFaK+DjLdqMz5KyAPXj4WJAFaf4r0qam0n/Z8F6gqUbzcOK4LdkA3h HJqAGua7TlW9xlHSDl4uxm4eoLDm3kkUQ4fClihljNNiMACBFVC3fazPZ66lmm//z9gp wVG13Xl/cb6racB7WobQhYzJpraIwsyxyHytCEcWdLI1n1l8rPJRtEHF55oSIVryWjkL AFOg== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: List to discuss signing and verification of the Gentoo Tree. X-BeenThere: gentoo-keys@gentoo.org X-BeenThere: gentoo-keys@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.112.33.74 with SMTP id p10mr29264213lbi.0.1406490521703; Sun, 27 Jul 2014 12:48:41 -0700 (PDT) Sender: dastergon@gmail.com Received: by 10.112.9.71 with HTTP; Sun, 27 Jul 2014 12:48:41 -0700 (PDT) Date: Sun, 27 Jul 2014 22:48:41 +0300 X-Google-Sender-Auth: 1jm7dkaNXHswvtIa312W0g2LxNk Message-ID: Subject: [gentoo-keys] Gentoo Keys: Expansion and improvements -- weekly report #10 From: Pavlos Ratis To: gentoo-keys@lists.gentoo.org, gentoo-soc@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: eb1533e6-1a80-4afd-8ed1-1fee8db5ef11 X-Archives-Hash: e465f184de4aeb23c5bbdc149477bc08 Hello, This year I am working on improving and expanding the features of Gentoo Keys. Gentoo Keys is a Python based project that aims to manage the GPG keys used for validation on users and Gentoo's infrastructure servers. These keys will be any/all of the release keys, developer keys and any other third party keys or keyrings available or needed. Source code: https://github.com/gentoo/gentoo-keys Week #10 ======= Status: on schedule Tasks done: * Completed binary keyring support. * File verification * Tested file verification locally. * Implemented a first part of file verification support. * Created a new release of ssl-fetch (0.2.1) which fixes some bugs in the building phase. Goals for the next week: * Complete file verification * Implement maintenance checks for GPG keys: * Expiration date checks. * Validity checks. * Other checks that may occur. Best regards, Pavlos Ratis