The following errata report has been verified for RFC9115,
"An Automatic Certificate Management Environment (ACME) Profile for Generating 
Delegated Certificates". 

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

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

Reported by: Carsten Bormann <c...@tzi.org>
Date Reported: 2023-02-06
Verified by: Roman Danyliw.com (IESG)

Section: Appendix A

Original Text
-------------
   oid = text .regexp "([0-2])((\.0)|(\.[1-9][0-9]*))*"


Corrected Text
--------------
   oid = text .regexp "([0-2])((\.0)|(\.[1-9][0-9]*))*"


Notes
-----
Backslashes need to be doubled in CDDL strings (as they are done in Appendix B).

An alternative fix would be to replace \. by [.]

Note that the equivalent fix is not required for

   regtext = text .regexp "([^\*].*)|([\*][^\*].*)|([\*][\*].+)"

as the fact that the single backslashes have no effect is irrelevant here — the 
backslashes are not needed in the character classes [...].
As an editorial enhancement, the backslashes could be entirely removed from 
this line.

--------------------------------------
RFC9115 (draft-ietf-acme-star-delegation-09)
--------------------------------------
Title               : An Automatic Certificate Management Environment (ACME) 
Profile for Generating Delegated Certificates
Publication Date    : September 2021
Author(s)           : Y. Sheffer, D. López, A. Pastor Perales, T. Fossati
Category            : PROPOSED STANDARD
Source              : Automated Certificate Management Environment
Area                : Security
Stream              : IETF
Verifying Party     : IESG

_______________________________________________
Acme mailing list
Acme@ietf.org
https://www.ietf.org/mailman/listinfo/acme

Reply via email to