<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<br><br>so far Java is lacking easily usable support for secure UDP traffic. The OpenSSL guys have almost finished their implementation of Datagram Transport Layer Security which provides exactly the latter. DTLS is well defined (<a href="http://tools.ietf.org/html/rfc4347">http://tools.ietf.org/html/rfc4347</a>) and already well tested to a considerable extend, as many parts of TLS (over TCP) could be reused.<br><br>For additional reference see: <a href="http://crypto.stanford.edu/~nagendra/papers/dtls.pdf">http://crypto.stanford.edu/~nagendra/papers/dtls.pdf</a><br><br>Is anybody already working on this for Java DatagramSockets? I'd be interested in doing the work. Integration into and reuse of the existing JSSE code would also be my preferred way to go.<br><br>Let me now if you're interested and I'll check with my University for backup.<br><br>Christian Uebber</body></html>