1

(2 replies, posted in wolfSSL)

Hi jorgeja,

Wolfssljni supports DTLSv1.3 through the SSLEngine interface. DTLSv1.2 and 1.0 are currently disabled at the JSSE layer when sanitizing protocols and are not recognized by SSLContext. There is a DTLSv1.3 example in the examples directory you may find useful!

Best,
Ruby