summaryrefslogtreecommitdiff
path: root/modules/zrtp
Commit message (Collapse)AuthorAge
* zrtp: add presz of 36 bytes for TURN headersAlfred E. Heggestad2015-09-19
|
* zrtp: initialize remote_zidAlfred E. Heggestad2015-03-08
| | | | thanks to Ingo Feinerer for the patch
* zrtp: print Z-command infoAlfred E. Heggestad2014-09-21
|
* zrtp: set cache type to fileAlfred E. Heggestad2014-09-17
| | | | contributed by Ingo Feinerer, thanks !
* zrtp: add support for SAS verificationAlfred E. Heggestad2014-09-17
| | | | | | - the patch was contributed by Ingo Feinerer - use the command 'Z' to write verified ZID
* zrtp: send control packets from this UDP-helperAlfred E. Heggestad2014-09-06
| | | | | | | | | | | | | - udp_send() will process *all* send helpers on that UDP-socket, from the top-level helper to the bottom-level helper (including the helper used by zrtp). - instead we use udp_send_helper() which will send the outgoing packet from the helper right *below* this helper (st->uh), and continue down the chain of helpers. - the logic behind UDP-helpers is that a particular helper should not know about any other potential helpers above or below
* zrtp: persistent ZID (thanks Ingo Feinerer)Alfred E. Heggestad2014-09-05
| | | | | | | | | | | | | | the patch was contributed by Ingo Feinerer, thanks! - add support for generating a random ZID the first time the application is started, and saving the ZID in $HOME/.baresip/zrtp_zid - subsequent runs will read the ZID from this file - setting client_id to "baresip/zrtp" - setting license-mode to UNLIMITED
* baresip 0.4.10Alfred E. Heggestad2014-02-09