Re: [TLS] Version in record MAC

Russ Housley <housley@vigilsec.com> Mon, 19 October 2015 22:25 UTC

Return-Path: <housley@vigilsec.com>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 992F51B2BA2 for <tls@ietfa.amsl.com>; Mon, 19 Oct 2015 15:25:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.899
X-Spam-Level:
X-Spam-Status: No, score=-101.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4o3Ii009XVbO for <tls@ietfa.amsl.com>; Mon, 19 Oct 2015 15:25:30 -0700 (PDT)
Received: from odin.smetech.net (x-bolt-wan.smeinc.net [209.135.219.146]) by ietfa.amsl.com (Postfix) with ESMTP id A61721A8F4E for <tls@ietf.org>; Mon, 19 Oct 2015 15:25:30 -0700 (PDT)
Received: from localhost (unknown [209.135.209.5]) by odin.smetech.net (Postfix) with ESMTP id DC2C29A4029; Mon, 19 Oct 2015 18:25:19 -0400 (EDT)
X-Virus-Scanned: amavisd-new at smetech.net
Received: from odin.smetech.net ([209.135.209.4]) by localhost (ronin.smeinc.net [209.135.209.5]) (amavisd-new, port 10024) with ESMTP id i1s2djOwwjx6; Mon, 19 Oct 2015 18:23:58 -0400 (EDT)
Received: from [10.0.4.224] (unknown [89.101.241.139]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by odin.smetech.net (Postfix) with ESMTP id A60289A400D; Mon, 19 Oct 2015 18:24:58 -0400 (EDT)
Mime-Version: 1.0 (Apple Message framework v1085)
Content-Type: multipart/alternative; boundary="Apple-Mail-107-982318612"
From: Russ Housley <housley@vigilsec.com>
In-Reply-To: <CABcZeBODjk8rapgbNTST8bmFFVzKqB4tJyrvje-CTgk1=gfqFw@mail.gmail.com>
Date: Mon, 19 Oct 2015 18:24:30 -0400
Message-Id: <E6765B64-EE40-46C1-87E7-59BDA276CADF@vigilsec.com>
References: <CABcZeBODjk8rapgbNTST8bmFFVzKqB4tJyrvje-CTgk1=gfqFw@mail.gmail.com>
To: Eric Rescorla <ekr@rtfm.com>
X-Mailer: Apple Mail (2.1085)
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/0JKEtY1IfUJi7Zvu5G4twhRYkdc>
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] Version in record MAC
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.15
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/options/tls>, <mailto:tls-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/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, 19 Oct 2015 22:25:32 -0000

Option #2 seems fine to me.

Russ


On Oct 19, 2015, at 12:28 PM, Eric Rescorla wrote:

> Folks,
> 
> https://github.com/tlswg/tls13-spec/issues/278
> 
> The additional data field presently includes the version:
> 
>       additional_data = seq_num + TLSPlaintext.record_version
> 
> However, TLSPlaintext.record_version is now always {3, 1}, so
> this is redundant. There seem to be two primary options here:
> 
>      1. Don't MAC the version at all.
>      2. MAC the negotiated version (which should be clear at
>         this point).
> 
> I could go either way on this (slightly leaning towards #2) but
> the current thing seems silly.
> 
> -Ekr
> 
> _______________________________________________
> TLS mailing list
> TLS@ietf.org
> https://www.ietf.org/mailman/listinfo/tls