Topic: wolfssljni--DTLSv1.2 not recognized

hi, i was trying to use wolfSSL in a java environment, the build was good, and the native library was load successfully, yet when i try to create a java SSLContext for DTLS by java JSSE, an exception occurred saying that the "java.lang.RuntimeException: java.security.NoSuchAlgorithmException: no such algorithm: DTLSv1.2 for provider wolfJSSE"

Post's attachments

DynamicSslManager.java 17.82 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Share

Re: wolfssljni--DTLSv1.2 not recognized

Hi jorgeja,

Welcome to the wolfSSL Forums!

I'll check with the team to see if DTLS is fully supported in our Java wrapper.

Thanks,
Eric - wolfSSL Support

Re: wolfssljni--DTLSv1.2 not recognized

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

Share