Chencheng Zhang
Chencheng Zhang
## Summary Is it possible to config a server using PSK with the most simple flow? ## Motivation I'm trying to follow what is described here: https://docs.oracle.com/en/java/javase/16/security/transport-layer-security-tls-protocol-overview.html#GUID-F1BFB231-BE35-4B14-BB8D-7F33D31A117D  I just...
Hi @jkralik Sorry for taking your time. Our coap UDP client needs a piggybacked response after sending a CONF request, which means the client is expecting a response with message...
Hi, I am working on a project which lets our CoAP server (based on your go-coap) talk with some (24) portable devices with [tinydtls](https://github.com/contiki-ng/tinydtls) via a tunnel. We have observed...
### What happened? I am utilising my TPM HW to create a ES256 key pair. And also use TPM HW to generate the JWT so that I can use the...
Hi, I am trying uuu (1.5.181) on a custom board based on iMX6UL and flash rootfs on NAND. I build both core-image-minimal and core-image-full-cmdline with Yocto. I am based on...
Hi, I am wondering if there is support to directly transfer the whole ubifs image through `uuu`. I build the rootfs by using `ubifs` for `SOC_DEFAULT_IMAGE_FSTYPES` in Yocto. The product...
This is inspired by https://github.com/Qluxzz/avanza/issues/140 It adds a basic SSE client where users can subscribe to Avanza event stream. Example usage: ``` import asyncio from avanza import Avanza, AvanzaSSEClient avanza...