[Anima] [Errata Verified] RFC8366 (6646)

RFC Errata System <rfc-editor@rfc-editor.org> Mon, 15 January 2024 12:04 UTC

Return-Path: <wwwrun@rfcpa.amsl.com>
X-Original-To: anima@ietfa.amsl.com
Delivered-To: anima@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4727BC14F5F8; Mon, 15 Jan 2024 04:04:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.659
X-Spam-Level:
X-Spam-Status: No, score=-1.659 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=no autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xDLiibmuyUFC; Mon, 15 Jan 2024 04:04:37 -0800 (PST)
Received: from rfcpa.amsl.com (rfcpa.amsl.com [50.223.129.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 76C5CC14F5EF; Mon, 15 Jan 2024 04:04:37 -0800 (PST)
Received: by rfcpa.amsl.com (Postfix, from userid 499) id 0E5721A49952; Mon, 15 Jan 2024 04:04:37 -0800 (PST)
To: aman.mangal@arista.com, kwatsen@juniper.net, mcr+ietf@sandelman.ca, pritikin@cisco.com, tte+ietf@cs.fau.de, toerless.eckert@huawei.com
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: rwilton@cisco.com, iesg@ietf.org, anima@ietf.org, iana@iana.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20240115120437.0E5721A49952@rfcpa.amsl.com>
Date: Mon, 15 Jan 2024 04:04:37 -0800
Archived-At: <https://mailarchive.ietf.org/arch/msg/anima/V07tkaI86kRZLEmYYR1k1RSllWU>
Subject: [Anima] [Errata Verified] RFC8366 (6646)
X-BeenThere: anima@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: Autonomic Networking Integrated Model and Approach <anima.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/anima>, <mailto:anima-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/anima/>
List-Post: <mailto:anima@ietf.org>
List-Help: <mailto:anima-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/anima>, <mailto:anima-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 15 Jan 2024 12:04:41 -0000

The following errata report has been verified for RFC8366,
"A Voucher Artifact for Bootstrapping Protocols". 

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

--------------------------------------
Status: Verified
Type: Technical

Reported by: Aman Mangal <aman.mangal@arista.com>
Date Reported: 2021-07-22
Verified by: Rob Wilton (IESG)

Section: 5.2

Original Text
-------------
   {
     "ietf-voucher:voucher": {
       "created-on": "2016-10-07T19:31:42Z",
       "expires-on": "2016-10-21T19:31:42Z",
       "assertion": "verified",
       "serial-number": "JADA123456789",
       "idevid-issuer": "base64encodedvalue==",
       "pinned-domain-cert": "base64encodedvalue==",
       "domain-cert-revocation-checks": "true",
       "last-renewal-date": "2017-10-07T19:31:42Z"
     }
   }

Corrected Text
--------------
   {
     "ietf-voucher:voucher": {
       "created-on": "2016-10-07T19:31:42Z",
       "expires-on": "2016-10-21T19:31:42Z",
       "assertion": "verified",
       "serial-number": "JADA123456789",
       "idevid-issuer": "base64encodedvalue==",
       "pinned-domain-cert": "base64encodedvalue==",
       "domain-cert-revocation-checks": true,
       "last-renewal-date": "2017-10-07T19:31:42Z"
     }
   }

Notes
-----
domain-cert-revocation-checks is defined as boolean in the YANG specification in section 5.3 of the same RFC 8366. Boolean value in JSON are represented using true/false without the quotes.

--------------------------------------
RFC8366 (draft-ietf-anima-voucher-07)
--------------------------------------
Title               : A Voucher Artifact for Bootstrapping Protocols
Publication Date    : May 2018
Author(s)           : K. Watsen, M. Richardson, M. Pritikin, T. Eckert
Category            : PROPOSED STANDARD
Source              : Autonomic Networking Integrated Model and Approach
Area                : Operations and Management
Stream              : IETF
Verifying Party     : IESG