Re: [hybi] Insight you need to know: Browsers are at fault when servers crash

Adam Barth <ietf@adambarth.com> Mon, 26 July 2010 09:17 UTC

Return-Path: <ietf@adambarth.com>
X-Original-To: hybi@core3.amsl.com
Delivered-To: hybi@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id E2AA53A6A81 for <hybi@core3.amsl.com>; Mon, 26 Jul 2010 02:17:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.667
X-Spam-Level:
X-Spam-Status: No, score=-1.667 tagged_above=-999 required=5 tests=[AWL=0.310, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622]
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 5x1aMOf5Hh0u for <hybi@core3.amsl.com>; Mon, 26 Jul 2010 02:17:57 -0700 (PDT)
Received: from mail-iw0-f172.google.com (mail-iw0-f172.google.com [209.85.214.172]) by core3.amsl.com (Postfix) with ESMTP id BEFBF3A6A11 for <hybi@ietf.org>; Mon, 26 Jul 2010 02:17:36 -0700 (PDT)
Received: by iwn38 with SMTP id 38so2837470iwn.31 for <hybi@ietf.org>; Mon, 26 Jul 2010 02:17:57 -0700 (PDT)
Received: by 10.231.193.81 with SMTP id dt17mr7798134ibb.177.1280135871565; Mon, 26 Jul 2010 02:17:51 -0700 (PDT)
Received: from mail-iw0-f172.google.com (mail-iw0-f172.google.com [209.85.214.172]) by mx.google.com with ESMTPS id r3sm3499368ibk.7.2010.07.26.02.17.49 (version=SSLv3 cipher=RC4-MD5); Mon, 26 Jul 2010 02:17:50 -0700 (PDT)
Received: by iwn38 with SMTP id 38so2837378iwn.31 for <hybi@ietf.org>; Mon, 26 Jul 2010 02:17:49 -0700 (PDT)
Received: by 10.231.167.67 with SMTP id p3mr8413651iby.20.1280135869361; Mon, 26 Jul 2010 02:17:49 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.231.79.85 with HTTP; Mon, 26 Jul 2010 02:17:29 -0700 (PDT)
In-Reply-To: <4C4D515A.3070102@hs-weingarten.de>
References: <AANLkTilfxps1wWjFrwrH_3Js6Q9E331AMKFRNHfeHcdL@mail.gmail.com> <AANLkTi=vPAnnK0=gE=YN10vt9b-f6sWXXcwK+La5SriO@mail.gmail.com> <623C6D70-B4AF-49EC-BA07-6F90BD0FFFBF@apple.com> <AANLkTi=Q-PVrdaWuOu3H=wUiphe6JB4C+LauSOXKozoY@mail.gmail.com> <AANLkTi=Z-Zw3gJAdwQMAqG5UUVnV_kgsGm3M_qQ2Bwt7@mail.gmail.com> <8B47440C-7CFD-442F-94E3-96A8EBE7D25D@apple.com> <AANLkTimRo_ubic96z3VgwexiOw0KJg10HQedmcuBs6jp@mail.gmail.com> <FA3856A4-FF29-430E-8BE4-3049F1E33A03@apple.com> <AANLkTim14YJgikfeU9k84xMqtcFt0cdqJQZcsNmvt-Eo@mail.gmail.com> <20100726075549.GB7263@1wt.eu> <4C4D515A.3070102@hs-weingarten.de>
From: Adam Barth <ietf@adambarth.com>
Date: Mon, 26 Jul 2010 11:17:29 +0200
Message-ID: <AANLkTikJUvhmjLqRB2nEH3Y42k=d4VTCUSXYqmW22fsY@mail.gmail.com>
To: Roderick Baier <roderick.baier@hs-weingarten.de>
Content-Type: text/plain; charset="ISO-8859-1"
Cc: hybi@ietf.org
Subject: Re: [hybi] Insight you need to know: Browsers are at fault when servers crash
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 26 Jul 2010 09:17:58 -0000

On Mon, Jul 26, 2010 at 11:11 AM, Roderick Baier
<roderick.baier@hs-weingarten.de> wrote:
> Willy Tarreau schrieb:
>> This principle sounds good, and in my opinion would be compatible with
>> Greg's proposal of putting the nonce in a request header. Basically the
>> client chooses a random key, advertises it as a nonce and can start
>> sending data encrypted with that key. It must then check once the server
>> responds that the hash of the key that confirms its will to use it
>> for all data past the headers.
>
> So you want to encrypt the data with a key which was transmitted without
> encryption? Did I get you right?

That's correct.

Adam