[oe] curl 7.19.5 openssl algorithm problem [PATCH]

Marc Olzheim zlo at zlo.nu
Mon Aug 10 12:12:34 UTC 2009


From curl's CVS log: http://cool.haxx.se/cvs.cgi/curl/lib/ssluse.c#rev1.229

you [curl] replaced the old SSLeay_add_ssl_algorithms() call
with OpenSSL_add_all_algorithms(), however unlike the name suggests,
the second function is not a superset of the first. When using SSL
both these functions will need to be called in order to offer complete
functionality.

This patch fixes the 7.19 breakage of secure (no -k or --insecure flags
passed) https invocations of the curl binary when connecting to a server
with certificates with a non-MD5 or SHA-1 signature algorithm, like
SHA-2. The older curl recipes are unaffected by this.

Marc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: curl.patch
Type: text/x-diff
Size: 1570 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090810/4ef4a55d/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090810/4ef4a55d/attachment-0002.sig>


More information about the Openembedded-devel mailing list