Re: [dane] Middlebox DANE validation for HTTPS

"A. Schulze" <sca@andreasschulze.de> Thu, 06 July 2017 22:06 UTC

Return-Path: <sca@andreasschulze.de>
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 1966A126D46 for <dane@ietfa.amsl.com>; Thu, 6 Jul 2017 15:06:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.002
X-Spam-Level:
X-Spam-Status: No, score=-2.002 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=andreasschulze.de
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 10kQlrrTxm0D for <dane@ietfa.amsl.com>; Thu, 6 Jul 2017 15:06:49 -0700 (PDT)
Received: from mail.somaf.de (mail.somaf.de [IPv6:2001:470:77b3:100::7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B1778124217 for <dane@ietf.org>; Thu, 6 Jul 2017 15:06:49 -0700 (PDT)
Received: from [IPv6:2001:470:77b3:50:d151:c5bf:5f64:2f73] (unknown [IPv6:2001:470:77b3:50:d151:c5bf:5f64:2f73]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: sca@andreasschulze.de) by mail.somaf.de (Postfix) with ESMTPSA id 3x3Wzp34QtzMsDZl for <dane@ietf.org>; Fri, 7 Jul 2017 00:06:45 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=andreasschulze.de; s=ybz; t=1499378806; bh=P4Gcg9XsszcR3B2mLYi1829D8A74YcOtKTRW+EReTBM=; h=Subject:To:References:From:Date:In-Reply-To; b=OePXViVqVzuyeefLzsBQZCbFrdMJeGufrtrfgpyPMDPDzAZltLi0JfLylq/KwvOna srbSmdhwywRKC9U4TZfZQd/C3Ghh3LkfHSg6vorQCh7YZ9YbwmyL3EbfAcqJWKMjJk 95uwvx0+UEk/zox/VxTkpqA7gVk+60i7qzpUdzO5KvafoDMCsXq9edoMHwK2rzPZ1f J7CilYqAd07MBt58zayt4IOLA8vhDSNug+gf6RSmlkPjyrZmg5/64yZ6/RIlZH/jFj Hk73ht60O/bOgGYTQxA7qw96b/+7TDP9hHUIrsaSEySVQeeQRZ3StXiDZ+e7UW+3uO ITMdf9ft0UJNQ==
To: dane@ietf.org
References: <e9f53717-96b9-49b0-c9c9-0d06b1d88d85@depht.com>
From: "A. Schulze" <sca@andreasschulze.de>
Message-ID: <bfb9e45b-1e59-c601-1a95-6de4d67ede4a@andreasschulze.de>
Date: Fri, 07 Jul 2017 00:04:17 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
MIME-Version: 1.0
In-Reply-To: <e9f53717-96b9-49b0-c9c9-0d06b1d88d85@depht.com>
Content-Type: text/plain; charset="utf-8"
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/dane/C8JYxXnCYF51hkFwsm8u-tzmuiQ>
Subject: Re: [dane] Middlebox DANE validation for HTTPS
X-BeenThere: dane@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
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: <https://mailarchive.ietf.org/arch/browse/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: Thu, 06 Jul 2017 22:06:52 -0000


Am 06.07.2017 um 21:43 schrieb Andrew McConachie:
> Attached is a presentation I gave at the ICANN 59 DNSSEC Workshop in Johannesburg last week. This is a project I've been working on for a few months and have been successfully running on a LEDE device. It currently has a deployment count of 1, but I'm curious to hear what this mailing list thinks of it.

nice.

but that mode of operation could not inform the user/client about a problem. This may increase the support effort.
Users must be aware of such kind of protection. It's really hard to identify "website unavailable" as a DANE validation error...

Andreas