netxduo
netxduo copied to clipboard
DTLS/PSK issue when NX_SECURE_KEY_CLEAR is declared
DTLS works very well by default.
I tried to define NX_SECURE_KEY_CLEAR :
- for small DTLS sessions it works well
- but I got hardfault (from packet_release) on big session, after around 22Ko of data.
Does NX_SECURE_KEY_CLEAR is supposed to work with DTLS/PSK ?
Thanks for reporting the issue, @DoudFPV! Could you share a code snippet to reproduce the issue? We will further look into it.