forked from baresip/baresip
-
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.
srtp: allow rekeying of running streams (baresip#2975)
* srtp: reset srtp_rx for changed remote crypto info * srtp: transmission rekeying command via callid * stream: api to remove media encrytion media object for rekeying * srtp: rekeying testcase * srtp: add missing header * srtp: rework formating * srtp: remove srtp rekeying command + move tx rekeying code into test case + rename srtp_remove_menc_media to srtp_remove_menc_media_state + allow menc_media_state deref only for SRTP module * srtp: implement tx rekeying inside testcase * stream: move menc media state removal function into core.h * srtp: fix function argument list (formatting)
- Loading branch information
1 parent
63570f5
commit 0029de1
Showing
6 changed files
with
224 additions
and
7 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
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
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
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
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
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