Re: [websec] Decouple HSTS's two orthogonal effects?
Tom Ritter <tom@ritter.vg> Thu, 24 March 2011 04:21 UTC
Return-Path: <tom@ritter.vg>
X-Original-To: websec@core3.amsl.com
Delivered-To: websec@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 0837E3A67EA for <websec@core3.amsl.com>; Wed, 23 Mar 2011 21:21:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.977
X-Spam-Level:
X-Spam-Status: No, score=-2.977 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iDsTbqVGFP7M for <websec@core3.amsl.com>; Wed, 23 Mar 2011 21:21:18 -0700 (PDT)
Received: from mail-bw0-f44.google.com (mail-bw0-f44.google.com [209.85.214.44]) by core3.amsl.com (Postfix) with ESMTP id A2B693A67E9 for <websec@ietf.org>; Wed, 23 Mar 2011 21:21:17 -0700 (PDT)
Received: by bwz13 with SMTP id 13so7900198bwz.31 for <websec@ietf.org>; Wed, 23 Mar 2011 21:22:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ritter.vg; s=vg; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=AVYf/K1QERe4Tn/FSbzaovvyxp6/c2PeEqQdARFzTWo=; b=1zsxsvJlzWdKQL4feG7X+TuPV60Cw6B0sh3LG/h2bhLlnjgEC/XPYdxdow5R8fM3E1 NloR2JyAhnp2Qi43hKCfnluFe9rUZ+TweSe9s6rzrdRBocGg0OJzSBskTNN0D7ZlH8oj 4lmE2MHyj3IBxFTkq+jDHtHfSWTbrQRwzMuBo=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=ritter.vg; s=vg; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=tHseLKeerYGJtBUQqD1I7NbK/xl/MOZ3v0tyXuJt2UPIx+f8sXE6RQo4YV4s3eQEYE n8DLBujYOYd+stsiLdENXJX5sAFdCrXomyuiwy5AFY6dytcsBj9fFU6vCgl+GgaSMRDZ r5jtnNXn5VzfRwkDzY84oTBxey3uPa+8fa+Ko=
Received: by 10.204.22.197 with SMTP id o5mr671428bkb.68.1300940571174; Wed, 23 Mar 2011 21:22:51 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.204.114.73 with HTTP; Wed, 23 Mar 2011 21:22:31 -0700 (PDT)
In-Reply-To: <1300938396.2117.235.camel@localhost>
References: <1300938396.2117.235.camel@localhost>
From: Tom Ritter <tom@ritter.vg>
Date: Thu, 24 Mar 2011 00:22:31 -0400
Message-ID: <AANLkTin7j63S3aV+7F-oXi_4Ju_AVJSYfTW+wnWMwoh8@mail.gmail.com>
To: websec@ietf.org
Content-Type: text/plain; charset="ISO-8859-1"
Subject: Re: [websec] Decouple HSTS's two orthogonal effects?
X-BeenThere: websec@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Web Application Security Minus Authentication and Transport <websec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/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: Thu, 24 Mar 2011 04:22:02 -0000
I'm new to this list, so apologies if this has been discussed - but I was surprised and dismayed when I learned of the coupling of these two effects. A very common situation I find myself in is adding an exception for a self-signed certificate or otherwise untrusted certificate, either for a personal machine, development machines, or intranet machines. The individual cert is verified by fingerprint using out-of-band channels, added, and doesn't change for a while - and we'd like to use HSTS on these boxes. But based off my simple testing in Chrome - coupling these effects prevents this workflow. -tom
- [websec] Decouple HSTS's two orthogonal effects? Matt McCutchen
- Re: [websec] Decouple HSTS's two orthogonal effec… Tom Ritter
- Re: [websec] Decouple HSTS's two orthogonal effec… Devdatta Akhawe
- Re: [websec] Decouple HSTS's two orthogonal effec… Tobias Gondrom
- Re: [websec] Decouple HSTS's two orthogonal effec… =JeffH
- Re: [websec] Decouple HSTS's two orthogonal effec… Daniel Kahn Gillmor
- Re: [websec] Decouple HSTS's two orthogonal effec… Yoav Nir
- Re: [websec] Decouple HSTS's two orthogonal effec… Adam Barth
- Re: [websec] Decouple HSTS's two orthogonal effec… Tom Ritter
- Re: [websec] Decouple HSTS's two orthogonal effec… Adam Barth
- Re: [websec] Decouple HSTS's two orthogonal effec… Daniel Kahn Gillmor
- Re: [websec] Decouple HSTS's two orthogonal effec… Adam Barth
- Re: [websec] Decouple HSTS's two orthogonal effec… Phillip Hallam-Baker