- 17 Nov, 2016 1 commit
-
-
Simon Morlat authored
don't reuse ssl context and config when the channel retries with another address. Destroy it and recreate a new one. The reason for this change is because mbedtls keeps client certificates forever in the ssl config, there is no way to remove them. Furthermore it doesn't make a copy of the certificate, it is the belle_sip_channel_t that has to keep the memory safe for all the duration of the ssl config. Unfortunately this is too complex, because the tls client certificate is requested to the app on demand, and it will be requested each time a new ssl handshake is happening.
-
- 15 Nov, 2016 1 commit
-
-
Sylvain Berfini authored
-
- 14 Nov, 2016 3 commits
-
-
Sylvain Berfini authored
-
Ghislain MARY authored
-
Simon Morlat authored
-
- 09 Nov, 2016 3 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 08 Nov, 2016 2 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 04 Nov, 2016 1 commit
-
-
Simon Morlat authored
-
- 31 Oct, 2016 1 commit
-
-
Erwan Croze authored
-
- 24 Oct, 2016 2 commits
-
-
Simon Morlat authored
-
Simon Morlat authored
-
- 21 Oct, 2016 3 commits
-
-
Simon Morlat authored
fix bug in new timers: changing the timer interval while the timer is already scheduled had no effect.
-
Ghislain MARY authored
-
Simon Morlat authored
-
- 20 Oct, 2016 1 commit
-
-
Simon Morlat authored
-
- 19 Oct, 2016 3 commits
-
-
Simon Morlat authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 18 Oct, 2016 3 commits
-
-
Simon Morlat authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 14 Oct, 2016 2 commits
-
-
Simon Morlat authored
It is now possible to specify -2 (BELLE_SIP_LISTENING_POINT_DONT_BIND) to request no server socket to be created. This removes the need for the build-time ENABLE_SERVER_SOCKET option.
-
Simon Morlat authored
fix double unref of channel resolver, clean code that set an object name to the resolver since it is now done internally.
-
- 13 Oct, 2016 2 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
This is to implement the section 5.5 of RFC 6141.
-
- 11 Oct, 2016 2 commits
-
-
Simon Morlat authored
-
Ghislain MARY authored
-
- 10 Oct, 2016 1 commit
-
-
Simon Morlat authored
-
- 07 Oct, 2016 1 commit
-
-
Simon Morlat authored
-
- 03 Oct, 2016 1 commit
-
-
Simon Morlat authored
-
- 30 Sep, 2016 1 commit
-
-
Ghislain MARY authored
Improve update of the remote target of a dialog + add timer to send 503 response to a dialog for which the dialog was broken if the call does not get repaired.
-
- 29 Sep, 2016 2 commits
-
-
Simon Morlat authored
Improve refresher behavior (fixes crashes)
-
Simon Morlat authored
fix security issue resulting in cn-mismatch not detected with mbedtls. Requires bctoolbox upgrade to 0.4.0.
-
- 28 Sep, 2016 3 commits
-
-
Simon Morlat authored
add new parameter to refresher's listener to indicate if the refresher is going to retry the request.
-
jehan authored
-
jehan authored
-
- 26 Sep, 2016 1 commit
-
-
Ghislain MARY authored
-