curl-library
2 SSL related patches for libcurl (fwd)
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Fri, 5 Mar 2004 14:14:53 +0100 (CET)
Received on 2004-03-05
Date: Fri, 5 Mar 2004 14:14:53 +0100 (CET)
These patches are growing old, but I am interested in opinions about them.
-- Daniel Stenberg -- http://curl.haxx.se/ -- http://daniel.haxx.se/ [[ Do not send mails to this email address. They won't reach me. ]] ---------- Forwarded message ---------- Date: Wed, 17 Dec 2003 18:45:29 +0100 From: Gertjan van Wingerde <gwingerde_at_home.nl> Reply-To: curl-users_at_lists.sourceforge.net To: curl-users_at_lists.sourceforge.net Subject: 2 SSL related patches for libcurl Hi, Please find attached 2 patches to give the libcurl users finer-grained control over the SSL server-certificate checking. Patch 1 (verifydepth) allows the user of libcurl set the verification depth of OpenSSL via a CURL option. Patch 2 (certificate_verify_callback) adds the notion of a certificate verification callback function, and allows the user of libcurl to perform SSL server-certificate checking by themselves, instead of relying on the certificate checking function of libcurl. Please let me know what you think of these patches. Best regards, Gertjan.
- TEXT/X-DIFF attachment: curl-7.10.8.verifydepth.diff
- TEXT/X-DIFF attachment: curl-7.10.8.certificate_verify_callback.diff