Re: [Trans] draft-linus-trans-gossip-ct-01 doesn't work

Paul Wouters <paul@nohats.ca> Thu, 26 March 2015 15:50 UTC

Return-Path: <paul@nohats.ca>
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 65DB21AD272 for <trans@ietfa.amsl.com>; Thu, 26 Mar 2015 08:50:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.11
X-Spam-Level:
X-Spam-Status: No, score=-1.11 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_ALL=0.8, 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 oKyJjNE5-JOD for <trans@ietfa.amsl.com>; Thu, 26 Mar 2015 08:50:02 -0700 (PDT)
Received: from mx.nohats.ca (mx.nohats.ca [193.110.157.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CF2821AD259 for <trans@ietf.org>; Thu, 26 Mar 2015 08:49:33 -0700 (PDT)
Received: from localhost (localhost [IPv6:::1]) by mx.nohats.ca (Postfix) with ESMTP id 3lCW303wxDzJrN; Thu, 26 Mar 2015 16:49:32 +0100 (CET)
X-OPENPGPKEY: Message passed unmodified
X-Virus-Scanned: amavisd-new at mx.nohats.ca
Received: from mx.nohats.ca ([IPv6:::1]) by localhost (mx.nohats.ca [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id 0JI8smoJ17WD; Thu, 26 Mar 2015 16:49:31 +0100 (CET)
Received: from ns0.nohats.ca (ns0.nohats.ca [IPv6:2a03:6000:1004:1::102]) by mx.nohats.ca (Postfix) with ESMTP; Thu, 26 Mar 2015 16:49:31 +0100 (CET)
Received: by ns0.nohats.ca (Postfix, from userid 500) id 8AA963F7EF; Thu, 26 Mar 2015 11:49:31 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1]) by ns0.nohats.ca (Postfix) with ESMTP id 840683F494; Thu, 26 Mar 2015 11:49:31 -0400 (EDT)
Date: Thu, 26 Mar 2015 11:49:30 -0400
From: Paul Wouters <paul@nohats.ca>
To: Watson Ladd <watsonbladd@gmail.com>
In-Reply-To: <CACsn0c=5ZAUbamYkrMfawMxuk-1vpuydHT0jwaw+TR9cvOQd6w@mail.gmail.com>
Message-ID: <alpine.LRH.2.11.1503261146392.21698@ns0.nohats.ca>
References: <CACsn0c=5ZAUbamYkrMfawMxuk-1vpuydHT0jwaw+TR9cvOQd6w@mail.gmail.com>
User-Agent: Alpine 2.11 (LRH 23 2013-08-11)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset="US-ASCII"; format="flowed"
Archived-At: <http://mailarchive.ietf.org/arch/msg/trans/3pioR475Trbwc3vQ24t9FcsOlqk>
Cc: "trans@ietf.org" <trans@ietf.org>
Subject: Re: [Trans] draft-linus-trans-gossip-ct-01 doesn't work
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: <http://www.ietf.org/mail-archive/web/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: Thu, 26 Mar 2015 15:50:06 -0000

On Thu, 26 Mar 2015, Watson Ladd wrote:

> Suppose I can consistently redirect a client C to a masquerading
> server M. The proposed gossip mechanism will not detect this, as SCTs
> are only ever sent back to the server they are received from. This
> should be fixed by having clients gossip constantly about STHs, thus
> ensuring that if any honest server is contacted, the MITM is detected.

First of all, this is very unlikely and consumes a lot of resources.

Second, the webserver <-> webclient is not the only path for gossip.
Please have a look at the diagram on page 6 of the gossip presentation
from last Monday:

http://www.ietf.org/proceedings/92/slides/slides-92-trans-3.pdf

Paul