Hi Eric, > Is it possible to build libcurl on Windows with GnuTLS using the > Microsoft Visual C++ compiler? > > If so could anyone give me a basic outline on how to do it? Where do > I get GnuTLS? (I have tried a couple of different builds without > success). The recommended GnuTLS Windows build, what > dependencies does it have? What compiler options do I need to set > in libcurl to build it against GnuTLS? > > I need libcurl with NTLM support. I got that working with OpenSLL > but the memory leaks in OpenSLL are not acceptable to my client.
The first part of my answer isn't going to help as I honestly don't know about using GnuTLS with libcurl. However, if you are just looking for NTLM support in libcurl you could build using the Window's SSPI API (Just add USE_WINDOWS_SSPI as a pre-processor variable) as long as you're running Windows only builds (which I'm assuming you are as you're compiling with VC++) ;-) If I remember correctly I used this as well as OpenSSL when I added the NTLM authentication to SMTP. Kind Regards Steve ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
