[svn-commits] twilson: branch group/srtp r166508 - /team/group/srtp/res/res_srtp.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 22 20:00:36 CST 2008


Author: twilson
Date: Mon Dec 22 20:00:35 2008
New Revision: 166508

URL: http://svn.digium.com/view/asterisk?view=rev&rev=166508
Log:
chan_sip does now support TLS!

Modified:
    team/group/srtp/res/res_srtp.c

Modified: team/group/srtp/res/res_srtp.c
URL: http://svn.digium.com/view/asterisk/team/group/srtp/res/res_srtp.c?view=diff&rev=166508&r1=166507&r2=166508
==============================================================================
--- team/group/srtp/res/res_srtp.c (original)
+++ team/group/srtp/res/res_srtp.c Mon Dec 22 20:00:35 2008
@@ -40,10 +40,6 @@
 
   exten => 2345,1,Set(_SIPSRTP_CRYPTO=enable)
   exten => 2345,2,Dial(SIP/1001)
-
-  NOTE: Since chan_sip does not support TLS, this is just a first step
-  towards a secure channel. At this moment, all key exchange will be sent
-  in clear text, making it easy to eavesdrop.
 */
 
 #include "asterisk.h"




More information about the svn-commits mailing list