Skip to content
  1. Jul 07, 2012
    • 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
  2. Jul 05, 2012
  3. Jul 04, 2012
  4. Jul 03, 2012
  5. Jul 02, 2012
  6. Jul 01, 2012
  7. Jun 29, 2012
  8. Jun 28, 2012