POC wrote:
Julien,

Could you refresh my memory about FIPS mode? How do you turn it on in
NSS (what API call) and if not on, what does that entail for an NSS
app?

FIPS mode is a higher security mode of operation. You will get a lot more token password prompts, and private keys cannot travel accross tokens even wrapped, among other things.


To enable/disable it, please see the code in the modutil tool in pk11.c, specifically the FipsMode function.

Also this softokn3.chk file: What is it for exactly, and does it need
to be in a special location? I assume it's related to the softoken
library which provides a software implementation of a PKCS#11 module.

As Wan-Teh pointed out, the file should live at the same location as the softokn3 DLL/so file. On Solaris there are extra libfreebl*.chk files.
_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to