Re: [openpgp] Deprecating compression support

"Neal H. Walfield" <neal@walfield.org> Mon, 18 March 2019 13:22 UTC

Return-Path: <neal@walfield.org>
X-Original-To: openpgp@ietfa.amsl.com
Delivered-To: openpgp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 21C3E131117 for <openpgp@ietfa.amsl.com>; Mon, 18 Mar 2019 06:22:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no
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 f8kqvNPfoUD1 for <openpgp@ietfa.amsl.com>; Mon, 18 Mar 2019 06:22:28 -0700 (PDT)
Received: from mail.dasr.de (mail.dasr.de [217.69.77.164]) (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 EDC9413111D for <openpgp@ietf.org>; Mon, 18 Mar 2019 06:22:27 -0700 (PDT)
Received: from p57b22663.dip0.t-ipconnect.de ([87.178.38.99] helo=grit.huenfield.org.walfield.org) by mail.dasr.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from <neal@walfield.org>) id 1h5sDh-0005SL-RQ; Mon, 18 Mar 2019 13:22:25 +0000
Date: Mon, 18 Mar 2019 14:22:25 +0100
Message-ID: <87pnqoiage.wl-neal@walfield.org>
From: "Neal H. Walfield" <neal@walfield.org>
To: Justus Winter <justuswinter@gmail.com>
Cc: openpgp@ietf.org
In-Reply-To: <871s3475dy.fsf@europa.jade-hamburg.de>
References: <871s3475dy.fsf@europa.jade-hamburg.de>
User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.5 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue")
Content-Type: text/plain; charset="US-ASCII"
Archived-At: <https://mailarchive.ietf.org/arch/msg/openpgp/ZC7LcIca6JZgo58845oA5htr7k8>
Subject: Re: [openpgp] Deprecating compression support
X-BeenThere: openpgp@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Ongoing discussion of OpenPGP issues." <openpgp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/openpgp>, <mailto:openpgp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/openpgp/>
List-Post: <mailto:openpgp@ietf.org>
List-Help: <mailto:openpgp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/openpgp>, <mailto:openpgp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 18 Mar 2019 13:22:40 -0000

Hi Justus,

Thanks for bringing this up.

On Mon, 18 Mar 2019 13:07:21 +0100,
Justus Winter wrote:
> I propose to deprecate compression support in OpenPGP.
> ...
> I realize that we cannot suddenly drop decompression support, but I
> would suggest to stop emitting compressed data packets.  If this
> proposal gathers traction, I would be happy to suggest a change to the
> standard.

I propose that we change the standard to say:

  - Compliant implementations MUST NOT emit compressed data packets.

  - For backwards compatibility, compliant implementations MAY
    decompress compressed data packets.

Obviously, we should deprecate the "Preferred Compression Algorithms"
subpacket as well.

Note: removing compression support was one of the original goals:

  Subject: [openpgp] details of 4880bis work
  From: Stephen Farrell <stephen.farrell@cs.tcd.ie>
  Message-ID: <5527B621.3040104@cs.tcd.ie>
  Date: Fri, 10 Apr 2015 12:38:09 +0100
  Archived-At: <http://mailarchive.ietf.org/arch/msg/openpgp/ll36RGS81vXSXkVey0cR0zZ7WkI>

  ...

  g) remove compression entirely

  ...

:) Neal