Hi,
Thanks for your interest in Java Security but this list is not for help
with code and questions about using the APIs. I suggest you check
various forums on Java and Java Security for more assistance on your
questions.
Thanks,
Sean
On 3/6/24 3:36 PM, Mondain wrote:
I'm here to inquire primarily about DTLS. I'm looking all over to find
out how to add extensions on both client and server ends; I especially
need to add use_srtp since I'm updating a WebRTC supporting server. In
addition I'd like to know how to be notified in the receiving logic
when the handshake messages arrive so that I can consume items like
the extended_master_secret. Any suggestions or examples are
appreciated. My current source implementation is based on this example
from OpenJDK
https://cr.openjdk.org/%7Easmotrak/8159416/webrev.08/test/javax/net/ssl/DTLS/DTLSOverDatagram.java.html