[asterisk-bugs] [Asterisk 0016673]: TLS socket file descriptor fails to open (with no error message in log)
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Feb 9 08:31:33 CST 2010
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=16673
======================================================================
Reported By: michaesc
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16673
Category: Core/Portability
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: acknowledged
Target Version: 1.6.2.4
Asterisk Version: SVN
JIRA: SWP-779
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-01-22 10:55 CST
Last Modified: 2010-02-09 08:31 CST
======================================================================
Summary: TLS socket file descriptor fails to open (with no
error message in log)
Description:
On platforms missing funopen(3) or fopencookie(3) DO_SSL is undefined in
main/tcptls.h. Other files including tcptls.h will fail in their TLS
operations, because of this portability problem.
In the most basic case of configuring (in sip.conf) the TLS variables
properly, one expects the TLS logic to open the necessary TCP socket file
descriptors. Asterisk (see tcptls.c) doesn't do it on all supported
platforms, and doesn't even write any error or debug message to the log
announcing the problem.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-02-09 08:31 lmadsen Asterisk Version 1.6.2.1 => SVN
2010-02-09 08:31 lmadsen Target Version => 1.6.2.4
2010-02-09 08:31 lmadsen Description Updated
======================================================================
More information about the asterisk-bugs
mailing list