Javier Blanco

Results 9 comments of Javier Blanco

> Hello @HendrikVE > > Yes! This is something we are discussing. Do you have any specific requirements for the DTLS encryption? Would you be able to provide feedback /...

> Hi @fj-blanco > > The wolfMQTT client library for MQTT-SN added support for DTLS in the PR: #348 > > We'd love to hear your feedback! > > @HendrikVE...

> @fj-blanco Thanks for your work supporting wolfSSL in libcoap. > > Some of your code relies on the latest source for wolfSSL, and so when building the code with...

> @fj-blanco Thanks for the updated documentation. It does however look like you are still finding the latest wolfSSL build on your Ubuntu 22.04.03 system, rather than the one from...

> Building wolfssl from source using your ./configure options allows `coap-client-wolfss` to talk to `coap-server-wolfssl`, but the client cannot talk to any other server that has a different library, likewise,...

I have a wolfSSL integration here https://github.com/qursa-uc3m/libcoap-wolfssl using OpenSSL compatibility layer. There are still some TODOs to address (you can see them in the coap_wolfssl.c) but I've made significant progress....

> What a surprise, I will build according to README.md. I need your help with two questions: 1)Does this branch support DTLS1.3 connections with session resumption? 2)1)Does this branch support...

> Hi, Thank you for your quick response, I just tried, log is as follows: > > root@M2M:/home/xx/libcoap_wolf/libcoap-wolfssl/examples# ./coap-server -A ::1 -c ./certs/server-cert.pem -j ./certs/server-key.pem HERE SHOULD BE THE CALL...

> Ok, thank you for your help, we are developing coap+dtls1.3 client. I tried to connect wlfssl DTLS1.3 server, and response some fake data, and test. If libcoap supports coap_wolfssl_server,...