summaryrefslogtreecommitdiff
path: root/modules/zrtp
Commit message (Collapse)AuthorAge
* zrtp: check for RTP packet in send handlerAlfred E. Heggestad2017-06-08
| | | | | | | non-RTP packets such as STUN, TURN, ICE might be shared on the same UDP socket, and these packets should not be processed by ZRTP. ref #262
* zrtp: fix warnings on OSX 10.6Alfred E. Heggestad2017-05-20
|
* modules/zrtp: trying to make travis happyJuha Heinanen2017-05-15
|
* modules/zrtp improvements:Juha Heinanen2017-05-15
| | | | | | - registered zrtp_log function with zrtp engine - improved info message on how to verify remote peer - improved setting and printing of zrtp cache file
* modules/zrtp: fixed text of error messageJuha Heinanen2017-05-09
|
* update of zrtp module to latest libzrtp from freeswitch (#245)juha-h2017-05-08
| | | | | | | | | | | | | | | | | | | | | * use sipsess_offer_handler also for UPDATE request offers * added UPDATE to allowed methods * modules/zrtp: aligned code with latest libzrtp from Freeswitch: - zrtp_cache_set_verified is now zrtp_verified_set - local zid is not anymore included in zrtp_config and needs to be given as argument to zrtp_verified_set - zrtp_config.cache_file_cfg is now zrtp_config.def_cache_path * Revert "added UPDATE to allowed methods" This reverts commit ca093b738598ce75162bda991cbc4cd7dcec9251. * Revert "use sipsess_offer_handler also for UPDATE request offers" This reverts commit 4c6e48fb0f33cd6709eca323ec634f757bb6f866.
* Revert "modules/zrtp: aligned code with latest libzrtp from Freeswitch:"Juha Heinanen2017-05-08
| | | | This reverts commit d513794c2ea8f746277853638ab2e97be6ce7f95.
* modules/zrtp: aligned code with latest libzrtp from Freeswitch:Juha Heinanen2017-05-08
| | | | | | | | | - zrtp_cache_set_verified is now zrtp_verified_set - local zid is not anymore included in zrtp_config and needs to be given as argument to zrtp_verified_set - zrtp_config.cache_file_cfg is now zrtp_config.def_cache_path call.c: update info message on received request (re-INVITE or INFO)
* modules/zrtp: fixed prompt text and added param desc to help textJuha Heinanen2017-05-05
|
* menc: make it re-entrantAlfred E. Heggestad2016-12-28
|
* minor tuning of commandsAlfred E. Heggestad2016-12-09
|
* cmd: make it fully re-entrantAlfred E. Heggestad2016-08-07
|
* cmd: add support for long commandsAlfred E. Heggestad2016-08-07
| | | | | | | | | | | | | | | | | | - Long commands are commands that is 2 or more characters, and MUST be completed by pressing enter. - A given command can have a long-command, a short-command or both. - All long commands are using '/' (slash) prefix - a simple TAB-completion is supported, while punching in your long command you can press TAB to see a list of commands that matches the input string. Feedback is welcome, specially on the long-command strings itself. If you want to suggest changes, please make a small and non-intrusive patch and send it as a Pull Request (PR).
* zrtp: use -isystem to include zrtp header filesAlfred E. Heggestad2016-05-18
|
* zrtp: fix ZRTP over TURNAlfred E. Heggestad2015-12-01
|
* zrtp: fix warningsAlfred E. Heggestad2015-11-30
|
* zrtp: suppress warnings from libzrtp headers, print zrtp configAlfred E. Heggestad2015-11-28
|
* zrtp: fix ZID verification checkAlfred E. Heggestad2015-10-24
| | | | patch from Ingo Feinerer
* 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