canmove, Confirmed users
937
edits
| Line 7: | Line 7: | ||
If the module ever enters the error state, the NSS library needs to be shut down (transition 3.0) and reinitialized (transition 1.1). | If the module ever enters the error state, the NSS library needs to be shut down (transition 3.0) and reinitialized (transition 1.1). | ||
The action of the finite state model as a result of all other combinations of data and control inputs is to return an appropriate error code (e.g., CKR_HOST_MEMORY, CKR_TOKEN_WRITE_PROTECTED, CKR_TEMPLATE_INCOMPLETE | The action of the finite state model as a result of all other combinations of data and control inputs is to return an appropriate error code (e.g., CKR_HOST_MEMORY, CKR_TOKEN_WRITE_PROTECTED, CKR_TEMPLATE_INCOMPLETE, or CKR_ATTRIBUTE_VALUE_INVALID) and go back to the current state. | ||
==States== | ==States== | ||