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 3CA961392EF for ; Mon, 14 Jul 2014 23:22:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F13E6E08BD; Mon, 14 Jul 2014 23:22:24 +0000 (UTC) Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com [209.85.217.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D7B5E08A0; Mon, 14 Jul 2014 23:22:23 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id s7so2013028lbd.28 for ; Mon, 14 Jul 2014 16:22:22 -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=mQt/hhjswmuHL0fFiAeX9XTV6U7CHFIL2eJqHqzPohU=; b=sB3b4cUfmywtBlSPao3wOTDpTYrK2I/LwtNN7QtSvaMnIqcjrRxCw32xZvdeuvXepV AzHXhNBoPDyq4DZY0FrE8TSPtobl8PZlMPP5dCHH1KWITGkNzHHh3QgzBxBY4oNBVOGB zI+jalMhIsm+LWyfpZYKuibV43VwBnhI5BlZAJRo9zkPiNlgBgY+2EowAUF9tJUzJjwQ QCXaztGirZQW1eiqhPrPCCaFQlaY8/+OZ6G3R8tD+KHAnqPDvjTgFrobsuQInOFHFh9/ eo4fVnj0CVWoZvV21+XIGwWuLv6LoHi6luOqqU0bd4A4GYftIltrKPWzoXA+wHoc8LZu iV8A== 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.152.36.225 with SMTP id t1mr4120400laj.65.1405380141971; Mon, 14 Jul 2014 16:22:21 -0700 (PDT) Sender: dastergon@gmail.com Received: by 10.112.28.69 with HTTP; Mon, 14 Jul 2014 16:22:21 -0700 (PDT) Date: Tue, 15 Jul 2014 02:22:21 +0300 X-Google-Sender-Auth: xS1PC78dv9zR9jETTnYVXl-2EiU Message-ID: Subject: [gentoo-keys] Gentoo Keys: Expansion and improvements -- weekly report #8 From: Pavlos Ratis To: gentoo-soc@lists.gentoo.org, gentoo-keys@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: ddb7a82e-cf37-493a-8722-713cba7299d6 X-Archives-Hash: 16c2e41c5e3ebb1c2058fba783abe57a 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 #8 ======= Status: on schedule Tasks done: * Complete gkey-gen implementation (GLEP 63 GPG key generator) * Developers and users are now able to create GLEP 63 based GPG keys. * Documentation also has been written(will be published soon) that shows how to create a key easily step by step. Goals for the next week: * Continue work with Binary keyring support. * Add feature in gkey-gen to auto generate revocation certificates. * Package gkey-gen, gkey-ldap and gkeys * Create ebuilds for each application. Best regards, Pavlos Ratis