From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-keys+bounces-15-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 8FA52138A2F
	for <garchives@archives.gentoo.org>; 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 3017BE086E;
	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 <multiple recipients>; 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: <mailto:gentoo-keys@lists.gentoo.org>
List-Help: <mailto:gentoo-keys+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-keys+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-keys+subscribe@lists.gentoo.org>
List-Id: List to discuss signing and verification of the Gentoo Tree. <gentoo-keys.gentoo.org>
X-BeenThere: gentoo-keys@gentoo.org
X-BeenThere: gentoo-keys@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: <CAOgmxWxuCt0Th0Eu3+-3-STjc8hAN82kXx7ADYVUyc05ba1zgA@mail.gmail.com>
Subject: [gentoo-keys] Gentoo Keys: Expansion and improvements -- weekly report #12
From: Pavlos Ratis <dastergon@gentoo.org>
To: gentoo-soc@lists.gentoo.org, gentoo-keys@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
X-Archives-Salt: fb5f507a-c588-41e7-ae4c-aa4ba14708e7
X-Archives-Hash: 116f7035bf07c6077d27525e8ecf8017

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