Skip to content
Snippets Groups Projects
  1. Sep 21, 2007
  2. Sep 18, 2007
    • Daniel Stenberg's avatar
      Rob Crittenden provided an NSS update with the following highlights: · 8c3f40ee
      Daniel Stenberg authored
      o It looks for the NSS database first in the environment variable SSL_DIR,
        then in /etc/pki/nssdb, then it initializes with no database if neither of
        those exist.
      
      o If the NSS PKCS#11 libnspsem.so driver is available then PEM files may be
        loaded, including the ca-bundle. If it is not available then only
        certificates already in the NSS database are used.
      
      o Tries to detect whether a file or nickname is being passed in so the right
        thing is done
      
      o Added a bit of code to make the output more like the OpenSSL module,
        including displaying the certificate information when connecting in
        verbose mode
      
      o Improved handling of certificate errors (expired, untrusted, etc)
      
      The libnsspem.so PKCS#11 module is currently only available in Fedora
      8/rawhide. Work will be done soon to upstream it. The NSS module will work
      with or without it, all that changes is the source of the certificates and
      keys.
      8c3f40ee
  3. Aug 23, 2007
  4. Jul 20, 2007
  5. Jul 01, 2007
  6. Jun 13, 2007
  7. May 15, 2007
  8. May 14, 2007
  9. May 09, 2007
  10. Apr 22, 2007
  11. Mar 23, 2007
  12. Feb 28, 2007
  13. Feb 23, 2007
  14. Feb 20, 2007
  15. Feb 12, 2007
  16. Jan 25, 2007
  17. Jan 05, 2007
  18. Dec 14, 2006
  19. Dec 06, 2006
  20. Nov 03, 2006
  21. Oct 25, 2006
    • Daniel Stenberg's avatar
      Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for the · cde5e35d
      Daniel Stenberg authored
      case when 401 or 407 are returned, *IF* no auth credentials have been given.
      The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401
      and 407 cases when auth credentials is given, but we've now covered this
      somewhat more.
      
      You might get some amounts of headers transferred before this situation is
      detected, like for when a "100-continue" is received as a response to a
      POST/PUT and a 401 or 407 is received immediately afterwards.
      
      Added test 281 to verify this change.
      cde5e35d
  22. Oct 12, 2006
  23. Oct 09, 2006
  24. Sep 30, 2006
  25. Sep 24, 2006
  26. Sep 23, 2006
  27. Sep 21, 2006
  28. Sep 20, 2006
  29. Sep 11, 2006
  30. Jul 26, 2006
  31. Jul 25, 2006
  32. Jun 16, 2006
  33. May 25, 2006
  34. Apr 26, 2006
Loading