curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Request for curl library version which supports openssl1.1.1

From: Rohith Jayakumar via curl-library <curl-library_at_cool.haxx.se>
Date: Mon, 23 Mar 2020 12:43:08 +0530

Thank you for your help!
The reason for the failure was that I had both versions of openssl included
while building curl, which caused the first one to be included which is
openssl1.0 and while providing the path for ssl, had mentioned the
openssl1.1. So there was a mismatch which caused this issue. After removing
the old include path from the CPP flags, things worked fine...

Thanks
RJ

On Sun, Mar 22, 2020 at 9:10 PM PGNet Dev <pgnet.dev_at_gmail.com> wrote:

> On 3/22/20 8:23 AM, Rohith Jayakumar via curl-library wrote:
> > Hi,
> > I would like to know if there is any latest curl version that supports
> openssl1.1.1.
> > I am trying to build the curl version 7_69_1 linking it with
> openssl1.1.1, but I am facing few reference errors with the api's which are
> from old version of ssl as follows:
>
>
> your un-shared build config is likely just incorrect/incomplete.
>
> fyi, curl -release and -dev are both fine with latest openssl 1.1.1e
>
> e.g.
>
> /usr/bin/curl -V
> curl 7.69.1 (x86_64-suse-linux-gnu) libcurl/7.69.1
> OpenSSL/1.1.1e-fips zlib/1.2.11 libidn2/2.3.0 libpsl/0.21.0
> (+libidn2/2.3.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0
> Release-Date: 2020-03-11
> Protocols: dict file ftp ftps gopher http https imap imaps
> ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
> Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IDN IPv6
> Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP
> UnixSockets
>
> /usr/local/bin/curl -V
> curl 7.70.0-DEV (x86_64-pc-linux-gnu) libcurl/7.70.0-DEV
> OpenSSL/1.1.1e zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.0
> (+libidn2/2.3.0) libssh2/1.9.0_DEV nghttp2/1.40.90
> Release-Date: [unreleased]
> Protocols: dict file ftp ftps http https imap imaps pop3
> pop3s scp sftp smtp smtps tftp
> Features: AsynchDNS brotli HTTP2 HTTPS-proxy IDN IPv6
> Largefile libz Metalink NTLM NTLM_WB PSL SSL TLS-SRP UnixSockets
>
> here's an example .spec
>
>
> https://build.opensuse.org/package/view_file/security:tls/curl/curl.spec?expand=1
>
>
>

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-03-23