Skip to content
Snippets Groups Projects
  1. Apr 26, 2006
  2. Apr 10, 2006
  3. Apr 07, 2006
  4. Jan 16, 2006
  5. Jan 09, 2006
  6. Jan 02, 2006
  7. Dec 20, 2005
  8. Dec 17, 2005
  9. Dec 16, 2005
  10. Dec 11, 2005
  11. Dec 09, 2005
  12. Nov 24, 2005
  13. Nov 23, 2005
  14. Nov 11, 2005
  15. Nov 10, 2005
  16. Oct 02, 2005
  17. May 07, 2005
  18. Apr 26, 2005
  19. Apr 24, 2005
  20. Apr 19, 2005
  21. 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
  22. Mar 31, 2005
  23. Mar 19, 2005
  24. Mar 17, 2005
  25. Mar 15, 2005
  26. Jan 04, 2005
  27. Dec 16, 2004
  28. Dec 15, 2004
  29. 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
  30. Nov 26, 2004
  31. Nov 11, 2004
  32. Nov 08, 2004
  33. Nov 02, 2004
  34. Oct 26, 2004
  35. Oct 02, 2004
Loading