-
The draft needs to clarify how the initial authentication is established.
Esko wrote:
> From a quick scan in the draft I didn’t see much text on how the client got its initial authentication info…
-
Contiki-NG should compile when WITH_GROUPCOM is not defined, or code paths that are specified when WITH_GROUPCOM is not defined should be removed.
Ideally, there would be no difference between defi…
-
Hi,
When discussing EDHOC during and after the Paris Hackathon on Lightweight IoT Security I noticed the following to things in RFC 9528 that does not seem optimal:
Storing the information here …
-
### Summary
```
error: linking with `rust-lld` failed: exit status: 1
|
= note: LC_ALL="C" PATH="/home/runner/.rustup/toolchains/nightly-2024-05-20-x86_64-unknown-linux-gnu/lib/rustlib/x86_6…
-
I am working at RISE in a project together with Ericsson on contributing support for OSCORE to Californium. Would it be possible to mention OSCORE somewhere including that Californium now has support …
-
### Description
gamemaker was crash 2 times
### Which version of GameMaker are you reporting this issue for?
IDE v2024.4.0.137 Runtime v2024.4.0.168
### Which operating system(s) are you seein…
-
At least some part in the combination of the OSCORE transport and the oscore_sitewrapper is not handling block-wise correctly: It appears that inner block-wise is started, and then outer block-wise ki…
-
Python version: 3.8.10 (default, Jun 2 2021, 10:49:15)
[GCC 9.4.0]
aiocoap version: 0.4.1
Modules missing for subsystems:
dtls: missing DTLSSocket
oscore: everything there
linkhe…
-
Hi,
When I'm trying to send a big size payload or response I'm getting this error :
Runtime error: coap2oscore(sendPDU->getPDUPointer(), sendPDU->getPDULength(), buf_oscore, &buf_oscore_len, &c_se…
-
#### Description
The OSCORE protocol promises to provide lightweight security for data-in-transit between constrained devices. Support for it would benefit RIOT-OS especially if CoAP examples would…