[asterisk-bugs] [Asterisk 0005413]: [branch] Secure RTP (SRTP)
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Jan 9 10:43:18 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=5413
======================================================================
Reported By: mikma
Assigned To: otherwiseguy
======================================================================
Project: Asterisk
Issue ID: 5413
Category: Channels/chan_sip/NewFeature
Reproducibility: N/A
Severity: feature
Priority: normal
Status: assigned
Target Version: 1.6.3
Asterisk Version: SVN
Regression: No
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: 2009-01-09 10:43 CST
======================================================================
Summary: [branch] 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
Update (17/12/2008): Branch against trunk is located here
http://svn.digium.com/svn/asterisk/team/group/srtp
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0010129 Module SRTP can't loaded
======================================================================
----------------------------------------------------------------------
(0097314) otherwiseguy (administrator) - 2009-01-09 10:43
http://bugs.digium.com/view.php?id=5413#c97314
----------------------------------------------------------------------
pshultan: yeah, I had to add that line because one phone I tested (may have
been a grandstream?) if I send only a SRTP request, would respond with
regular RTP only which we would happily accept. We definitely shouldn't
accept responses that don't match what we send. Would doing something like
this work for you?
} else if (!strncasecmp(a, "crypto:", (size_t) 7)) {
process_crypto(p, a);
+ secure_audio = 1;
+ if (!p->novideo) {
+ secure_video = 1;
+ }
continue;
} else if (!strncasecmp(a, "key-mgmt:mikey ", (size_t) 15)) {
ast_log(LOG_NOTICE, "Asterisk currently does not support MIKEY key
negotiation\n");
Issue History
Date Modified Username Field Change
======================================================================
2009-01-09 10:43 otherwiseguy Note Added: 0097314
======================================================================
More information about the asterisk-bugs
mailing list