Topic: Does yaSSL have DTLS Support and what version 1.0 or 1.2

I have a project that requires DTLSv1.2 and am looking for something that supports it.
DTLSv1.0 may be ok if I can't find anything that supports it.

Does yaSSL supports it and if so what kind is there any implementation examples?

Share

Re: Does yaSSL have DTLS Support and what version 1.0 or 1.2

Hi Glenn,

CyaSSL currently has support for DTLS 1.0.  You can find a little bit of info on it in section 4.2 of the CyaSSL manual (http://yassl.com/yaSSL/Docs-cyassl-manu … tures.html).

If you take a look at the example echoclient and echoserver applications in the CyaSSL download (/examples/echoclient/echoclient.c, /examples/echoserver/echoserver.c), or the example server and client, you can see DTLS-specific code blocks surrounded by the CYASSL_DTLS define.

Let me know if you have any more questions.

Best regards,
Chris