Re: [Trans] Tracking implementations

Matt Palmer <mpalmer@hezmatt.org> Mon, 29 June 2015 00:16 UTC

Return-Path: <mpalmer@hezmatt.org>
X-Original-To: trans@ietfa.amsl.com
Delivered-To: trans@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4E3501B30BE for <trans@ietfa.amsl.com>; Sun, 28 Jun 2015 17:16:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.455
X-Spam-Level: *
X-Spam-Status: No, score=1.455 tagged_above=-999 required=5 tests=[BAYES_50=0.8, SPF_SOFTFAIL=0.665, T_RP_MATCHES_RCVD=-0.01] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 912hAEhLecPU for <trans@ietfa.amsl.com>; Sun, 28 Jun 2015 17:16:12 -0700 (PDT)
Received: from mail.hezmatt.org (minotaur.hezmatt.org [IPv6:2a01:4f8:121:3431:e2e4:22bb:25f5:6cad]) by ietfa.amsl.com (Postfix) with ESMTP id 4B4421B30BC for <trans@ietf.org>; Sun, 28 Jun 2015 17:16:11 -0700 (PDT)
Received: from mistress.home.hezmatt.org (eth1372.nsw.adsl.internode.on.net [150.101.203.91]) by mail.hezmatt.org (Postfix) with ESMTPSA id 2753168730; Mon, 29 Jun 2015 00:16:09 +0000 (UTC)
Received: by mistress.home.hezmatt.org (Postfix, from userid 1000) id 853659FE13; Mon, 29 Jun 2015 10:16:05 +1000 (AEST)
Date: Mon, 29 Jun 2015 10:16:05 +1000
From: Matt Palmer <mpalmer@hezmatt.org>
To: Melinda Shore <melinda.shore@gmail.com>
Message-ID: <20150629001605.GR13302@hezmatt.org>
References: <53D9600C.6040805@gmail.com> <556F0EB1.1060400@comodo.com> <556F4055.6040609@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <556F4055.6040609@gmail.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
Archived-At: <http://mailarchive.ietf.org/arch/msg/trans/t9Qj8ZMw-x80NlVwm2ZD8x-M9D0>
Cc: "trans@ietf.org" <trans@ietf.org>
Subject: Re: [Trans] Tracking implementations
X-BeenThere: trans@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Public Notary Transparency working group discussion list <trans.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/trans>, <mailto:trans-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/trans/>
List-Post: <mailto:trans@ietf.org>
List-Help: <mailto:trans-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/trans>, <mailto:trans-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Jun 2015 00:16:14 -0000

On Wed, Jun 03, 2015 at 09:58:45AM -0800, Melinda Shore wrote:
> Excellent - thanks!  I've updated the wiki:
> http://trac.tools.ietf.org/wg/trans/trac/wiki
> 
> If there are other implementations underway,
> please let us know.

I've recently released an open-source (GPLv3) RFC6962-compliant log
monitoring framework, for retrieving and validating STHs, entries, etc:

    https://github.com/tobermorytech/certificate-transparency-monitor

I've also released several supporting Ruby gems:

* merkle-hash-tree -- build and verify merkle hash trees;
* certificate-transparency -- RFC6962 data structures;
* certificate-transparency-client -- interact with an RFC6962 log over HTTP.

I'd add all of these to the wiki page, except that I can't seem to get a
Trac login (I'm following up that with webmaster@tools).

- Matt