[asterisk-bugs] [Asterisk 0018674]: [patch] Unable to choose which SRTP suite to offer

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Jan 31 08:58:03 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18674 
====================================================================== 
Reported By:                bbeers
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18674
Category:                   Channels/chan_sip/SRTP
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 303637 
Request Review:              
====================================================================== 
Date Submitted:             2011-01-25 09:56 CST
Last Modified:              2011-01-31 08:58 CST
====================================================================== 
Summary:                    [patch] Unable to choose which SRTP suite to offer
Description: 
Setting encryption=yes in sip.conf will cause asterisk to
 generate a line in SIP INVITE SDP:

 a=crypto: AES_CM_128_HMAC_SHA1_80 ...

There is no way to specify that asterisk should offer
 AES_CM_128_HMAC_SHA1_32 instead of
 AES_CM_128_HMAC_SHA1_80.

====================================================================== 

---------------------------------------------------------------------- 
 (0131267) bbeers (reporter) - 2011-01-31 08:58
 https://issues.asterisk.org/view.php?id=18674#c131267 
---------------------------------------------------------------------- 
Apologies.  Thank you for looking.  

I was testing/running on an older release (1.8.0-beta2)
 (w/ several other patches which are not yet ported forward)
 and did not compile check this single-issue patch by
 itself against svn. 

I thought I had created a clean patch, but I missed the
 setup_srtp prototype (@~ line 1544 of chan_sip.c), and
 a few other things ... please try the new patch. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-31 08:58 bbeers         Note Added: 0131267                          
======================================================================




More information about the asterisk-bugs mailing list