DTLS Support
Scott Palmer
swpalmer at gmail.com
Mon Jul 20 18:00:23 UTC 2020
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. (https://tools.ietf.org/html/rfc5764#section-4.1 <https://tools.ietf.org/html/rfc5764#section-4.1>)
It appears that extension is still not supported as of JDK 14.
Is support for “use_srtp” planned?
Is there any way to add extensions to the handshake from the application level?
If not, are there any plans to add a mechanism that would allow such customization of the extensions used by the SSLEngine?
Scott
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20200720/b2d63d68/attachment.htm>
More information about the security-dev
mailing list