Michael Madsen
Michael Madsen
I do unfortunately not have a suitable test application which shows my issue. I can try to clarify what the functionality I'm looking for is like: The openssl equivalent for...
@ejohnstown you asked for a way to illustrate the issue. I have made an example illustrating it with the server and client example coming with wolfSSL. 1. configure and build...
The idea you are proposing is close to what I tried to do. The problem with that idea is that wolfSSL sends the message sequence 0 instead of 1 in...
I was thinking about adding the cbor as a single value e.g. ``` uint8_t example1[5] = { 0x82, 0x01, 0x82, 0x02, 0x03 }; uint8_t example2[8] = { 0x82, 0x61, 0x61,...
Using a tag and a byte string is possible with the current api, but it was not the intended semantics with this request. So the name is probably not the...
We are using CCM for our IoT product. Our embedded devices does only come with a CCM based suite to save flash. Our research showed that CCM was preferable over...
Had the same issue, maybe just remove the static vs dynamic stuff and only provide a single library called LibDataChannel, then it is up to the one who compiles the...