[Home]

Summary:ASTERISK-25618: res_pjsip: Check for readability of TLS files at startup
Reporter:George Joseph (gjoseph)Labels:
Date Opened:2015-12-08 14:15:31.000-0600Date Closed:2015-12-10 07:16:16.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip
Versions:SVN 13.6.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Asterisk passes the tls related file names directly to pjproject without checking that they exist or are readable.  pjproject then doesn't check them until they are actually needed to establish a tls session.  If there's something wrong with them (permissions or missing) you don't know until then.

So, Asterisk should check that the files exist and are readable during started and should not load a transport or endpoint if the files they reference have an issue.
Comments:By: Asterisk Team (asteriskteam) 2015-12-08 14:15:33.018-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].