[asterisk-bugs] [Asterisk 0019138]: [patch] Debian removing support for SSLv2 from openssl

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Apr 19 10:42:13 CDT 2011


The following issue has been RESOLVED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=19138 
====================================================================== 
Reported By:                chazzam
Assigned To:                lmadsen
====================================================================== 
Project:                    Asterisk
Issue ID:                   19138
Category:                   Resources/res_srtp
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.8 
SVN Revision (number only!): 314157 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2011-04-18 22:11 CDT
Last Modified:              2011-04-19 10:42 CDT
====================================================================== 
Summary:                    [patch] Debian removing support for SSLv2 from
openssl
Description: 
Debian Wheezy and Sid are removing support for SSLv2 apparently. This means
enabling SRTP support in Asterisk on these versions of Debian leads to
compile failures in main/tcptls.c:301 with the error "undefined reference
to `SSLv2_client_method'"

Not sure what the preferred method of fixing this would be. For my
purposes at home I just switched the call from SSLv2_client_method() to
SSLv23_client_method()
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0019095 [patch] tcptls.c fails building with no...
====================================================================== 

---------------------------------------------------------------------- 
 (0133954) svnbot (reporter) - 2011-04-19 10:42
 https://issues.asterisk.org/view.php?id=19138#c133954 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 314251

U   branches/1.8/main/tcptls.c

------------------------------------------------------------------------
r314251 | lmadsen | 2011-04-19 10:42:11 -0500 (Tue, 19 Apr 2011) | 8 lines

Use SSLv23_client_method instead of old SSLv2 only.

(closes issue https://issues.asterisk.org/view.php?id=19095)
(closes issue https://issues.asterisk.org/view.php?id=19138)
Reported by: tzafrir
Patches: 
      no_ssl2.diff uploaded by tzafrir (license 46)
Tested by: russell, chazzam
------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=314251 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-04-19 10:42 svnbot         Checkin                                      
2011-04-19 10:42 svnbot         Note Added: 0133954                          
2011-04-19 10:42 svnbot         Status                   feedback => assigned
2011-04-19 10:42 svnbot         Assigned To               => lmadsen         
2011-04-19 10:42 svnbot         Status                   assigned => resolved
2011-04-19 10:42 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list