Skip to content
Snippets Groups Projects
  1. Oct 09, 2007
  2. Oct 03, 2007
  3. Oct 02, 2007
  4. Sep 24, 2007
  5. Sep 21, 2007
  6. 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
  7. Aug 23, 2007
  8. Jul 20, 2007
  9. Jul 01, 2007
  10. Jun 13, 2007
  11. May 15, 2007
  12. May 14, 2007
  13. May 09, 2007
  14. Apr 22, 2007
  15. Mar 23, 2007
  16. Feb 28, 2007
  17. Feb 23, 2007
  18. Feb 20, 2007
  19. Feb 12, 2007
  20. Jan 25, 2007
  21. Jan 05, 2007
  22. Dec 14, 2006
  23. Dec 06, 2006
  24. Nov 03, 2006
  25. 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
  26. Oct 12, 2006
  27. Oct 09, 2006
  28. Sep 30, 2006
  29. Sep 24, 2006
  30. Sep 23, 2006
  31. Sep 21, 2006
  32. Sep 20, 2006
Loading