[asterisk-bugs] [JIRA] (ASTERISK-27328) Missing openssl dependencies in res_rtp_asterisk and tcptls

Asterisk Team (JIRA) noreply at issues.asterisk.org
Tue Oct 10 07:38:21 CDT 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=239203#comment-239203 ] 

Asterisk Team commented on ASTERISK-27328:
------------------------------------------

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].

> Missing openssl dependencies in res_rtp_asterisk and tcptls
> -----------------------------------------------------------
>
>                 Key: ASTERISK-27328
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27328
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_rtp_asterisk
>    Affects Versions: 13.17.2, 15.0.0-rc1
>            Reporter: Tzafrir Cohen
>
> Some source files seem to have optional dependencies on OpenSSL:
> {code}
> $ grep -l 'HAVE_OPENSSL' */*.c
> main/libasteriskssl.c
> main/tcptls.c
> res/res_rtp_asterisk.c
> res/res_srtp.c
> res/res_xmpp.c
> {code}
> * res_srtp.c: no explicit dependency. However, depends on libsrtp.
> * res_xmpp: has a 'use' for openssl
> * libasteriskssl.c: no dependencies. I figure it is handled explicitly in the build system.
> * tcptls.c: No dependency. Probably worth adding a 'use'
> * res_rtp_asterisk.c: No dependency. Probably worth adding a 'use'



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list