Re: [saag] subordinate vs intermediate certification authority

Michael Richardson <mcr+ietf@sandelman.ca> Thu, 04 February 2021 17:13 UTC

Return-Path: <mcr+ietf@sandelman.ca>
X-Original-To: saag@ietfa.amsl.com
Delivered-To: saag@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 035513A169D for <saag@ietfa.amsl.com>; Thu, 4 Feb 2021 09:13:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-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 ofe3rV5RA3r4 for <saag@ietfa.amsl.com>; Thu, 4 Feb 2021 09:13:25 -0800 (PST)
Received: from tuna.sandelman.ca (tuna.sandelman.ca [209.87.249.19]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 580F03A169C for <saag@ietf.org>; Thu, 4 Feb 2021 09:13:24 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by tuna.sandelman.ca (Postfix) with ESMTP id CD44A389AC for <saag@ietf.org>; Thu, 4 Feb 2021 12:16:18 -0500 (EST)
Received: from tuna.sandelman.ca ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id oGPitKz1aFnW for <saag@ietf.org>; Thu, 4 Feb 2021 12:16:18 -0500 (EST)
Received: from sandelman.ca (obiwan.sandelman.ca [IPv6:2607:f0b0:f:2::247]) by tuna.sandelman.ca (Postfix) with ESMTP id 4F40F389AB for <saag@ietf.org>; Thu, 4 Feb 2021 12:16:18 -0500 (EST)
Received: from localhost (localhost [IPv6:::1]) by sandelman.ca (Postfix) with ESMTP id 4BB3B440 for <saag@ietf.org>; Thu, 4 Feb 2021 12:13:22 -0500 (EST)
From: Michael Richardson <mcr+ietf@sandelman.ca>
To: saag@ietf.org
In-Reply-To: <YBt8izjlBu+nAtsN@straasha.imrryr.org>
References: <30833.1612411843@localhost> <YBt8izjlBu+nAtsN@straasha.imrryr.org>
X-Mailer: MH-E 8.6+git; nmh 1.7+dev; GNU Emacs 26.1
X-Face: $\n1pF)h^`}$H>Hk{L"x@)JS7<%Az}5RyS@k9X%29-lHB$Ti.V>2bi.~ehC0; <'$9xN5Ub# z!G,p`nR&p7Fz@^UXIn156S8.~^@MJ*mMsD7=QFeq%AL4m<nPbLgmtKK-5dC@#:k
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature"
Date: Thu, 04 Feb 2021 12:13:22 -0500
Message-ID: <12683.1612458802@localhost>
Archived-At: <https://mailarchive.ietf.org/arch/msg/saag/mcTq6YfGLUNA9_uigYQZql9At7Q>
Subject: Re: [saag] subordinate vs intermediate certification authority
X-BeenThere: saag@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Security Area Advisory Group <saag.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/saag>, <mailto:saag-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/saag/>
List-Post: <mailto:saag@ietf.org>
List-Help: <mailto:saag-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/saag>, <mailto:saag-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 04 Feb 2021 17:13:28 -0000

Viktor Dukhovni <ietf-dane@dukhovni.org> wrote:
    > On Wed, Feb 03, 2021 at 11:10:43PM -0500, Michael Richardson wrote:

    >> I thought I had cross-posted this, but apparently I did not:
    >>
    >> https://mailarchive.ietf.org/arch/msg/anima/3tNwWb9gBacdYMTr1TtXzSa_3_Q/
    >>
    >> RFC5280 uses the term "intermediate certificates", and they are
    >> RFC4949 defines "intermediate CA" RFC4949 defines "subordinate CA" in
    >> a way that implies it is part of the same RFC5280 uses the term
    >> "subordinate" in section 3.2, but later in referring to
    >>
    >> At this point, in 2020, can someone give me some guidance on using
    >> these terms?

    > FWIW, in the context of OpenSSL, Postfix, etc., I see/use the terms
    > "root CA certificate", "intermediate CA certificate" and "end-entity
    > certificate".  Where "root CA certificates" are self-signed,
    > "end-entity certificates" are the certificates of the peer, and
    > everything in between is just intermediate certificates.

    > From a verifier perspective there is little reason to make distictions
    > on a more granular level.

Yes, I agree that there is no important distinction from a chain validation
point of view.

    >> However, if the Anchor (level N) and the Level N+1 certification
    >> authority are in different organizations (such as for an "Enterprise
    >> Certificate"), then the Level N+1 is a subordinate CA.

    > Again, from the vantage point of the verifier, there's no practical way
    > to know.  Some of the Let's Encrypt CA certs are issued by DST others
    > by ISRG.  In common usage, I typically see these referred to as
    > intermediate certificates, but e.g. the ISRG CPS appears to prefer
    > "subordinate":

That seems to be consistent with my hypothesis that the term "subordinate"
represents a split in administrative authority.

    > So as I see it, "intermediate" and "subordinate" are essentially
    > synonymous, with some technical communities using the former and others
    > the latter to mean basically the same thing.


--
Michael Richardson <mcr+IETF@sandelman.ca>   . o O ( IPv6 IøT consulting )
           Sandelman Software Works Inc, Ottawa and Worldwide