-
The current version of the text contains the following EDITOR NOTE:
> EDITOR NOTE: Specify the CDDL structure of /csrattrs and point to appropriate document for its semantics.
This issue aims at…
-
(I've lost track where we've discussed this before, let's link resources into here as we find them, because I think that this is the maturest we've ever got this)
CoAP and OSCORE are really good at…
-
Most of the `dockefiles` in clearlinux are now multi-staged or more precise, bi-stage: the first stage acting as the builder and the second as the final image, the latter copying the filesystem from t…
-
Hello,
We are developing a model learning tool for EDHOC clients and servers and we have used the implementations found in `samples/linux_edhoc` and `samples/linux_edhoc_oscore`, in order to learn …
-
With #224 being addressed, and the parallel work with group OSCORE, the purpose of remote seems to become a bit clearer -- but that does need to be expressed in the docs.
* A remote always needs to…
-
Currently, the code doesn't have a mechanism to establish or change the shared key. The simple approach that I wanted to implement initially was to have the leader create a new shared key, and then di…
-
[RFC8132 Section 2.4](https://tools.ietf.org/html/rfc8132#section-2.4) quietly introduced FETCH with observe, which brings an allowed combination of Block1 and Observe.
While aiocoap (as of the cur…
-
As discussed at IETF 116 there are several reasons to also register a signature algorithm. BLS signatures do not have to be used with aggregations. They can also be used as a replacement for ordinary …
-
Currently, when a request with a payload that is not block1wise'd has a response that is block2wise'd, the request payload is not repeated. This is efficient in terms of traffic, but means that the co…
-
As I understand 7959, the block size can not go up, only down, even on Block2.
I think it would be convenient to allow the block size to go up -- some implementations already tolerate that, and in …