Re: [TLS] Security concerns around co-locating TLS and non-secure on same port (WGLC: draft-ietf-tsvwg-iana-ports-08)

Yoav Nir <ynir@checkpoint.com> Tue, 09 November 2010 20:29 UTC

Return-Path: <ynir@checkpoint.com>
X-Original-To: tls@core3.amsl.com
Delivered-To: tls@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 3EDBA3A692A for <tls@core3.amsl.com>; Tue, 9 Nov 2010 12:29:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.099
X-Spam-Level:
X-Spam-Status: No, score=-2.099 tagged_above=-999 required=5 tests=[AWL=-0.100, BAYES_00=-2.599, J_CHICKENPOX_15=0.6]
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 FNrmFK7dVGPi for <tls@core3.amsl.com>; Tue, 9 Nov 2010 12:29:35 -0800 (PST)
Received: from michael.checkpoint.com (smtp.checkpoint.com [194.29.34.68]) by core3.amsl.com (Postfix) with ESMTP id 1C8193A6879 for <tls@ietf.org>; Tue, 9 Nov 2010 12:29:34 -0800 (PST)
X-CheckPoint: {4CD9AC8E-0-1B221DC2-2FFFF}
Received: from il-ex01.ad.checkpoint.com (il-ex01.checkpoint.com [194.29.34.26]) by michael.checkpoint.com (8.13.8/8.13.8) with ESMTP id oA9KTlbE011465; Tue, 9 Nov 2010 22:29:51 +0200
Received: from il-ex01.ad.checkpoint.com ([126.0.0.2]) by il-ex01.ad.checkpoint.com ([126.0.0.2]) with mapi; Tue, 9 Nov 2010 22:29:46 +0200
From: Yoav Nir <ynir@checkpoint.com>
To: "t.petch" <ietfc@btconnect.com>
Date: Tue, 09 Nov 2010 22:29:46 +0200
Thread-Topic: [TLS] Security concerns around co-locating TLS and non-secure on same port (WGLC: draft-ietf-tsvwg-iana-ports-08)
Thread-Index: AcuATNmej/D0ZXnxTPK/lBL1TMm52Q==
Message-ID: <AD321D07-735D-4607-BEC7-2BF1CB77D12B@checkpoint.com>
References: <4CD76B1B.5030308@ericsson.com> <4CD78027.6090004@pobox.com> <000501cb8001$a441f620$4001a8c0@gateway.2wire.net> <4CD97EA5.3000305@pobox.com> <00f501cb802b$24138840$4001a8c0@gateway.2wire.net>
In-Reply-To: <00f501cb802b$24138840$4001a8c0@gateway.2wire.net>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] Security concerns around co-locating TLS and non-secure on same port (WGLC: draft-ietf-tsvwg-iana-ports-08)
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "This is the mailing list for the Transport Layer Security working group of the IETF." <tls.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/tls>, <mailto:tls-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tls>
List-Post: <mailto:tls@ietf.org>
List-Help: <mailto:tls-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tls>, <mailto:tls-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 09 Nov 2010 20:29:36 -0000

On Nov 9, 2010, at 6:28 PM, t.petch wrote:

> Michael
> 
> Yes there was a smiley but there is also a serious point.
> 
> I recently was involved in syslog over TLS and the RFC there explicitly calls it
> out.  Diagnostic messages are good for diagnosing problems and so should be sent
> in the clear unless there is a reason to do otherwise (eg relating to security
> breaches, password misuse etc) and this is a general truth in operations (SNMP
> etc).  Yes, I must have integrity, but privacy can be a real pain, stopping the
> determination of problems.

Nobody is forcing privacy down your throat. Just as IPsec has AH and ESP-NULL, TLS has TLS_RSA_WITH_NULL_SHA256 and TLS_ECDHE_ECDSA_WITH_NULL_SHA among others.

Browsers don't offer this ciphersuite, and for good reason, as Nicolas pointed out. But they may be good for other protocols.