cURL doesn't support SPNEGO and Kerberos

Issues related to applications and software problems
Post Reply
stephjj
Posts: 3
Joined: 2017/07/12 16:04:26

cURL doesn't support SPNEGO and Kerberos

Post by stephjj » 2018/09/19 09:21:18

Hello,

The current version of cURL is build without support for Kerberos and SPNEGO
$ curl --version
curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.28.4 zlib/1.2.7 libidn/1.28 libssh2/1.4.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets

Is it possible to rebuild the package with theses features and/or got a more current version ?
7.29 is very old (Feb 6 2013)

Thanks

tunk
Posts: 1204
Joined: 2017/02/22 15:08:17

Re: cURL doesn't support SPNEGO and Kerberos

Post by tunk » 2018/09/19 14:03:33

7.29 is very old (Feb 6 2013)
It's not, the newest version is: Build Date Thu 12 Apr 2018 19:55:39 CEST
For backporting see: https://access.redhat.com/security/updates/backporting
Also, my installation says "NSS/3.34" so you may not be up to date.

stephjj
Posts: 3
Joined: 2017/07/12 16:04:26

Re: cURL doesn't support SPNEGO and Kerberos

Post by stephjj » 2018/09/19 14:16:19

On a up to date system the version is :
$ curl --version
curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.34 zlib/1.2.7 libidn/1.28 libssh2/1.4.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets

Still no Kerberos

Post Reply