Re: [lamps] WG Last call: draft-ietf-lamps-hash-of-root-key-cert-extn

Jim Schaad <ietf@augustcellars.com> Wed, 07 November 2018 12:31 UTC

Return-Path: <ietf@augustcellars.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 F1EC112D4EA for <spasm@ietfa.amsl.com>; Wed, 7 Nov 2018 04:31:15 -0800 (PST)
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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-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 4Sqx_wSNbHxG for <spasm@ietfa.amsl.com>; Wed, 7 Nov 2018 04:31:14 -0800 (PST)
Received: from mail2.augustcellars.com (augustcellars.com [50.45.239.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ED0E7129BBF for <spasm@ietf.org>; Wed, 7 Nov 2018 04:31:13 -0800 (PST)
Received: from Jude (43.249.105.152) by mail2.augustcellars.com (192.168.0.56) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Wed, 7 Nov 2018 04:26:19 -0800
From: Jim Schaad <ietf@augustcellars.com>
To: 'Russ Housley' <housley@vigilsec.com>
CC: 'SPASM' <spasm@ietf.org>
References: <BN6PR14MB1106CF89BEC31A9D837A3A5383F30@BN6PR14MB1106.namprd14.prod.outlook.com> <014401d47581$5fe919d0$1fbb4d70$@augustcellars.com> <7104A92B-DC98-4E58-A50A-D470E8E4A0B9@vigilsec.com> <016001d4758c$67daa2c0$378fe840$@augustcellars.com> <0871B813-F7BE-470D-AE97-6F5B62CDA7C3@vigilsec.com> <019601d475b9$578c9ea0$06a5dbe0$@augustcellars.com> <E77C61DD-E953-438A-A020-319F74C656BD@vigilsec.com> <01ba01d475cb$8ef10cc0$acd32640$@augustcellars.com> <2B5D295E-4CB0-450E-BF90-31C66F18AD49@vigilsec.com>
In-Reply-To: <2B5D295E-4CB0-450E-BF90-31C66F18AD49@vigilsec.com>
Date: Wed, 07 Nov 2018 19:31:03 +0700
Message-ID: <030101d47695$c1a92740$44fb75c0$@augustcellars.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AQJLwZVoNyKH0k+Ca89z5ljDodd25QLXeOc8AOBEjwsBky5VHwI0uZGRAqb9qY4CXp3voAEytzmvAePyiSCj2Mj3YA==
Content-Language: en-us
X-Originating-IP: [43.249.105.152]
Archived-At: <https://mailarchive.ietf.org/arch/msg/spasm/XpdCACA2rrYt8Po1pySZtnInJUw>
Subject: Re: [lamps] WG Last call: draft-ietf-lamps-hash-of-root-key-cert-extn
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: Wed, 07 Nov 2018 12:31:16 -0000

That looks fine

> -----Original Message-----
> From: Russ Housley <housley@vigilsec.com>
> Sent: Wednesday, November 7, 2018 6:38 PM
> To: Jim Schaad <ietf@augustcellars.com>
> Cc: SPASM <spasm@ietf.org>
> Subject: Re: [lamps] WG Last call: draft-ietf-lamps-hash-of-root-key-cert-
> extn
> 
> Jim:
> 
> I think I have two comments from you that have not yet been resolved.
Here
> is the text for the Security Considerations that I propose to address
them:
> 
>    The Root CA needs to ensure that the public key in the next
>    generation certificate is as strong or stronger than the key that it
>    is replacing.
> 
>    The Root CA needs to employ a hash function that is resistant to
>    preimage attacks [RFC4270].  A first-preimage attack against the hash
>    function would allow an attacker to find another input that results
>    published hash value.  For the attack to be successful, the input
>    would have to be a valid SubjectPublicKeyInfo that contains the
>    public key that corresponds to a private key known to the attacker.
>    A second-preimage attack becomes possible once the Root CA releases
>    the next generation public key, which makes the input to the hash
>    function becomes available to the attacker and everyone else.  Again,
>    the attacker needs to find a valid SubjectPublicKeyInfo that contains
>    the public key that corresponds to a private key known to the
>    attacker.
> 
> Russ