1. 10 Jul, 2012 1 commit
  2. 09 Jul, 2012 6 commits
  3. 08 Jul, 2012 6 commits
  4. 07 Jul, 2012 6 commits
    • Marc Hoersken's avatar
      winbuild: Make USE_WINSSL depend on USE_SSPI · d39bbcfa
      Marc Hoersken authored
      Since WinSSL cannot be build without SSPI being enabled,
      USE_WINSSL now defaults to the value of USE_SSPI.
      
      The makefile does now raise an error if WinSSL is enabled
      while SSPI is disabled.
      d39bbcfa
    • Marc Hoersken's avatar
      winbuild: Aligned USE_SSPI with other USE_x defines · 86871577
      Marc Hoersken authored
      Renamed external parameter USE_SSPI = yes/no to ENABLE_SSPI = yes/no.
      Backwards compatible change: USE_SSPI can still be passed as external
      parameter with yes/no value as long as ENABLE_SSPI is not given.
      
      USE_x defines are passed around with true/false values internally,
      USE_SSPI is now aligned to this approach, but still accepts external
      values yes/no being passed, just like the other defines.
      86871577
    • Marc Hoersken's avatar
      winbuild: Clean up formatting and variable naming · aeca33f9
      Marc Hoersken authored
      - Changed space usage to line up with the whole file
      - Renamed CFLAGS_SSPI/IPV6 to SSPI/IPV6_CFLAGS to be
        consistent with the other CFLAGS_x variables
      - Make use of existing CFLAGS_IPV6 (previously IPV6_CFLAGS)
        instead of appending directly to CFLAGS
      aeca33f9
    • Nick Zitzmann's avatar
      darwinssl: output cipher with text, remove SNI warning · 825fff88
      Nick Zitzmann authored
      The code was printing a warning when SNI was set up successfully. Oops.
      
      Printing the cipher number in verbose mode was something only TLS/SSL
      programmers might understand, so I had it print the name of the cipher,
      just like in the OpenSSL code. That'll be at least a little bit easier
      to understand. The SecureTransport API doesn't have a method of getting
      a string from a cipher like OpenSSL does, so I had to generate the
      strings manually.
      825fff88
    • Daniel Stenberg's avatar
      RELEASE-NOTES: synced with 5a99bce0 · 68e6b56a
      Daniel Stenberg authored
      68e6b56a
    • Daniel Stenberg's avatar
      KNOWN_BUGS: NTLM with unicode works with schannel/winssl! · 5a99bce0
      Daniel Stenberg authored
      Bug #75 updated with additional info, still remains for builds with
      other backends.
      5a99bce0
  5. 05 Jul, 2012 9 commits
  6. 04 Jul, 2012 3 commits
  7. 03 Jul, 2012 9 commits