From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-keys+bounces-12-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 F30271392EF
	for <garchives@archives.gentoo.org>; Mon, 21 Jul 2014 20:55:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7BA49E0BC5;
	Mon, 21 Jul 2014 20:55:17 +0000 (UTC)
Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 85DAFE0BC5;
	Mon, 21 Jul 2014 20:55:16 +0000 (UTC)
Received: by mail-lb0-f182.google.com with SMTP id z11so5251092lbi.27
        for <multiple recipients>; Mon, 21 Jul 2014 13:55:14 -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=2qMiqiiysSmlh2GGlJl18nQIdQu5EbXzZE/8fk5EL5s=;
        b=grN5YjV+5DPNMfeXiqbodncb3AsoFIB3TW4r+AcqKj9yACGNZzS7/WlzM/OqhimHX5
         uZRQUoptYTnUDJTgHMUv37ffsatBLqWrnX3Xg0hAq3YdS03/66s6xWavYR0Aq3lAr4fY
         QGq53SytEjXZe/rnYljMuKvCnkpIZSqlmlfFDuD5QbN9YJ+ViOUZEqyHs535kXPWLTdH
         6WfjNbyZX9/kVdq0xBwBA194SNMX5hOmatQGLmrXnvoNfCSRLUj8tUlh4HsvE/SJVMzt
         QUqCJY7jSPnYYb0jDwscYZkt1sUr3UuaVizCxolH4MbrcIAaS+nApm31QRili1Y5YTjy
         zntg==
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.9 with SMTP id xk9mr6723268lac.80.1405976114887;
 Mon, 21 Jul 2014 13:55:14 -0700 (PDT)
Sender: dastergon@gmail.com
Received: by 10.112.9.66 with HTTP; Mon, 21 Jul 2014 13:55:14 -0700 (PDT)
Date: Mon, 21 Jul 2014 23:55:14 +0300
X-Google-Sender-Auth: aTDGKB0TmjQ2CzOzQptYbq1IE2c
Message-ID: <CAOgmxWxB7fgZXdvM+9zmqbe0uAnwa7FQC-hQjMwG-8rGgJdexQ@mail.gmail.com>
Subject: [gentoo-keys] Gentoo Keys: Expansion and improvements -- weekly report #9
From: Pavlos Ratis <dastergon@gentoo.org>
To: gentoo-keys@lists.gentoo.org, gentoo-soc@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
X-Archives-Salt: 2f3ee5dc-874d-454f-ba86-2b8c954255fc
X-Archives-Hash: 0cb8829671aa677dfdeddd16fd7f4caa

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 #9
=======

Status: on schedule

Tasks done:

* Documentation writing
  * Expanded gkey-gen docs
* Binary keyring support
  * Gentoo Keys can now export a public keyring with trusted keys.
That binary keyring can be signed by a Certificate Authority(CA) and
distributed to the users.

Goals for the next week:

* File verification
  * Move new official seed files and glep63 config file to api.gentoo.org
  * Sign glep63 gpg config and seed files
  * Implement file verification in Gentoo Keys
* Continue work with Binary keyring support
   * Improvements / Testing

Best regards,
Pavlos Ratis