netxduo icon indicating copy to clipboard operation
netxduo copied to clipboard

DTLS/PSK issue when NX_SECURE_KEY_CLEAR is declared

Open EdouardMALOT opened this issue 3 years ago • 1 comments

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 ?

EdouardMALOT avatar Apr 05 '22 13:04 EdouardMALOT

Thanks for reporting the issue, @DoudFPV! Could you share a code snippet to reproduce the issue? We will further look into it.

TiejunMS avatar Apr 06 '22 06:04 TiejunMS