[asterisk-bugs] [Asterisk 0019138]: [patch] Debian removing support for SSLv2 from openssl
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Apr 19 07:17:41 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=19138
======================================================================
Reported By: chazzam
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 19138
Category: Resources/res_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): 1.8
SVN Revision (number only!): 314157
Request Review:
======================================================================
Date Submitted: 2011-04-18 22:11 CDT
Last Modified: 2011-04-19 07:17 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...
======================================================================
----------------------------------------------------------------------
(0133910) lmadsen (administrator) - 2011-04-19 07:17
https://issues.asterisk.org/view.php?id=19138#c133910
----------------------------------------------------------------------
I think this is a duplicate of 19095
Issue History
Date Modified Username Field Change
======================================================================
2011-04-19 07:17 lmadsen Note Added: 0133910
======================================================================
More information about the asterisk-bugs
mailing list