-
Is the kid_context in the OSCORE option encoded as a bstr, or just simply data with a length?
https://datatracker.ietf.org/doc/html/rfc8613#appendix-C.6
…
Common Context:
…
o ID Context: 0x3…
-
OSAL false positives for @traiansf :-)
[oscore-tests-bin.zip](https://github.com/runtimeverification/rv-predict/files/184396/oscore-tests-bin.zip)
-
This isn't a bug, it's just a placeholder to explain a PR
I recently had the need to use broadcast (_not_ multicast) to integrate with software I did not write, that performs discover on across a …
-
Hello,
I am looking through this code base and run into an issue. It seems like the buf2coap function is reading one byte outside the input buffer (see https://github.com/Fraunhofer-AISEC/uoscore-u…
-
For use with OSCORE, it would be convenient to have COSE's direct key KDFs available (basically, a way to use the tables from COSE's table16).
Are there any plans to add support for that, would you…
-
When the device and the SCHC server subtly disagree on the compression rules applied, OSCORE decompression can still succeed, but the server arrives at a wrong unprotected message. This can happen bec…
-
When running the CoAP client example, adding a token to the request doesn't seem to influence the actual token used when sending the message (I captured it using Wireshark). After some digging I found…
-
The way RFC8323 is written defines BERT (ie. using block-wise's szx=7 to mean "indexed at 1024 byte blocks, but may have several of them in the payload") only for reliable transports.
As this would…
-
John Preuß Mattsson commented on Feb 8, 2022
EricssonResearch/coap-actuators#15
I think this is only true for TLS and DTLS without connection ID
- OSCORE just sends the response back to where t…
-
Keys generally used for signing can be also used for derivation of a shared secret -- they have to be converted from the Twisted Edwards to the Montgomery form for that, though.
One application for…