cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: SSL/TLS support using Windows SSPI Schannel API

From: Marc Hoersken <info_at_marc-hoersken.de>
Date: Sat, 21 Apr 2012 16:06:16 +0200

Am 16.04.2012 22:59, schrieb Steve Holme:
> Anyway I had a go at trying to get the version information for sspi into the
> main version string this evening and here is the result:
>
> curl 7.25.1-DEV (x86_64-pc-win32) libcurl/7.25.1-DEV sspi/6.1.7601.17725
> Protocols: dict file ftp gopher http imap ldap pop3 rtsp smtp telnet tftp
> Features: AsynchDNS GSS-Negotiate Largefile NTLM
>
> Some of my Curl_sspi_version() function was based on what Marc had already
> done but I ended up passing the individual integers through as pointers and
> having the function populate these rather than returning a string that had
> to be freed. That way I could return a CURLcode when things went wrong such
> as CURLE_OUT_OF_MEMORY etc...
>
> I don't mind doing it either way but this seemed more in keeping with the
> curl way of doing things.
Sure, that's great. I wasn't even sure if may way of always returning a
string which needs to be freed is a nice one.

> I can push this myself but obviously it would break the work you have
> already done Marc and you would need to rebase.
Just push your changes and I will merge them with mine. That's no
problem for me. ;-)

Best regards,
Marc
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-04-21