[asterisk-bugs] [Asterisk 0019095]: [patch] tcptls.c fails building with no SSL2 support

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


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=19095 
====================================================================== 
Reported By:                tzafrir
Assigned To:                lmadsen
====================================================================== 
Project:                    Asterisk
Issue ID:                   19095
Category:                   Core/Netsock
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     closed
Asterisk Version:           1.8.3.2 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2011-04-11 05:44 CDT
Last Modified:              2011-04-19 10:42 CDT
====================================================================== 
Summary:                    [patch] tcptls.c fails building with no SSL2 support
Description: 
SSL2 is an old and insecure variant of the SSL/TLS protocol. OpenSSL
provides a build-time option for building with no support of it (this is
e.g. needed to comply with various standards).

Asterisk fails to build in such cases.

Patch attached.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0019093 [patch] fix detection of openssl 1.0
related to          0019138 [patch] Debian removing support for SSL...
====================================================================== 

---------------------------------------------------------------------- 
 (0133955) svnbot (reporter) - 2011-04-19 10:42
 https://issues.asterisk.org/view.php?id=19095#c133955 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 314252

_U  trunk/
U   trunk/main/tcptls.c

------------------------------------------------------------------------
r314252 | lmadsen | 2011-04-19 10:42:32 -0500 (Tue, 19 Apr 2011) | 16
lines

Merged revisions 314251 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r314251 | lmadsen | 2011-04-19 10:42:10 -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=314252 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-04-19 10:42 svnbot         Checkin                                      
2011-04-19 10:42 svnbot         Note Added: 0133955                          
======================================================================




More information about the asterisk-bugs mailing list