FIPS Module Specification: Difference between revisions

Jump to navigation Jump to search
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):
<pre>
<code>
SECMODModule *internal;
SECMODModule *internal;
SECStatus rv;
SECStatus rv;
Line 97: Line 97:
     /* handle error */
     /* handle error */
}
}
</pre>
</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.


canmove, Confirmed users
937

edits

Navigation menu