Re: [stir] [Technical Errata Reported] RFC8224 (6499)

Russ Housley <housley@vigilsec.com> Sun, 28 March 2021 16:48 UTC

Return-Path: <housley@vigilsec.com>
X-Original-To: stir@ietfa.amsl.com
Delivered-To: stir@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3CFD43A20D6 for <stir@ietfa.amsl.com>; Sun, 28 Mar 2021 09:48:36 -0700 (PDT)
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, 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 ko9zkrE0r25X for <stir@ietfa.amsl.com>; Sun, 28 Mar 2021 09:48:31 -0700 (PDT)
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 6012E3A20D5 for <stir@ietf.org>; Sun, 28 Mar 2021 09:48:31 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mail.smeinc.net (Postfix) with ESMTP id 693FB300BD0 for <stir@ietf.org>; Sun, 28 Mar 2021 12:48:28 -0400 (EDT)
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 Iatvb52EqclX for <stir@ietf.org>; Sun, 28 Mar 2021 12:48:23 -0400 (EDT)
Received: from [192.168.1.161] (pool-141-156-161-153.washdc.fios.verizon.net [141.156.161.153]) by mail.smeinc.net (Postfix) with ESMTPSA id 4E76A300AEF; Sun, 28 Mar 2021 12:48:23 -0400 (EDT)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.17\))
From: Russ Housley <housley@vigilsec.com>
In-Reply-To: <20210327204839.06FA2F4076D@rfc-editor.org>
Date: Sun, 28 Mar 2021 12:48:23 -0400
Cc: Jon Peterson <jon.peterson@neustar.biz>, Cullen Jennings <fluffy@cisco.com>, Eric Rescorla <ekr@rtfm.com>, Chris Wendt <chris-ietf@chriswendt.net>, Robert Sparks <rjsparks@nostrum.com>, marc@petit-huguenin.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <F39D942E-717B-4CE8-833C-F7D25CF6D600@vigilsec.com>
References: <20210327204839.06FA2F4076D@rfc-editor.org>
To: IETF STIR Mail List <stir@ietf.org>, "Murray S. Kucherawy" <superuser@gmail.com>, Francesca Palombini <francesca.palombini@ericsson.com>
X-Mailer: Apple Mail (2.3445.104.17)
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/xxts63Is82kbQtfyrGHAWZN6yIY>
Subject: Re: [stir] [Technical Errata Reported] RFC8224 (6499)
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Secure Telephone Identity Revisited <stir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/stir>, <mailto:stir-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/stir/>
List-Post: <mailto:stir@ietf.org>
List-Help: <mailto:stir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/stir>, <mailto:stir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 28 Mar 2021 16:48:36 -0000

I think this errata should be approved.

Russ

> On Mar 27, 2021, at 4:48 PM, RFC Errata System <rfc-editor@rfc-editor.org> wrote:
> 
> The following errata report has been submitted for RFC8224,
> "Authenticated Identity Management in the Session Initiation Protocol (SIP)".
> 
> --------------------------------------
> You may review the report below and at:
> https://www.rfc-editor.org/errata/eid6499
> 
> --------------------------------------
> Type: Technical
> Reported by: Marc Petit-Huguenin <marc@petit-huguenin.org>
> 
> Section: 4
> 
> Original Text
> -------------
> Identity = "Identity" HCOLON signed-identity-digest SEMI
>          ident-info *( SEMI ident-info-params )
> signed-identity-digest = 1*(base64-char / ".")
> ident-info = "info" EQUAL ident-info-uri
> ident-info-uri = LAQUOT absoluteURI RAQUOT
> ident-info-params = ident-info-alg / ident-type /
>    ident-info-extension
> ident-info-alg = "alg" EQUAL token
> ident-type = "ppt" EQUAL token
> ident-info-extension = generic-param
> 
> base64-char = ALPHA / DIGIT / "/" / "+"
> 
> 
> Corrected Text
> --------------
> Identity = "Identity" HCOLON signed-identity-digest SEMI
>          ident-info *( SEMI ident-info-params )
> signed-identity-digest = 1*(base64url-char / ".")
> ident-info = "info" EQUAL ident-info-uri
> ident-info-uri = LAQUOT absoluteURI RAQUOT
> ident-info-params = ident-info-alg / ident-type /
>    ident-info-extension
> ident-info-alg = "alg" EQUAL token
> ident-type = "ppt" EQUAL token
> ident-info-extension = generic-param
> 
> base64url-char = ALPHA / DIGIT / "-" / "_"
> 
> 
> Notes
> -----
> RFC 8225 makes it clear that the encoding is BASE4URL, not the standard BASE64 encoding.
> 
> Instructions:
> -------------
> This erratum is currently posted as "Reported". If necessary, please
> use "Reply All" to discuss whether it should be verified or
> rejected. When a decision is reached, the verifying party  
> can log in to change the status and edit the report, if necessary. 
> 
> --------------------------------------
> RFC8224 (draft-ietf-stir-rfc4474bis-16)
> --------------------------------------
> Title               : Authenticated Identity Management in the Session Initiation Protocol (SIP)
> Publication Date    : February 2018
> Author(s)           : J. Peterson, C. Jennings, E. Rescorla, C. Wendt
> Category            : PROPOSED STANDARD
> Source              : Secure Telephone Identity Revisited
> Area                : Applications and Real-Time
> Stream              : IETF
> Verifying Party     : IESG
> 
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir