cURL / Mailing Lists / curl-users / Single Mail

curl-users

Extra colon is observed while downloading certificates from LDAP using CURL 7.37 version.

From: narkedimilly navya <navya.narkedimilly_at_gmail.com>
Date: Thu, 6 Nov 2014 14:30:06 +0530

Hi All,

We are getting extra colon while downloading the certificates from LDAP
using CURL 7.37 where as we didn`t see this "::" with old
version of curl (7.37).
can you please suggest why is this change present between the CURL 7.35 and
CURL 7.37 versions.

*while using curl 7.35 version :*
rpm -qa | grep curl
libcurl-7.19.7-35.el6.x86_64
curl -k -o /tmp/rootca.pem --url
"ldap://<ip/port>/dc=generic,dc=com?cACertificate?sub?(CN=Generic_Root_CA)"
-m 60
[root_at_BLR7INST3-nib-9 ~]# cat /tmp/rootca.pem
DN: CN=Generic_Root_CA,O=Generic,dc=generic,dc=com
cACertificate;binary*:*

*while using Curl 7.37 version :*

rpm -qa | grep curl
curl-7.37.1-7.37.1.noarch
curl -k -o /tmp/rootca.pem --url
"ldap://<ip/port>/dc=generic,dc=com?cACertificate?sub?(CN=Generic_Root_CA)"
-m 60
[root_at_BLR7INST1-nib-1 ~]# cat /tmp/rootca.pem | grep binary
cACertificate;binary*::*

Thanks
Navya.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-11-06