-
Hello,
Since I will start a test-implementation of the of the draft shortly, I tried to read the paper thoroughly, and here are a few suggestions from an outside perspective.
- Section-5.2 AEAD …
-
Section 6.1 - Is a registry needed for the leading byte of compression?
Behavior if bits 0, 1, or 2 is set in the flags byte on decode?
-
Opening an issue on this so we don't forget it.
Carsten commented in his review that while a CoAP Content-Format is not needed on-the-wire (and would cause increased overhead), some applications us…
-
I'm just adding tests to aiocoap based on the test vectors, and the KDF stuff was uneventful.
For vector 4, I had to come up with some assumptions you made which are not explicit:
* The token and …
-
In some applications, e.g. group communications, uniqueness of Sender IDs is not sufficient. This is currently solved with changing the 'info' structure or modifying the 'id'-parameter used in the OSC…
-
hi,
please when i launch mvn package to test marven it display :+1: Building mon-appli 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] -…
-
"In case of Observe ({{observe}}) the Partial IV "
This is not well defined. Is an Error notification included here or not? Such an answer is a response to an observe request but the error does not…
-
In section 5.4 you have the text
request_piv: contains the value of the 'Partial IV' in the COSE object of the request (see Section 5), with one exception: in case of protection or verification of …
-
Currently, when my library writes out CBOR objects, either as byte arrays, to streams, or as JSON, it does not guarantee that map keys are sorted.
I want to gauge the level of map key ordering requ…
-
Even if Observe can be removed in the request (by proxy or server), when the server does send a
notification, the Observe option is not allowed to be removed by an intermediate.
But currently we …