[websec] DNS publication of HSTS and PKP header data using CAA

Phillip Hallam-Baker <phill@hallambaker.com> Wed, 08 April 2015 22:00 UTC

Return-Path: <hallam@gmail.com>
X-Original-To: websec@ietfa.amsl.com
Delivered-To: websec@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BDB371A8F42 for <websec@ietfa.amsl.com>; Wed, 8 Apr 2015 15:00:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.278
X-Spam-Level:
X-Spam-Status: No, score=-1.278 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FM_FORGED_GMAIL=0.622, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] 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 8Rl42sh7fdS5 for <websec@ietfa.amsl.com>; Wed, 8 Apr 2015 15:00:30 -0700 (PDT)
Received: from mail-lb0-x22c.google.com (mail-lb0-x22c.google.com [IPv6:2a00:1450:4010:c04::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 684631A8F43 for <websec@ietf.org>; Wed, 8 Apr 2015 15:00:29 -0700 (PDT)
Received: by lbbuc2 with SMTP id uc2so74148189lbb.2 for <websec@ietf.org>; Wed, 08 Apr 2015 15:00:27 -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=Dmzc9F4YQJTVMoynHp/rNBoZMUNpzuGILuSjsW+VLWE=; b=NdjEEIGNV5XlxtoP4XIysUms1UZ5t+Cy/W+p6TC51eU15Py/mK4mGeTeKisZXZeZxV H7Gk1GToUtwa8Zuyi5nlt/K5CvYcMLs2JuSXNLAWsrrR5htZ/1cnMTq4DdcM7119OR9n tpIrveJKfd0PozZQoMtccBF6elBOPe1KMEU5g0UxGb7rgUnqjRRDSm3zXAL5NSO1Xo6f FIzgynAa/CvaBz9XibK2uWBfGmoS+l5rvlVvgf9OBmUIfgqIvxauyNNyEsNcdNyr01mx ILlqLaoS3P0Gj3uk9h3/u7UdNLF3dYXdklkpYO42PJ4yK1j5KP9minfXouvwMJjCbIBp A8JQ==
MIME-Version: 1.0
X-Received: by 10.112.13.7 with SMTP id d7mr25385175lbc.79.1428530427766; Wed, 08 Apr 2015 15:00:27 -0700 (PDT)
Sender: hallam@gmail.com
Received: by 10.112.147.165 with HTTP; Wed, 8 Apr 2015 15:00:27 -0700 (PDT)
Date: Wed, 08 Apr 2015 18:00:27 -0400
X-Google-Sender-Auth: sgTRyIcNojo1bd2G_HlIHfOZU5Y
Message-ID: <CAMm+Lwjc_7CWPLgTSy=pX81+NXUguOLZmv0t2YgxTbXotQqZsg@mail.gmail.com>
From: Phillip Hallam-Baker <phill@hallambaker.com>
To: websec <websec@ietf.org>
Content-Type: text/plain; charset="UTF-8"
Archived-At: <http://mailarchive.ietf.org/arch/msg/websec/pgpPQ6YKNOfuPnULGLCcvRHO0o8>
Subject: [websec] DNS publication of HSTS and PKP header data using CAA
X-BeenThere: websec@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Web Application Security Minus Authentication and Transport <websec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/websec>, <mailto:websec-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/websec/>
List-Post: <mailto:websec@ietf.org>
List-Help: <mailto:websec-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/websec>, <mailto:websec-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 08 Apr 2015 22:00:31 -0000

http://tools.ietf.org/html/draft-hallambaker-webseccaa-00

It is a pretty straightforward proposal:

* Use the CAA record with either the hsts or hpkp tag
* Put the same text you would have put into the CAA record value field

There are a few differences in interpretation. All we are trying to do
here is to help people to close the 'secure after first use' hole, not
replace.

Given that we have quite a bit of use of HSTS headers, providing a
mechanism for publishing this in the DNS looks like being the obvious
approach.