The following functions listed in current PKCS#11 standard (and corresponding hihg-level wrappers) are missing:
- C_GetMechanismList (EXTREMELY IMPORTANT)
- C_GetMechanismInfo (EXTREMELY IMPORTANT)
- C_GetOperationState (IMPORTANT)
- C_SetOperationState (IMPORTANT)
- C_SignRecoverInit
- C_SignRecover
- C_VerifyRecoverInit
- C_VerifyRecover
- C_DigestEncryptUpdate
- C_DecryptDigestUpdate
- C_SignEncryptUpdate
- C_DecryptVerifyUpdate
- C_DeriveKey
- C_GetFunctionStatus
- C_CancelFunction
Possibly also C_CopyObject, although I'm not quite sure if this is usable or meaningful.
I'm using PyKCS11-1.1.1.