Re: [lamps] LAMPS sample keys and certificates

Russ Housley <housley@vigilsec.com> Tue, 24 December 2019 16:55 UTC

Return-Path: <housley@vigilsec.com>
X-Original-To: spasm@ietfa.amsl.com
Delivered-To: spasm@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 367C91200A1 for <spasm@ietfa.amsl.com>; Tue, 24 Dec 2019 08:55:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] 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 hyIpXlXTiBi3 for <spasm@ietfa.amsl.com>; Tue, 24 Dec 2019 08:55:43 -0800 (PST)
Received: from mail.smeinc.net (mail.smeinc.net [209.135.209.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A481212009C for <spasm@ietf.org>; Tue, 24 Dec 2019 08:55:43 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by mail.smeinc.net (Postfix) with ESMTP id E0B7D300B2F for <spasm@ietf.org>; Tue, 24 Dec 2019 11:55:41 -0500 (EST)
X-Virus-Scanned: amavisd-new at mail.smeinc.net
Received: from mail.smeinc.net ([127.0.0.1]) by localhost (mail.smeinc.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Ful7bB6__KkF for <spasm@ietf.org>; Tue, 24 Dec 2019 11:55:40 -0500 (EST)
Received: from a860b60074bd.fios-router.home (pool-108-51-198-163.washdc.fios.verizon.net [108.51.198.163]) by mail.smeinc.net (Postfix) with ESMTPSA id B447C300A9E; Tue, 24 Dec 2019 11:55:40 -0500 (EST)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\))
From: Russ Housley <housley@vigilsec.com>
In-Reply-To: <877e2manfy.fsf@fifthhorseman.net>
Date: Tue, 24 Dec 2019 11:55:41 -0500
Cc: LAMPS WG <spasm@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <6CD5B115-345B-49B1-AF54-BBD6888096AE@vigilsec.com>
References: <878sodm0j3.fsf@fifthhorseman.net> <23953F0E-F919-4BBD-998F-11FF0DDBD95F@vigilsec.com> <87r20ya78o.fsf@fifthhorseman.net> <4AE80A23-9698-4C6D-8DE9-320AAEA71E10@vigilsec.com> <877e2manfy.fsf@fifthhorseman.net>
To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
X-Mailer: Apple Mail (2.3445.104.11)
Archived-At: <https://mailarchive.ietf.org/arch/msg/spasm/GVz0f3DZMKyJQY4Tto5bfVr3c7g>
Subject: Re: [lamps] LAMPS sample keys and certificates
X-BeenThere: spasm@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "This is a venue for discussion of doing Some Pkix And SMime \(spasm\) work." <spasm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/spasm>, <mailto:spasm-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/spasm/>
List-Post: <mailto:spasm@ietf.org>
List-Help: <mailto:spasm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/spasm>, <mailto:spasm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Dec 2019 16:55:45 -0000


> On Dec 23, 2019, at 1:47 PM, Daniel Kahn Gillmor <dkg@fifthhorseman.net> wrote:
> 
> On Mon 2019-12-23 11:29:51 -0500, Russ Housley wrote:
>> A comment about Section 8.6: Triple-Wrapping was never envisioned as a
>> mechanism for integrity protection of mail header.  Rather, when a
>> mail list agent is involved, the outermost signature is applied by the
>> mail list agent to protect the mail list expansion history.  This
>> history is needed to detect loops.
> 
> Thanks for the feedback, Russ.  I've actually heard people contemplating
> the use of triple-wrapping for providing cryptographic authenticity and
> integrity in a non-mail-list context as well, but i've hardly ever seen
> it used in practice.
> 
> If you have any suggested text amendments for this section, i'd be happy
> to incorporate your feedback.

I propose:

[RFC2634] defines "Triple Wrapping" as a means of providing cleartext signatures over signed and encrypted material.  A mail list agent uses triple wrapping to sign is the mail list expansion history. Others have observed that triple wrapping could be used in combination with the mechanism described in [RFC7508] to authenticate some headers for transport using S/MIME.

Russ