Adding DTLS support to netty

930 views Asked by At

Could some one give me some insights about adding DTLS support to Netty? Whether Netty is using openSSL for supporting TLS and related ?

regards Mahesh

1

There are 1 answers

0
Norman Maurer On

Netty uses either the JDK ssl imply or openssl based one depending on what you specify as dependency. That said there is currently no support for DTLS built-in.