Re: [dane] Behavior in the face of no answer?

Martin Rex <mrex@sap.com> Tue, 15 May 2012 17:04 UTC

Return-Path: <mrex@sap.com>
X-Original-To: dane@ietfa.amsl.com
Delivered-To: dane@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9294921F88C5 for <dane@ietfa.amsl.com>; Tue, 15 May 2012 10:04:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.086
X-Spam-Level:
X-Spam-Status: No, score=-10.086 tagged_above=-999 required=5 tests=[AWL=0.163, BAYES_00=-2.599, HELO_EQ_DE=0.35, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rDXpzEYyjAaV for <dane@ietfa.amsl.com>; Tue, 15 May 2012 10:04:39 -0700 (PDT)
Received: from smtpde02.sap-ag.de (smtpde02.sap-ag.de [155.56.68.140]) by ietfa.amsl.com (Postfix) with ESMTP id E2F2421F880B for <dane@ietf.org>; Tue, 15 May 2012 10:04:38 -0700 (PDT)
Received: from mail.sap.corp by smtpde02.sap-ag.de (26) with ESMTP id q4FH4aQS001228 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 15 May 2012 19:04:36 +0200 (MEST)
From: Martin Rex <mrex@sap.com>
Message-Id: <201205151704.q4FH4YbT021349@fs4113.wdf.sap.corp>
To: ekr@rtfm.com (Eric Rescorla)
Date: Tue, 15 May 2012 19:04:34 +0200 (MEST)
In-Reply-To: <CABcZeBOX_WGf2hv=+rdA_YG4x5Pw0--snThZh+7yRrHNRwGYeg@mail.gmail.com> from "Eric Rescorla" at May 15, 12 09:55:27 am
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-SAP: out
Cc: paul.hoffman@vpnc.org, dane@ietf.org
Subject: Re: [dane] Behavior in the face of no answer?
X-BeenThere: dane@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
Reply-To: mrex@sap.com
List-Id: DNS-based Authentication of Named Entities <dane.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dane>, <mailto:dane-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dane>
List-Post: <mailto:dane@ietf.org>
List-Help: <mailto:dane-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dane>, <mailto:dane-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 May 2012 17:04:41 -0000

Eric Rescorla wrote:
> 
> On Tue, May 15, 2012 at 9:52 AM, Martin Rex <mrex@sap.com> wrote:
> > And as a fallback, browsers could use a TLSA & server-cert lock, i.e.
> > memorizing information from the last visit of a site and using that
> > to perform server endpoint identification in case that DNSSEC lookups
> > fail when roaming.
> 
> At which point it's hard to understand how this is better than cert pinning
> via HSTS.

Such a TLSA & server-cert lock is supposed to be transient substitute for
the lack of DNSSEC connectivity.  That memorized information will need
to be updated whenever full DNSSEC connectivity is available.

-Martin