Re: [TLS] Encrypt-then-MAC again (was Re: padding bug)

Michael D'Errico <mike-list@pobox.com> Mon, 11 November 2013 03:49 UTC

Return-Path: <mike-list@pobox.com>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CA08521E81DB for <tls@ietfa.amsl.com>; Sun, 10 Nov 2013 19:49:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
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 zNUTTEyks2GA for <tls@ietfa.amsl.com>; Sun, 10 Nov 2013 19:49:28 -0800 (PST)
Received: from sasl.smtp.pobox.com (a-pb-sasl-quonix.pobox.com [208.72.237.25]) by ietfa.amsl.com (Postfix) with ESMTP id 742F121E81DA for <tls@ietf.org>; Sun, 10 Nov 2013 19:49:24 -0800 (PST)
Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 64E75E3CE; Sun, 10 Nov 2013 22:49:17 -0500 (EST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=sasl; bh=Hgen9xzZlbgn OWBTxHJep4sxPhA=; b=Svth2pD1xoxc/YyR47UOxTh//3e2pjlvuNTSz+rUb7fU tphICdOvpVUNPbwsmmNhrR1TQEPdBUIfFrzRUse8ed2tr9NvVk9lFQs3bfK3PUbq SGW6Kswupbv/aCHNhfm7FLpgiaOZEVSxkEzLMYuE8M56ucDxRT+sbfbvP8ZUtRc=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=message-id:date :from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sasl; b=ubckcZ jcAemkZTtT2sk84CU8aeQ6oBItUVRGf9SGu3LHJpqShmAx2Zadk1JhjROpXorAKW gu7XkWplqqAN0ONVPhL9fW7I1LngHclNQOKd3CUo1jQXC/gMlJtS8iAgaOjboz5x tmwrylyswmwxHSpl363E+272W/Q92stmy/Qrs=
Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 5B6FDE3CD; Sun, 10 Nov 2013 22:49:17 -0500 (EST)
Received: from iMac.local (unknown [24.234.153.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id B86D7E3CC; Sun, 10 Nov 2013 22:49:16 -0500 (EST)
Message-ID: <528053BB.20801@pobox.com>
Date: Sun, 10 Nov 2013 19:49:15 -0800
From: Michael D'Errico <mike-list@pobox.com>
User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228)
MIME-Version: 1.0
To: "Paterson, Kenny" <Kenny.Paterson@rhul.ac.uk>
References: <CEA59E7E.E9C5%kenny.paterson@rhul.ac.uk>
In-Reply-To: <CEA59E7E.E9C5%kenny.paterson@rhul.ac.uk>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Pobox-Relay-ID: 3CE90DF0-4A84-11E3-86ED-F66B0E5B5709-38729857!a-pb-sasl-quonix.pobox.com
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] Encrypt-then-MAC again (was Re: padding bug)
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.12
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: <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, 11 Nov 2013 03:49:32 -0000

Paterson, Kenny wrote:
> So the issue you raise should not be holding things up.

Just to be clear, I didn't raise this issue.  It's the only
issue I came across that seems to be holding up the draft.

Mike