forked from webrtc/samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2ee: make fun of the middlebox (webrtc#1274)
* e2ee: make fun of the middlebox the visual results of not encrypting the first 10 bytes of the VP8 payload https://tools.ietf.org/html/rfc6386#section-9.1 are much more interesting since the decoder gets enough stuff to allow it to try decoding a bit, resulting in weird images for the middlebox. * e2ee: deal better with in-flight frames when changing keys * add keyIdentifier byte to encryption format reinventing SRTP one field at a time: https://tools.ietf.org/html/rfc3711#section-3 Co-authored-by: Harald Alvestrand <[email protected]>
- Loading branch information
1 parent
ae9468c
commit 01205fa
Showing
1 changed file
with
30 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters