canmove, Confirmed users
937
edits
| Line 85: | Line 85: | ||
===Approved Mode of Operation=== | ===Approved Mode of Operation=== | ||
In order to run the NSS module in the FIPS approved mode, an attribute must be explicitly set on the module. This can be done programmatically with a call to SECMOD_DeleteInternalModule() (with the module to delete being the internal module): | In order to run the NSS module in the FIPS approved mode, an attribute must be explicitly set on the module. This can be done programmatically with a call to SECMOD_DeleteInternalModule() (with the module to delete being the internal module): | ||
< | <code> | ||
SECMODModule *internal; | SECMODModule *internal; | ||
SECStatus rv; | SECStatus rv; | ||
| Line 97: | Line 97: | ||
/* handle error */ | /* handle error */ | ||
} | } | ||
</ | </code> | ||
or by running the NSS module utility '''modutil'''. An example command line is below. | or by running the NSS module utility '''modutil'''. An example command line is below. | ||