You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C_InitToken can re-initialize existing tokens, however, this is yet to be supported (see #576) and causes some issues. For now, just make it return CKR_DEVICE_ERROR;
The text was updated successfully, but these errors were encountered:
The spec allows for re-initilization of existing tokens, however, the
current implementation does not allow for this, so return
CKR_DEVICE_ERROR for now and follow up with bug tpm2-software#576.
Fixes: tpm2-software#577
Signed-off-by: William Roberts <william.c.roberts@intel.com>
C_InitToken can re-initialize existing tokens, however, this is yet to be supported (see #576) and causes some issues. For now, just make it return CKR_DEVICE_ERROR;
The text was updated successfully, but these errors were encountered: