summaryrefslogtreecommitdiff
path: root/modules/dtls_srtp
Commit message (Collapse)AuthorAge
* menc: make it re-entrantAlfred E. Heggestad2016-12-28
|
* dtls_srtp: additional SDP protocols for increased interopAlfred E. Heggestad2015-06-20
|
* dtls_srtp: fix ccheck warningsAlfred E. Heggestad2015-06-19
|
* dtls_srtp: switch to SHA-256 fingerprint as defaultAlfred E. Heggestad2015-06-18
|
* modules/dtls_srtp: fixed case of fingerprint sdp attribute valueJuha Heinanen2015-06-04
|
* dtls_srtp: fix a warningAlfred E. Heggestad2014-06-21
|
* dtls_srtp: use SRTP-stack from libreAlfred E. Heggestad2014-06-19
|
* dtls_srtp: use DTLS-api from libre v0.4.9Alfred E. Heggestad2014-06-18
| | | | | | | | for the dtls_srtp module to compile, you now need libre v0.4.9 or later. also added note about dependency to libre v0.4.9 in README and Debian file
* dtls_srtp: clear openssl error queue on errorsAlfred E. Heggestad2014-05-17
| | | | | | | openssl has a nice global error queue, if an error occurs we must read out the error and then call ERR_clear_error(). otherwise other users of openssl in the same process will get our errors, and things will stop working.
* use logging functionsAlfred E. Heggestad2014-04-12
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09