[asterisk-bugs] [Asterisk 0019138]: [patch] Debian removing support for SSLv2 from openssl
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Apr 18 22:15:55 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-18 22:15 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()
======================================================================
----------------------------------------------------------------------
(0133903) chazzam (reporter) - 2011-04-18 22:15
https://issues.asterisk.org/view.php?id=19138#c133903
----------------------------------------------------------------------
bah, just realized I misnamed the patch file as tcptls.h.diff instead of
tcptls.c.diff
Issue History
Date Modified Username Field Change
======================================================================
2011-04-18 22:15 chazzam Note Added: 0133903
======================================================================
More information about the asterisk-bugs
mailing list