RFC Errata
Found 1 record.
Status: Reported (1)
RFC 9054, "CBOR Object Signing and Encryption (COSE): Hash Algorithms", August 2022
Source of RFC: cose (sec)
Errata ID: 7335
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Carsten Bormann
Date Reported: 2023-02-06
Section 2.1 says:
1 : int / tstr, # Algorithm identifier 2 : bstr, # Hash value ? 3 : tstr, # Location of object that was hashed ? 4 : any # object containing other details and things
It should say:
1 : int / tstr, ; Algorithm identifier 2 : bstr, ; Hash value ? 3 : tstr, ; Location of object that was hashed ? 4 : any ; object containing other details and things
Notes:
The comment character for CDDL is a ";", not a "#".