- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Wed, 29 Nov 2023 10:12:32 +0000
- To: public-webrtc-logs@w3.org
My understanding of RTPTransport is that it is designed to not touch any of the security features involved in SRTP/DTLS, including the derivation of keys for SRTP. Cryptex is documented in RFC 9335 as being identical to pure SRTP except for what part of the packet is covered. So I'd say that .toArrayBuffer would produce the cleartext packet including header extensions (starting with the "v=2" bits), and cryptex (if supported) would be an option to the .send call for the packet. -- GitHub Notification of comment by alvestrand Please view or discuss this issue at https://github.com/w3c/webrtc-rtptransport/issues/7#issuecomment-1831597092 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 29 November 2023 10:12:34 UTC