Re: [perpass] Unauthenticated, ephemeral keying in HTTP/1.0 without TLS

Brian E Carpenter <brian.e.carpenter@gmail.com> Sat, 16 November 2013 23:04 UTC

Return-Path: <brian.e.carpenter@gmail.com>
X-Original-To: perpass@ietfa.amsl.com
Delivered-To: perpass@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BEA8511E80EC for <perpass@ietfa.amsl.com>; Sat, 16 Nov 2013 15:04:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.599
X-Spam-Level:
X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, USER_IN_WHITELIST=-100]
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 YxSKKWRckxKo for <perpass@ietfa.amsl.com>; Sat, 16 Nov 2013 15:04:45 -0800 (PST)
Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com [IPv6:2607:f8b0:400e:c02::22d]) by ietfa.amsl.com (Postfix) with ESMTP id 4240411E80D9 for <perpass@ietf.org>; Sat, 16 Nov 2013 15:04:45 -0800 (PST)
Received: by mail-pd0-f173.google.com with SMTP id x10so4959458pdj.18 for <perpass@ietf.org>; Sat, 16 Nov 2013 15:04:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=3p+loABYPSpuDU/aqoljkBu3XwKbDDPqmfDaZ7yWlzs=; b=fZOmx2sV1aYDtYIhKxV3OourZB3CQNwZN5TpAEsmTBURIulLghqkQco3sS3cib01dz +D78PXQpFjoSpw9xSOI/brf+iMHKAkSYn++NOdiwcEqNjV5vjjTxmOlmE0VTOR3VORQV vxOXIqjRjfOChNqviSd3cYRQlqxRmaAMjedfMPpKopAPo0ZRVz+iUoXOcb6LfroJL6aj qT7HFm33NUfWhyIYGxIvCSGitAHiBFpTKj9Mneej6bGwxsEfH/Q+uPkDIzYnaNgIjLrX SlYB8JYN9h90NaBJQ0WkNO7yQwuUkVh5aTqypuijul/24ySFNrLM+Da/uegfFpbrUrI5 cU1Q==
X-Received: by 10.66.226.46 with SMTP id rp14mr13715866pac.133.1384643085087; Sat, 16 Nov 2013 15:04:45 -0800 (PST)
Received: from [192.168.178.20] (151.199.69.111.dynamic.snap.net.nz. [111.69.199.151]) by mx.google.com with ESMTPSA id gh3sm13443087pbb.2.2013.11.16.15.04.43 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 16 Nov 2013 15:04:44 -0800 (PST)
Message-ID: <5287FA09.3060100@gmail.com>
Date: Sun, 17 Nov 2013 12:04:41 +1300
From: Brian E Carpenter <brian.e.carpenter@gmail.com>
Organization: University of Auckland
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
MIME-Version: 1.0
To: Phillip Hallam-Baker <hallam@gmail.com>
References: <CAMm+Lwg-AF9fZ5=f5W8JDmiCe=U7Uyxso_bdHGaQhddsQ+aGaw@mail.gmail.com>
In-Reply-To: <CAMm+Lwg-AF9fZ5=f5W8JDmiCe=U7Uyxso_bdHGaQhddsQ+aGaw@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Cc: perpass <perpass@ietf.org>
Subject: Re: [perpass] Unauthenticated, ephemeral keying in HTTP/1.0 without TLS
X-BeenThere: perpass@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "The perpass list is for IETF discussion of pervasive monitoring. " <perpass.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/perpass>, <mailto:perpass-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/perpass>
List-Post: <mailto:perpass@ietf.org>
List-Help: <mailto:perpass-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/perpass>, <mailto:perpass-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 16 Nov 2013 23:04:45 -0000

On 17/11/2013 10:47, Phillip Hallam-Baker wrote:
...
> The other problem with TLS everywhere is that it changes the communication
> model of HTTP. Proxies no longer work for a start. Data can't be cached.

Indeed. A "solution" in which caches, proxies, content filtering
and possibly CDNs don't work is not going to be deployed on any Internet
on this planet.

   Brian