439
edits
Line 176: | Line 176: | ||
<dd>'''FIPSSlotDescription''' - Override the default slotDecription value for the internal FIPS token returned in the CK_SLOT_INFO structure with an internationalize string (UTF8). This value will be truncated at 64 bytes (no NULL, partial UTF8 characters dropped).</dd> | <dd>'''FIPSSlotDescription''' - Override the default slotDecription value for the internal FIPS token returned in the CK_SLOT_INFO structure with an internationalize string (UTF8). This value will be truncated at 64 bytes (no NULL, partial UTF8 characters dropped).</dd> | ||
<dd>'''flags''' - comma separated list of flag values, parsed case-insensitive. | <dd>'''flags''' - comma separated list of flag values, parsed case-insensitive. | ||
Valid flags are:</dd> | <br>Valid flags are:</dd> | ||
<dl> | <dl> | ||
<dd>'''noModDB''' - don't open SECMOD.db and try to supply the strings. The MOD DB function is not through standard PKCS #11 interfaces.</dd> | <dd>'''noModDB''' - don't open SECMOD.db and try to supply the strings. The MOD DB function is not through standard PKCS #11 interfaces.</dd> | ||
Line 198: | Line 198: | ||
<dd>'''minPWLen''' - minimum password length for this token.</dd> | <dd>'''minPWLen''' - minimum password length for this token.</dd> | ||
<dd>'''flags''' - comma separated list of flag values, parsed case-insensitive. | <dd>'''flags''' - comma separated list of flag values, parsed case-insensitive. | ||
Valid flags are: | <br>Valid flags are: | ||
<dl> | <dl> | ||
<dd>'''readOnly''' - Databases should be opened read only.</dd> | <dd>'''readOnly''' - Databases should be opened read only.</dd> |
edits