RFC Errata
Found 1 record.
Status: Reported (1)
RFC 9338, "CBOR Object Signing and Encryption (COSE): Countersignatures", December 2022
Source of RFC: cose (sec)
Errata ID: 7338
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Carsten Bormann
Date Reported: 2023-02-06
Section 3.3 says:
context : "CounterSignature" / "CounterSignature0" / "CounterSignatureV2" / "CounterSignature0V2" /,
It should say:
context : "CounterSignature" / "CounterSignature0" / "CounterSignatureV2" / "CounterSignature0V2",
Notes:
A spurious slash (choice operator) causes a parsing error and needs to be removed before using the CDDL.