Re: DTLS Support

2020-07-27 Thread Xuelei Fan
hoped, since WebRTC was explicitly called out as motivation for implementing DTLS, that the subsequent DTLS support would actually be usable to make a WebRTC media connection. It seems that while steps were made toward that goal, it wasn’t enough to get there. See the link in my initial message

Re: DTLS Support

2020-07-27 Thread Scott Palmer
implementing it myself using the existing classes in the JDK (SSLEngine). I had hoped, since WebRTC was explicitly called out as motivation for implementing DTLS, that the subsequent DTLS support would actually be usable to make a WebRTC media connection. It seems that while steps were made toward that

Re: DTLS Support

2020-07-27 Thread Xuelei Fan
o add extension from application level. Thanks, Xuelei On 7/20/2020 11:00 AM, Scott Palmer wrote: When DTLS support was added in https://bugs.openjdk.java.net/browse/JDK-8043758 DTLS-SRTP and WebRTC were specifically mentioned in the motivation. However, DTLS- SRTP requires the ‘use_srtp’ exte

DTLS Support

2020-07-20 Thread Scott Palmer
When DTLS support was added in https://bugs.openjdk.java.net/browse/JDK-8043758 <https://bugs.openjdk.java.net/browse/JDK-8043758> DTLS-SRTP and WebRTC were specifically mentioned in the motivation. However, DTLS- SRTP requires the ‘use_srtp’ extension to be in the handshake.