cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re:Re: How to make cURL support other SSL library

From: Ryan <g-5_at_163.com>
Date: Thu, 17 Apr 2014 20:26:21 +0800 (CST)

Hi Daniel

Thank you for your kindly reply. It's really good news. I get such information from the ChangeLog, The GSKit is done on OS400 platform. But I guess it might work on other platform by re-compiling the source.

If convenience, could you please let me know if it's true we can just recompile the source to get GSKit support on Linux, or guide me to reach Patrick Monnerat for details

Thanks again!
Fixed in 7.32.0 - August 12 2013

Changes:

curl: allow timeouts to accept decimal values
OS400: add slist and certinfo EBCDIC support
OS400: new SSL backend GSKit
CURLOPT_XFERINFOFUNCTION: introducing a new progress callback
LIBCURL-STRUCTS: new document

At 2014-04-16 14:21:11,"Daniel Stenberg" <daniel_at_haxx.se> wrote:
>On Wed, 16 Apr 2014, Ryan wrote:
>
>> Our group has a tool (mainly shell scripts) developed on basis of cURL. Now
>> our internal security requires the tool to use IBM GSK(Global Security
>> Toolkit) library for SSL. I read the document of cURL, and the GSK is not on
>> the list of supported SSL. So I am wondering how to make it to support GSK,
>> and how big the effort is.
>
>If you're lucky, not much work at all since we already support gskit - all
>done nicely by Patrick Monnerat. That's the same lib, isn't it? I'm not really
>into that area since it implies hardware and operating systems I'm never even
>near.
>
>Adding support for a new library is a matter of implementing a set of
>functions and providing a header file. See curl/lib/vtls/*.c for how all the
>backends are supported.
>
>Most libcurl hackers (and you'd need to change libcurl) are found on the
>curl-library list so you'd have to be there to really do it.
>
>--
>
> / daniel.haxx.se
>-------------------------------------------------------------------
>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

-------------------------------------------------------------------
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-04-17