Re: [TLS] Entirely omitting context in draft-ietf-tls-extractor

"Joseph Salowey (jsalowey)" <jsalowey@cisco.com> Mon, 22 February 2010 05:05 UTC

Return-Path: <jsalowey@cisco.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 BE75928C239 for <tls@core3.amsl.com>; Sun, 21 Feb 2010 21:05:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.499
X-Spam-Level:
X-Spam-Status: No, score=-10.499 tagged_above=-999 required=5 tests=[AWL=0.100, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
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 P+rY7fEaLRE1 for <tls@core3.amsl.com>; Sun, 21 Feb 2010 21:05:50 -0800 (PST)
Received: from sj-iport-5.cisco.com (sj-iport-5.cisco.com [171.68.10.87]) by core3.amsl.com (Postfix) with ESMTP id 57D0228C196 for <tls@ietf.org>; Sun, 21 Feb 2010 21:05:47 -0800 (PST)
Authentication-Results: sj-iport-5.cisco.com; dkim=neutral (message not signed) header.i=none
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AvsEAP+fgUurR7Hu/2dsb2JhbACbBHOjS5czhGsEgxU
X-IronPort-AV: E=Sophos;i="4.49,515,1262563200"; d="scan'208";a="154590388"
Received: from sj-core-5.cisco.com ([171.71.177.238]) by sj-iport-5.cisco.com with ESMTP; 22 Feb 2010 05:07:44 +0000
Received: from xbh-sjc-211.amer.cisco.com (xbh-sjc-211.cisco.com [171.70.151.144]) by sj-core-5.cisco.com (8.13.8/8.14.3) with ESMTP id o1M57iFv022051; Mon, 22 Feb 2010 05:07:44 GMT
Received: from xmb-sjc-225.amer.cisco.com ([128.107.191.38]) by xbh-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 21 Feb 2010 21:07:44 -0800
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Date: Sun, 21 Feb 2010 21:07:43 -0800
Message-ID: <AC1CFD94F59A264488DC2BEC3E890DE509ADC93A@xmb-sjc-225.amer.cisco.com>
In-Reply-To: <20100221233503.54D806EB9B5@kilo.networkresonance.com>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: [TLS] Entirely omitting context in draft-ietf-tls-extractor
Thread-Index: AcqzTgZioZMMaYo2R+K6VjToUP8VlgALujpA
References: <20100221233503.54D806EB9B5@kilo.networkresonance.com>
From: "Joseph Salowey (jsalowey)" <jsalowey@cisco.com>
To: Eric Rescorla <ekr@networkresonance.com>, tls@ietf.org
X-OriginalArrivalTime: 22 Feb 2010 05:07:44.0487 (UTC) FILETIME=[F79A1F70:01CAB37C]
Subject: Re: [TLS] Entirely omitting context in draft-ietf-tls-extractor
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: Mon, 22 Feb 2010 05:05:50 -0000

Looks good. 

> -----Original Message-----
> From: tls-bounces@ietf.org [mailto:tls-bounces@ietf.org] On Behalf Of
Eric
> Rescorla
> Sent: Sunday, February 21, 2010 3:35 PM
> To: tls@ietf.org
> Subject: [TLS] Entirely omitting context in draft-ietf-tls-extractor
> 
> During LC, we received a comment from Jouni Malinen that
unconditionally
> including the context in the PRF created an unnecesssary
incompatibility
> with exporter-type mechanisms in EAP-TLS and EAP-TTLS which could
> otherwise
> be retconned into being extractor usages. In order to address this, I
> propose changing the text to read:
> 
> 
>   If no context is provided, it then computes:
> 
>          PRF(SecurityParameters.master_secret, label,
>              SecurityParameters.client_random +
>              SecurityParameters.server_random
>              )[length]
> 
>   If the context is provided, it computes::
> 
>          PRF(SecurityParameters.master_secret, label,
>              SecurityParameters.client_random +
>              SecurityParameters.server_random +
>              context_value_length + context_value
>              )[length]
> 
>   Where PRF is the TLS PRF in use for the session.  The output is a
>   pseudorandom bit string of length bytes generated from the
>   master_secret. (This construction allows for interoperability
>   with older exporter-type constructions which do not
>   use context values, e.g., [RFC5281]).
> 
> Any objections?
> 
> -Ekr
> 
> 
> _______________________________________________
> TLS mailing list
> TLS@ietf.org
> https://www.ietf.org/mailman/listinfo/tls