Re: [TLS] A question to implementors about compression

Martin Thomson <martin.thomson@gmail.com> Tue, 07 April 2015 17:02 UTC

Return-Path: <martin.thomson@gmail.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 C03251A8A80 for <tls@ietfa.amsl.com>; Tue, 7 Apr 2015 10:02:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] 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 1hZsbYJ4G20z for <tls@ietfa.amsl.com>; Tue, 7 Apr 2015 10:02:42 -0700 (PDT)
Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BB4631A8A7A for <tls@ietf.org>; Tue, 7 Apr 2015 10:02:42 -0700 (PDT)
Received: by obbeb7 with SMTP id eb7so25326915obb.3 for <tls@ietf.org>; Tue, 07 Apr 2015 10:02:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Fp/ipZBEuPdArksHL+FB9ssZ4LwJ6D6N8y64AcYCsQ0=; b=kwsvHY7f0CT8LjZ6X2KjM7MrVY2gJ47iL/n5zlMameiaG/fgFT5Fx4dyayzPO/AM1d wwSaUo/9AnFA8oOfw7H4FxA8P3Ky2fyFE9aMMIZ9C3J3FvfCoUuhWUBQy6GpJ0hiimLw fxBCfwX5W3BKqyMeJJ3lMgISrXM2QuxVYg2nPC1KIlFtdj3Rkd7euqQ3I4Esxcl8a4GG OmPlreJejucJlBPmr0q+0vVPYWpaAlGBlOymiB/AFVKL200SyfaEgOnWgNTmqlx3YBo0 ZmlSDd6c9JMFjCsfpfnUBR8N6RuhThmabafBbKmBmQaS1sciMQFK3YZz59B5UQAV9xo+ xl0Q==
MIME-Version: 1.0
X-Received: by 10.60.101.195 with SMTP id fi3mr26512059oeb.65.1428426144402; Tue, 07 Apr 2015 10:02:24 -0700 (PDT)
Received: by 10.202.48.151 with HTTP; Tue, 7 Apr 2015 10:02:24 -0700 (PDT)
In-Reply-To: <2dbc5ad134f544619db764781a8bb249@ustx2ex-dag1mb2.msg.corp.akamai.com>
References: <2dbc5ad134f544619db764781a8bb249@ustx2ex-dag1mb2.msg.corp.akamai.com>
Date: Tue, 07 Apr 2015 10:02:24 -0700
Message-ID: <CABkgnnXp8UzdNo+JQSyJY+U6wo=-tCFMcopn=N9XwNi_k0DYKQ@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: "Salz, Rich" <rsalz@akamai.com>
Content-Type: text/plain; charset="UTF-8"
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/jS-DhX4uQ12OVYyzXDhF9hP4Gnc>
Cc: "TLS@ietf.org (tls@ietf.org)" <tls@ietf.org>
Subject: Re: [TLS] A question to implementors about compression
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: <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, 07 Apr 2015 17:02:44 -0000

On 7 April 2015 at 06:23, Salz, Rich <rsalz@akamai.com> wrote:
> I want to completely remove TLS-layer compression from the next release of
> OpenSSL (roughly year-end). If you this will cause interop problems with
> your stack, can you please let me know?  Thanks.

I'm guessing that interop problems with other stacks will be the least
of your concerns: the uncompressed option is pretty well-tested.  NSS
happily doesn't compress.  I'd be more concerned about users who might
have gotten attached to the feature.