I've installed JSS on RedHat Linux and while it runs, it does not seem
able to find any of the built-in Ca certificates.

As I unserstand it these certificates are in libnssckbi.so.  I have
checked to make sure this library is in the same directory with all
the other JSS, NSS and NSPR libraries and it is.

I wrote a simple program to call
  cryptoManager.getCACerts();

On my Linux box it is returning an empty X509Certificate[].  On
Windows I get the expected array of size 103.

I've tried setting LD_LIBRARY_PATH to the directory with all the
shared libraries and that did not help.  As a kind of weird sanity
check, I moved the libjss4.so file out of the libraries directory and
got the expected invocation errors due to a missing library.

Moving libnssckbi.so out of the library directory did not actually
cause any additional errors.  I would still just get back the empty
array.

I'm sure I'm doing something really stupid ... but any help would be
appreciated.

Thanks

...Dean...

_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to