Re: [openpgp] Signing Email Headers

Nicholas Cole <nicholas.cole@gmail.com> Wed, 18 March 2015 11:58 UTC

Return-Path: <nicholas.cole@gmail.com>
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 4D1A81A0060 for <openpgp@ietfa.amsl.com>; Wed, 18 Mar 2015 04:58:35 -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 6yQ2-x1OJvQF for <openpgp@ietfa.amsl.com>; Wed, 18 Mar 2015 04:58:33 -0700 (PDT)
Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (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 5E9161A004C for <openpgp@ietf.org>; Wed, 18 Mar 2015 04:58:33 -0700 (PDT)
Received: by wibg7 with SMTP id g7so88135865wib.1 for <openpgp@ietf.org>; Wed, 18 Mar 2015 04:58:32 -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=BocjDuSDnH1PGOyApfagWNz3PXMBnbTZGW4fPnesQLQ=; b=Ovy0F0Kokoot7mw0UJ96XbGWfbdcvAGYmCrajwHa6hfn1Z9NfglTTSGDtlqgHrS8RV QW5Lm+k3xiZJcncfhfRQ1XQ/KP1esEBb24ps4eEYyq/GTTEKgZ0myz3zXfgCLMDIWo9S BgxfNW/6FaYFoI2AU6IQ6HB8D1SSjX8OhDJTXLABZ+MY2RBusSVNGNzIwmaltOyi0Izx BmOHSTuZ08tTKf0AbTzbCQI7E699x1uNmD394WP/Vj6R1nzMz6qCVnAWWtEdJLx4C40a 5PeI+T0dn6PwOqQInbmnB3bItEYA4cLLTSZfgPegMpHKtVG5+FfFN7NlhOt9BPf9TwEr +n5A==
MIME-Version: 1.0
X-Received: by 10.194.48.74 with SMTP id j10mr144122505wjn.38.1426679912086; Wed, 18 Mar 2015 04:58:32 -0700 (PDT)
Received: by 10.194.162.6 with HTTP; Wed, 18 Mar 2015 04:58:31 -0700 (PDT)
In-Reply-To: <87vbhyjzkc.fsf@alice.fifthhorseman.net>
References: <CAAu18he0yAiYtEf0ePJkE6BWuaMT7_72gyQjvnOP6YOwK4FZzg@mail.gmail.com> <87vbhyjzkc.fsf@alice.fifthhorseman.net>
Date: Wed, 18 Mar 2015 11:58:31 +0000
Message-ID: <CAAu18hf-f2=9V5m2y5F=Nq3xw_x_efY6hLCCYaCFfgzcHnVtcQ@mail.gmail.com>
From: Nicholas Cole <nicholas.cole@gmail.com>
To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Content-Type: text/plain; charset="UTF-8"
Archived-At: <http://mailarchive.ietf.org/arch/msg/openpgp/JMnGSMYTAaWTSIfzX94BNwT-rII>
Cc: "openpgp@ietf.org" <openpgp@ietf.org>
Subject: Re: [openpgp] Signing Email Headers
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: Wed, 18 Mar 2015 11:58:35 -0000

On Wed, Mar 18, 2015 at 11:49 AM, Daniel Kahn Gillmor
<dkg@fifthhorseman.net> wrote:
> On Wed 2015-03-18 05:46:45 -0400, Nicholas Cole wrote:
>> One issue that comes up again and again is the question of signed
>> email headers.  Isn't there an obvious solution -- nest an email
>> message within a PGP/MIME message -- complete with the headers that
>> you want to protect?
>
> Please see the thread in this working group titled "Encrypting / Signing
> the mail subject?" from the last several days for this very topic,
> including a proposal that should be simpler for non-compliant MUAs to
> handle than a full embedded e-mail message, while still providing the
> features you're looking to add.
>


Thanks. Sorry. I missed that thread.