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 7D18D13877A for ; Tue, 12 Aug 2014 23:36:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3567CE0874; Tue, 12 Aug 2014 23:36:57 +0000 (UTC) Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 186A4E086E; Tue, 12 Aug 2014 23:36:55 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id hr17so8566943lab.16 for ; Tue, 12 Aug 2014 16:36:54 -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=3vFwUr0ynHKkPa/PHgUlyAWHdcvMoTpQS4cHx29UONg=; b=eTAZeRQoF1gOyOaBsNBOOmysVkFJGIKQwrIjUj4EDKVLjsxxStuf4OBEj5nstUnEpm zh+oPttl5rzO4wfH5wu1urieqASMGpFr+6SiZOB6u2D1vGD5UHTg4blRjuikelurRehh pdE/7+XUgQvCiaEZ620HjIfhrXMLndgw6/AZrIVozLibRH5oZxhjHi6r9wEMS9oZ9sDj RKevze7aQrZBVXYOg+7zDnr77CS7gjFbdFkLJWUsRawdy0N7JmuLpLrIeaH8oa45nbkF lEvm81fFZsGo5O5kVwZf6XzrXGpqQVxo5CQGqjQ1WT2fFSPcFxwe6NfMFbo+ukfGz5DF 1gCg== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.152.245.171 with SMTP id xp11mr726391lac.61.1407886614296; Tue, 12 Aug 2014 16:36:54 -0700 (PDT) Sender: dastergon@gmail.com Received: by 10.112.9.71 with HTTP; Tue, 12 Aug 2014 16:36:54 -0700 (PDT) Date: Wed, 13 Aug 2014 02:36:54 +0300 X-Google-Sender-Auth: tjQn_rnQtL3XdgLI2jTVqyEdX34 Message-ID: Subject: [gentoo-soc] Gentoo Keys: Expansion and improvements -- weekly report #12 From: Pavlos Ratis To: gentoo-soc@lists.gentoo.org, gentoo-keys@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: d3c4c063-1ff2-4a94-bbba-a31483f95c5b X-Archives-Hash: 9987a8186bfd0b42d485ba3e1f9850b8 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 #12 ======= Status: on schedule Tasks done: * Completed file verification support. * Support for both local and remote file verification. * Maintenance checks. * Checks for expired and valid keys. * Implemented fetch_file feature in ssl-fetch which downloads files and binaries. * Improved argument handling in pyGPG. Goals for the last week: * Code polishing. * Add more documentation. * Bug fixing. Best regards, Pavlos Ratis