1. 13 Jun, 2012 4 commits
    • Yang Tse's avatar
      MakefileBuild.vc: Allow building without SSL · 2bfa57bc
      Yang Tse authored
      In order to use Windows native SSL support define 'USE_WINSSL'
      2bfa57bc
    • Yang Tse's avatar
      configure: new option --with-winssl · b276ac76
      Yang Tse authored
      This option may be used to build curl/libcurl using SSL/TLS support provided
      by MS windows system libraries. Option is mutually exclusive with any other
      SSL library. Default value is --without-winssl.
      
      --with-winssl option implies --with-sspi option.
      
      Option meaningful only for Windows builds.
      b276ac76
    • Guenter Knauf's avatar
      Changed Schannel string to SSL-Windows-native. · 32ce7f19
      Guenter Knauf authored
      This is more descriptive for the user who might
      not even know what schannnel is at all.
      32ce7f19
    • Yang Tse's avatar
      schannel: remove version number and identify its use with 'schannel' literal · 819afe46
      Yang Tse authored
      Version number is removed in order to make this info consistent with
      how we do it with other MS and Linux system libraries for which we don't
      provide this info.
      
      Identifier changed from 'WinSSPI' to 'schannel' given that this is the
      actual provider of the SSL/TLS support. libcurl can still be built with
      SSPI and without SCHANNEL support.
      819afe46
  2. 12 Jun, 2012 8 commits
  3. 11 Jun, 2012 28 commits