From c0e8537e3bee646ef80112d2c81bce83832153a5 Mon Sep 17 00:00:00 2001 From: John Mattsson Date: Wed, 2 Jun 2021 13:43:04 +0200 Subject: [PATCH] Editorial corrections - References --- draft-ietf-cose-countersign.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/draft-ietf-cose-countersign.xml b/draft-ietf-cose-countersign.xml index 9242365..36f22f9 100644 --- a/draft-ietf-cose-countersign.xml +++ b/draft-ietf-cose-countersign.xml @@ -67,7 +67,7 @@ I have switched to the single word version except for tables 3 and 4 where it ca Introduction There has been an increased focus on small, constrained devices that make up the Internet of Things (IoT). - One of the standards that has come out of this process is "Concise Binary Object Representation (CBOR)" . + One of the standards that has come out of this process is "Concise Binary Object Representation (CBOR)" . CBOR extended the data model of the JavaScript Object Notation (JSON) by allowing for binary data, among other changes. CBOR has been adopted by several of the IETF working groups dealing with the IoT world as their encoding of data structures. CBOR was designed specifically both to be small in terms of messages transported and implementation size and to be a schema-free decoder. @@ -201,7 +201,7 @@ Internal_Types = Countersign_structure / COSE_Countersignature0 A normal example of a countersignature is the signature that a notary public places on a document as witnessing that you have signed the document. Thus applying a countersignature to either the COSE_Signature or COSE_Sign1 objects match this traditional definition. This document extends the context of a countersignature to allow it to be applied to all of the security structures defined. - It needs to be noted that the countersignature needs to be treated as a separate operation from the initial operation even if it is applied by the same user as is done in . + It needs to be noted that the countersignature needs to be treated as a separate operation from the initial operation even if it is applied by the same user as is done in . @@ -416,8 +416,8 @@ array to avoid confusion.
CBOR Encoding Restrictions - In order to always regenerate the same byte string for the "to be signed" value, the deterministic encoding rules defined in . - These rules match the ones laid out in . + In order to always regenerate the same byte string for the "to be signed" value, the deterministic encoding rules defined in . + These rules match the ones laid out in .
@@ -609,7 +609,7 @@ array to avoid confusion. Normative References - + @@ -647,7 +647,7 @@ This document removes inconsistencies with other specifications of JSON, repairs - +