As I said it is dependent on from where you are installing curl.
If you are using a latest curl that is built using old openssl then updating/installing curl will not help.
I am not sure from where the existing curl was installed. It does not look from AIX toolbox.
AIX toolbox curl are linked to openssl 1.0.2u
# curl -V
curl 7.74.0 (powerpc-ibm-aix6.1.9.0) libcurl/7.74.0 OpenSSL/1.0.2u zlib/1.2.11 libssh2/1.8.2 nghttp2/1.41.0
Release-Date: 2020-12-09
------------------------------
SANKET RATHI
------------------------------
Original Message:
Sent: Wed April 21, 2021 12:47 PM
From: Iqbal Singh
Subject: Veersion difference in Libcurl and open SSL
Do I need to install new curl ?
------------------------------
Iqbal Singh
Original Message:
Sent: Wed April 21, 2021 12:23 PM
From: SANKET RATHI
Subject: Veersion difference in Libcurl and open SSL
This depends on when curl was built what library it was linked to.
Yes you will have to update to a curl that uses newer openssl.
------------------------------
SANKET RATHI
Original Message:
Sent: Mon April 19, 2021 02:50 AM
From: Iqbal Singh
Subject: Veersion difference in Libcurl and open SSL
Hi All,
I have difference in Libcurl version and openssl version .
curl is pointing to OpenSSL.1.0.1l and OpenSSL version is 1.0.2r.
#curl -V
curl 7.50.3 (powerpc-ibm-aix7.1.4.0) libcurl/7.50.3 OpenSSL/1.0.1l zlib/1.2.11 Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp Features: IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets
OPenSSL version is
/home/root # openssl version OpenSSL 1.0.2r 26 Feb 2019
we need to update curl so that it use new OpenSSL version i.e 1.0.2r
How can I do the same.
do I need to do reinstallion of curl ?
------------------------------
Iqbal Singh
------------------------------
#AIXOpenSource