[stir] [Editorial Errata Reported] RFC8225 (5985)

RFC Errata System <rfc-editor@rfc-editor.org> Thu, 20 February 2020 06:09 UTC

Return-Path: <wwwrun@rfc-editor.org>
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 8E86D120831 for <stir@ietfa.amsl.com>; Wed, 19 Feb 2020 22:09:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.2
X-Spam-Level:
X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, 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 VFfavFfe7vKO for <stir@ietfa.amsl.com>; Wed, 19 Feb 2020 22:09:15 -0800 (PST)
Received: from rfc-editor.org (rfc-editor.org [4.31.198.49]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 92ABF120805 for <stir@ietf.org>; Wed, 19 Feb 2020 22:09:15 -0800 (PST)
Received: by rfc-editor.org (Postfix, from userid 30) id EC2CFF40719; Wed, 19 Feb 2020 22:09:10 -0800 (PST)
To: chris-ietf@chriswendt.net, jon.peterson@neustar.biz, barryleiba@computer.org, aamelnikov@fastmail.fm, adam@nostrum.com, rjsparks@nostrum.com, housley@vigilsec.com
X-PHP-Originating-Script: 30:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: james.h.manger@team.telstra.com, stir@ietf.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20200220060910.EC2CFF40719@rfc-editor.org>
Date: Wed, 19 Feb 2020 22:09:10 -0800
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/zIyPIcglP8m-yxPG8Jx0b5zgLNw>
X-Mailman-Approved-At: Wed, 19 Feb 2020 23:11:53 -0800
Subject: [stir] [Editorial Errata Reported] RFC8225 (5985)
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: Thu, 20 Feb 2020 06:09:26 -0000

The following errata report has been submitted for RFC8225,
"PASSporT: Personal Assertion Token".

--------------------------------------
You may review the report below and at:
https://www.rfc-editor.org/errata/eid5985

--------------------------------------
Type: Editorial
Reported by: James Manger <james.h.manger@team.telstra.com>

Section: 7.1

Original Text
-------------
eyJkZXN0Ijp7InVyaSI6WyJzaXA6YWxpY2VAZXhhbXBsZS5jb20iXX0sImlhdCI
6IjE0NDMyMDgzNDUiLCJvcmlnIjp7InRuIjoiMTIxNTU1NTEyMTIifX0

Corrected Text
--------------
eyJkZXN0Ijp7InVyaSI6WyJzaXA6YWxpY2VAZXhhbXBsZS5jb20iXX0sImlhdCI
6MTQ0MzIwODM0NSwib3JpZyI6eyJ0biI6IjEyMTU1NTUxMjEyIn19Cg

Notes
-----
The "iat" claim in the example's JWT payload is incorrectly encoded as a string (with double-quotes around its value), instead of a number (without double-quotes).
WRONG: Base64url( ... "iat":"1443208345", ... ) = ... 6IjE0NDMyMDgzNDUiLCJv ...
RIGHT: Base64url( ... "iat":1443208345,   ... ) = ... 6MTQ0MzIwODM0NSwi ...

The same example appears in Appendix A, where it is correct. I assume the JWS signature in section 7.1 should also be replaced with the value from Appendix A.

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. 

--------------------------------------
RFC8225 (draft-ietf-stir-passport-11)
--------------------------------------
Title               : PASSporT: Personal Assertion Token
Publication Date    : February 2018
Author(s)           : C. Wendt, J. Peterson
Category            : PROPOSED STANDARD
Source              : Secure Telephone Identity Revisited
Area                : Applications and Real-Time
Stream              : IETF
Verifying Party     : IESG