Skip to content
Snippets Groups Projects
  1. Sep 26, 2007
  2. Sep 25, 2007
  3. Sep 24, 2007
  4. Sep 21, 2007
  5. 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
    • Daniel Stenberg's avatar
      Immanuel pointed out that public key SSH auth failed if no public/private · 45fd6685
      Daniel Stenberg authored
      key was specified and there was no HOME environment variable, and then it
      didn't continue to try the other auth methods. Now it will instead try to
      get the files id_dsa.pub and id_dsa from the current directory if none of
      the two conditions were met.
      45fd6685
    • Guenter Knauf's avatar
  6. Sep 15, 2007
  7. Sep 11, 2007
  8. Sep 07, 2007
  9. Sep 05, 2007
  10. Aug 31, 2007
  11. Aug 30, 2007
  12. Aug 29, 2007
  13. Aug 27, 2007
  14. Aug 26, 2007
  15. Aug 25, 2007
  16. Aug 24, 2007
  17. Aug 23, 2007
  18. Aug 22, 2007
  19. Aug 21, 2007
Loading