[asterisk-bugs] [JIRA] (ASTERISK-26744) Asterisk fails to start up when using OpenSSL 1.1.0
Bernhard (JIRA)
noreply at issues.asterisk.org
Mon Jan 30 17:36:09 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-26744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=234943#comment-234943 ]
Bernhard edited comment on ASTERISK-26744 at 1/30/17 5:35 PM:
--------------------------------------------------------------
[~rnewton], you have a point. However, it seems that I do indeed have no permissions to comment on the commit review. My asterisk.org account is not accepted at asterisk gerrit instance and other than that (and missing a registration link) I don't see how I can gain access.
was (Author: schlimmchen):
Rusty, you have a point. However, it seems that I do indeed have no permissions to comment on the commit review. My asterisk.org account is not accepted at asterisk gerrit instance and other than that (and missing a registration link) I don't see how I can gain access.
(BTW, [~Rusty Newton] and [~Rusty] and [~rnewton at digium.com] seem not to be translated into mentions as expected... :/ )
> Asterisk fails to start up when using OpenSSL 1.1.0
> ---------------------------------------------------
>
> Key: ASTERISK-26744
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26744
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/General
> Affects Versions: 14.2.1, GIT
> Environment: Debian testing (stretch) using libssl-dev 1.1.0c-2
> Reporter: Bernhard
>
> After manually applying https://gerrit.asterisk.org/#/c/4753/1 (currently pending review), compilation of asterisk succeeds (gerrit git master). Compilation fails for 14.2.1, also see https://issues.asterisk.org/jira/browse/ASTERISK-26109
> However, asterisk fails to start up issuing message: "SSL initialization failed" on the console.
> It turns out that {{ast_ssl_init}} returns -1 since {{SSL_library_init}} is now a macro, so {{get_OpenSSL_function}} using the dynamic linker fails to lookup the real {{SSL_library_init}} function.
> As far as my research went, all the initialization done in {{ast_ssl_init}} is obsolete as of OpenSSL 1.1.0, so IMHO the compiler directive testing for {{HAVE_OPENSSL}} should be extended to hide the code for OpenSSL >= 1.1.0.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list