[jira] [Commented] (PROTON-2238) qpid-proton doesn't build with OpenSSL 3.0.0

2020-06-04 Thread Vitezslav Cizek (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17125619#comment-17125619
 ] 

Vitezslav Cizek commented on PROTON-2238:
-

The deprecation of SSL_CTX_load_verify_locations has been recently reverted in
[https://github.com/openssl/openssl/commit/c7f837cfcc5b2e5cd8eeeff82e0245323f206d02.]

So the changes in pull request #257 are no longer necessary for now, but might 
be useful in the future though.

> qpid-proton doesn't build with OpenSSL 3.0.0
> 
>
> Key: PROTON-2238
> URL: https://issues.apache.org/jira/browse/PROTON-2238
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.31.0
>Reporter: Vitezslav Cizek
>Priority: Minor
>
> OpenSSL 3.0.0 deprecates {{}}{{SSL_CTX_load_verify_locations.}}
> As -Werror is turned on by default, the warning causes a build failure:
> qpid-proton-0.31.0/c/src/ssl/openssl.c:722:3: error: 
> 'SSL_CTX_load_verify_locations' is deprecated 
> [-Werror=deprecated-declarations]
> 722 | if (SSL_CTX_load_verify_locations( domain->ctx, file, dir ) != 1) {



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-2238) qpid-proton doesn't build with OpenSSL 3.0.0

2020-06-03 Thread Vitezslav Cizek (Jira)
Vitezslav Cizek created PROTON-2238:
---

 Summary: qpid-proton doesn't build with OpenSSL 3.0.0
 Key: PROTON-2238
 URL: https://issues.apache.org/jira/browse/PROTON-2238
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c
Affects Versions: proton-c-0.31.0
Reporter: Vitezslav Cizek


OpenSSL 3.0.0 deprecates {{}}{{SSL_CTX_load_verify_locations.}}

As -Werror is turned on by default, the warning causes a build failure:

qpid-proton-0.31.0/c/src/ssl/openssl.c:722:3: error: 
'SSL_CTX_load_verify_locations' is deprecated [-Werror=deprecated-declarations]
722 | if (SSL_CTX_load_verify_locations( domain->ctx, file, dir ) != 1) {



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org