Skip to content
  1. Oct 02, 2005
  2. May 07, 2005
  3. Apr 26, 2005
  4. Apr 24, 2005
  5. Apr 19, 2005
  6. Apr 07, 2005
    • Daniel Stenberg's avatar
      GnuTLS support added. There's now a "generic" SSL layer that we use all over · 6e619393
      Daniel Stenberg authored
      internally, with code provided by sslgen.c. All SSL-layer-specific code is
      then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS).
      
      As far as possible, internals should not need to know what SSL layer that is
      in use. Building with GnuTLS currently makes two test cases fail.
      
      TODO.gnutls contains a few known outstanding issues for the GnuTLS support.
      
      GnuTLS support is enabled with configure --with-gnutls
      6e619393
  7. Mar 31, 2005
  8. Mar 19, 2005
  9. Mar 17, 2005
  10. Mar 15, 2005
  11. Jan 04, 2005
  12. Dec 16, 2004
  13. Dec 15, 2004
  14. Dec 11, 2004
    • Daniel Stenberg's avatar
      Dan Fandrich: · df3ca591
      Daniel Stenberg authored
      Here's a stab at a consolidation of the SSL detection heuristics into
      configure. Source files aren't changed by this patch, except for setup.h and
      the various config*.h files.  Within the configure script, OPENSSL_ENABLED is
      used to determine if SSL is being used or not, and outside configure,
      USE_SSLEAY means the same thing; this could be even further unified some day.
      
      Now, when SSL is not detected, configure skips the various checks that are
      dependent on SSL, speeding up the configure process and avoiding complications
      with cross compiles.  I also updated all the architecture- specific config
      files I could see, but I couldn't test them.
      df3ca591
  15. Nov 26, 2004
  16. Nov 11, 2004
  17. Nov 08, 2004
  18. Nov 02, 2004
  19. Oct 26, 2004
  20. Oct 02, 2004
  21. Jul 04, 2004
  22. Jun 24, 2004
  23. Jun 14, 2004
  24. Jun 02, 2004
  25. May 24, 2004
  26. Apr 26, 2004
  27. Apr 17, 2004
  28. Mar 26, 2004
    • Daniel Stenberg's avatar
      Gisle Vanem: · 843391c7
      Daniel Stenberg authored
      A patch to bypass MS' sillyness with regard to IPv6 and getaddrinfo().
      
      The CURLDEBUG part is to avoid redefinition warning caused by memdebug.h. If
      ENABLE_IPV6 isn't enabled, it doesn't matter since we never call
      getaddrinfo(). Allthough we could to support weird protocols like SOCK_RDM
      that Win-2K/XP has.
      843391c7
  29. Mar 21, 2004
  30. Mar 17, 2004
  31. Mar 10, 2004
  32. Mar 09, 2004
  33. Mar 04, 2004