canmove, Confirmed users
937
edits
| Line 148: | Line 148: | ||
} | } | ||
</pre> | </pre> | ||
To reiterate, the mode of operation of the NSS cryptographic module is determined by the second argument passed to the <code>PR_FindFunctionSymbol</code> function. | |||
* Look up the standard PKCS #11 function <code>"C_GetFunctionList"</code> for the non-FIPS Approved mode of operation. | |||
* Look up the alternative function <code>"FC_GetFunctionList"</code> for the FIPS Approved mode of operation. | |||
===Design Specification=== | ===Design Specification=== | ||