[android-security-discuss] Re: DTLS on Android

2013-11-08 Thread Chris C.
Hi, I work at wolfSSL (creators of the CyaSSL library). CyaSSL has supported both DTLS 1.0 and DTLS 1.2 for quite some time now. We have had several users of CyaSSL running on Android in the past, but have recently taken a couple of actions to make doing so easier. 1. As noted, since Java

Re: [android-security-discuss] Re: DTLS on Android

2013-11-08 Thread Jeffrey Walton
Hi Chris, Related to usage of DTLS: how useful is a UDP version of the protocol in practice? In the US, I know Verizon and Spring drop UDP from their 3G/4G networks. The datagram hits the server, but a response is not received by the client. That testing occurred last winter for me, and I doubt

[android-security-discuss] Re: DTLS on Android

2012-07-06 Thread Murthy
I am looking for DTLS implementation in Java/J2EE. My quick question is that if DTLS is already available in JSEE as part of either JDK1.5/1.6/1.7? If not, pls advise me, how to implement it using the existing OpenSSL/TLS Jar file? Also let me know, are there any built-in