none wrote:

If I run certutil -N from NSS 3.6 distribution it creates cert7.db (and my Mozilla cert store file is cert8.db), so I belive I need newer version of NSS. I've downloaded NSS 3.7.2. and run certutil with -L option and got message:


./certutil: /usr/lib/libnss3.so: version `NSS_3.7' not found (required by ./certutil)

The NSS command line tools all use a set of dynamic shared libraries (.so files). The shared libraries must be at least as new as the progreams that use them. New shared libraries work with older programs, but not vice versa.

So, make sure your 3.7.2 programs are using 3.7.2 or newer shared libraries.

When I run certutil -L from NSS 3.6 and set db folder (using -d option) on cert8.db I got this exception:

certutil: NSS_Initialize failed: security library: bad database.

Yeah, the 3.6 code only knows about cert7, not cert8. The newer code knows about both.

_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to