php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41921 ext/curl/config.m4 does detect nss crypto usage in curl
Submitted: 2007-07-08 08:57 UTC Modified: 2007-07-09 20:38 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: dragonheart at gentoo dot org Assigned:
Status: Not a bug Package: cURL related
PHP Version: 5CVS-2007-07-08 (CVS) OS: all
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dragonheart at gentoo dot org
New email:
PHP Version: OS:

 

 [2007-07-08 08:57 UTC] dragonheart at gentoo dot org
Description:
------------
when curl is compiled to use NSS as a crypto engine, curl fails to detect it as a valid crypto engine.

Reproduce code:
---------------
configure curl with:
./configure --without-ssl --without-gnutls --with-nss

curl --version now shows:
curl 7.16.3 (x86_64-pc-linux-gnu) libcurl/7.16.3 NSS/3.11.5 zlib/1.2.3 libidn/0.6.5
Protocols: tftp ftp telnet dict http file https ftps
Features: IDN IPv6 Largefile SSL libz

php5 configure:
./configure --with-curl
checking for cURL in default path... found in /usr
checking for cURL 7.10.5 or greater... libcurl 7.16.3
checking for SSL support in libcurl... no
checking for curl_easy_perform in -lcurl... yes
checking for curl_version_info in -lcurl... yes
checking for curl_easy_strerror in -lcurl... yes
checking for curl_multi_strerror in -lcurl... yes

Expected result:
----------------
to detect the nss crypto engine and work with it
OR bombout nicely with an unsupported error.

Actual result:
--------------
checking for SSL support in libcurl... no

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-07-09 20:38 UTC] tony2001@php.net
The message clearly says "Checking for ***SSL*** support", where do you see "crypto engine" here?
It does check for SSL and SSL is not present, the error message is expected and perfectly correct.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 02:01:30 2024 UTC