[asterisk-bugs] [Asterisk 0005413]: [patch] Secure RTP (SRTP)

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Dec 16 23:39:42 CST 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=5413 
====================================================================== 
Reported By:                mikma
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   5413
Category:                   Channels/chan_sip/NewFeature
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     confirmed
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!): 48491 
Disclaimer on File?:        Yes 
Request Review:              
====================================================================== 
Date Submitted:             2005-10-09 10:36 CDT
Last Modified:              2008-12-16 23:39 CST
====================================================================== 
Summary:                    [patch] Secure RTP (SRTP)
Description: 
This patch adds initial support for secure RTP using libsrt[1]. It can
be used in for example an implementation of the sdecriptions draft[2].

[1] http://srtp.sourceforge.net/srtp.html
[2]
http://www.ietf.org/internet-drafts/draft-ietf-mmusic-sdescriptions-12.txt

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0010129 Module SRTP can't loaded
====================================================================== 

---------------------------------------------------------------------- 
 (0096512) otherwiseguy (administrator) - 2008-12-16 23:39
 http://bugs.digium.com/view.php?id=5413#c96512 
---------------------------------------------------------------------- 
Just for fun I went ahead and updated the SRTP branch to parity with
trunk.

The old SRTP branch had gotten so far out of sync with trunk that it
seemed like svnmerge just wasn't able to handle the merge...it pretended
to, but missed all kinds of things.  So, I took the diff against trunk at
the last successful merge, checked out trunk, and applied the diff.  Then
svn update, fix conflicts, svn add new files and made some changes to
actually get it to compile under dev mode.

I have not done any testing other than it compiles and loads.  Also to
note is the the libsrtp1-dev package in 64-bit Ubuntu creates a static
library that is not compiled with -fPIC, so building it from source and
manually adding -fPIC to CFLAGS was necessary.

The new branch is located at
http://svn.digium.com/svn/asterisk/team/group/srtp 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-12-16 23:39 otherwiseguy   Note Added: 0096512                          
======================================================================




More information about the asterisk-bugs mailing list