Re: [pkix] End-entity self-signed certs

"Miller, Timothy J." <tmiller@mitre.org> Wed, 30 November 2011 14:40 UTC

Return-Path: <tmiller@mitre.org>
X-Original-To: pkix@ietfa.amsl.com
Delivered-To: pkix@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7EC1121F8B3B for <pkix@ietfa.amsl.com>; Wed, 30 Nov 2011 06:40:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.949
X-Spam-Level:
X-Spam-Status: No, score=-5.949 tagged_above=-999 required=5 tests=[AWL=0.650, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IuMSg-g+Egtd for <pkix@ietfa.amsl.com>; Wed, 30 Nov 2011 06:40:31 -0800 (PST)
Received: from smtpksrv1.mitre.org (smtpksrv1.mitre.org [198.49.146.77]) by ietfa.amsl.com (Postfix) with ESMTP id A58A621F8AFE for <pkix@ietf.org>; Wed, 30 Nov 2011 06:40:31 -0800 (PST)
Received: from smtpksrv1.mitre.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id DF2F221B177D; Wed, 30 Nov 2011 09:40:30 -0500 (EST)
Received: from IMCCAS01.MITRE.ORG (imccas01.mitre.org [129.83.29.78]) by smtpksrv1.mitre.org (Postfix) with ESMTP id A364921B0D62; Wed, 30 Nov 2011 09:40:30 -0500 (EST)
Received: from IMCMBX01.MITRE.ORG ([169.254.1.18]) by IMCCAS01.MITRE.ORG ([129.83.29.78]) with mapi id 14.01.0339.001; Wed, 30 Nov 2011 09:40:30 -0500
From: "Miller, Timothy J." <tmiller@mitre.org>
To: Tom Gindin <tgindin@us.ibm.com>
Thread-Topic: [pkix] End-entity self-signed certs
Thread-Index: AQHMpNb3K+6nacw8f0a2iVOXAK08TJWxblCAgABwfQCAAAiYgIAHUYIAgAknZQCAA3hngP//qNuA
Date: Wed, 30 Nov 2011 14:40:29 +0000
Message-ID: <CAFB9AE2.29C3%tmiller@mitre.org>
In-Reply-To: <OF784A6F1F.16E68AAB-ON85257957.008146D7-85257958.004C352A@us.ibm.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
user-agent: Microsoft-MacOutlook/14.13.0.110805
x-originating-ip: [172.31.39.64]
Content-Type: text/plain; charset="iso-8859-1"
Content-ID: <3B373740D8A42547B5AD2ACBCDF83613@imc.mitre.org>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "pkix@ietf.org" <pkix@ietf.org>
Subject: Re: [pkix] End-entity self-signed certs
X-BeenThere: pkix@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: PKIX Working Group <pkix.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/pkix>, <mailto:pkix-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/pkix>
List-Post: <mailto:pkix@ietf.org>
List-Help: <mailto:pkix-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/pkix>, <mailto:pkix-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 30 Nov 2011 14:40:32 -0000

On 11/30/11 7:52 AM, "Tom Gindin" <tgindin@us.ibm.com> wrote:

>        The main point I've tried to make in this thread is the
>usefulness 
>of self-signed certificates for level 1 and as a credential after level 2
>proofing, rather than their unsuitability for higher assurance levels.
>Nonetheless, I don't know if anyone has ever used them at higher levels
>and I don't think they should.

To counter, I'm trying to make the point that functionally speaking the
self-signed certificate is nothing more than a container for the public
key.  A key continuity system wouldn't even look at the certificate
attributes.  Practically speaking, however, the certificate is needed
because the *protocols on which systems are built* are built around X.509
objects.

For example, I can (and have) build a web service that uses key continuity
for authN and authZ.  However, to *use* that service the user must have a
certificate, because the TLS protocol requires certificates to function.

>        The revocation requirements for levels 3 and 4 are IMHO a
>stronger 
>reason not to use self-signed certificates at those levels than the fact
>that a self-signed certificate consists mainly of information which
>nobody 
>except the claimant has vouched for.  The lack of revocation is
>irrelevant 
>to level 1, relevant but not crippling for level 2, serious for 3 and
>even 
>worse for 4.  You are right that a self-signed certificate could possibly
>represent a strong enough proofing process for level 3 or 4, although
>using one makes it hard for that fact to be conveyed between a CSP and a
>separate RP.

As you noted, revocation in key continuity systems are achieved by
de-authorizing the key.  I don¹t see this as a problem for LOA3/4, but it
does make the C&A job more important.

-- T