Changes

Jump to: navigation, search

NSS

8 bytes removed, 22:57, 8 August 2005
NSS Specific Parameters in Module Specs
<dd>'''internal''' - this library is actually the Netscape internal library
<br>'''fips''' - this library is the Netscape internal fips library.
<br>'''critical''' - if this library cannot be loaded, completely fail initialization.
<br>'''moduleDB''' - this library includes NSS specific functions to supply additional module specs for loading.
<br>'''moduleDBOnly''' - this library has no PKCS #11 functions and is only used for loading additional modules.
</dl>
<br>'''trustOrder''' - integer value specifying the order in which the trust information for certificates specified by tokens on this PKCS #11 library should be rolled up. '0' means that tokens on this library should not supply trust information (default). The relative order of two pkcs#11 libraries which have the same trustOrder value is undefined.
<br>'''cipherOrder''' - integer value specifiying the order in which tokens are searched when looking for a token to do a generic operation (DES/Hashing, etc).
<br>'''ciphers''' - comma separated list of ciphers this token will enable that isn't already enabled by the library (currently only '''FORTEZZA''' is defined) (case-insensitive).<
<br>'''slotParams''' - space separated list of name/value pairs where the name is a slotID and the value is a space sparated list of parameters related to that slotID.
<br>Valid slotParams values are:
<br>'''PublicCerts''' - The certificates on this token can be read without authenticating to this token, and any user certs on this token have a patching public key which is also readable without authenticating. Setting this flags means NSS will not try to authenticate to the token when searching for Certificates. This removes spurious password prompts, but if incorrectly set it can also cause NSS to miss certificates in a token until that token is explicitly logged in.
</dl>
<br>'''rootFlags''' - comma separated of flags describing any root certs that may be stored (case-insensitive).
<br>Valid flags are:
<dl><dd>
439
edits

Navigation menu