Re: [openpgp] "OpenPGP Simple"

Jon Callas <jon@callas.org> Mon, 16 March 2015 17:58 UTC

Return-Path: <jon@callas.org>
X-Original-To: openpgp@ietfa.amsl.com
Delivered-To: openpgp@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EEEAA1A896C for <openpgp@ietfa.amsl.com>; Mon, 16 Mar 2015 10:58:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 RXPWzH36rc_i for <openpgp@ietfa.amsl.com>; Mon, 16 Mar 2015 10:58:40 -0700 (PDT)
Received: from mail.merrymeet.com (merrymeet.com [173.164.244.100]) by ietfa.amsl.com (Postfix) with ESMTP id 7023A1A8956 for <openpgp@ietf.org>; Mon, 16 Mar 2015 10:58:40 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mail.merrymeet.com (Postfix) with ESMTP id 208C76C926C5; Mon, 16 Mar 2015 10:58:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at merrymeet.com
Received: from mail.merrymeet.com ([127.0.0.1]) by localhost (merrymeet.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p4XrRw-ioe2Z; Mon, 16 Mar 2015 10:58:09 -0700 (PDT)
Received: from keys.merrymeet.com (keys.merrymeet.com [173.164.244.97]) by mail.merrymeet.com (Postfix) with ESMTPSA id 63E226C926B3; Mon, 16 Mar 2015 10:58:08 -0700 (PDT)
Received: from [10.0.23.30] ([173.164.244.98]) by keys.merrymeet.com (PGP Universal service); Mon, 16 Mar 2015 10:58:09 -0700
X-PGP-Universal: processed; by keys.merrymeet.com on Mon, 16 Mar 2015 10:58:09 -0700
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\))
From: Jon Callas <jon@callas.org>
In-Reply-To: <20150315175744.GG2978@singpolyma-liberty>
Date: Mon, 16 Mar 2015 10:58:07 -0700
Message-Id: <34C550CB-11A0-4D25-A5CF-78D265FE2435@callas.org>
References: <20150315175744.GG2978@singpolyma-liberty>
To: Stephen Paul Weber <singpolyma@singpolyma.net>
X-Mailer: Apple Mail (2.2070.6)
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Archived-At: <http://mailarchive.ietf.org/arch/msg/openpgp/3K6tSdebEjQw8K1z1pZkXxyvu-k>
Cc: openpgp@ietf.org, Jon Callas <jon@callas.org>
Subject: Re: [openpgp] "OpenPGP Simple"
X-BeenThere: openpgp@ietf.org
X-Mailman-Version: 2.1.15
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: <http://www.ietf.org/mail-archive/web/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, 16 Mar 2015 17:58:43 -0000

> 1) Sections of the RFC define what you might call "extras", such as the ASCII Armor (including a checksum unused elsewhere in the spec)

Certainly the ASCII Armor checksum is something that could go, since we don't need to worry so much about modem line noise. :-) But you have to know enough to ignore it.

> 2) There are a lot of backwards-compatibility things (old-style lengths, lots of different algorithms)
> 
> One of the things I've tried to work on to help in some of my use cases is a modular description for a subset of OpenPGP that is (hopefully) easier to immediately grok and/or implement.  It is at <https://github.com/singpolyma/openpgp-spec>

One of the things that I did once was to streamline an implementation my receiving a number of things well, like old-style packets and lengths, but only generating one thing (like five-byte lengths) on the grounds that if you move to generating a simplified format, you can then start doing usage surveys on when to phase out the old stuff.

But yes, having a simplified profile would be a great thing to do, I think.

	Jon