This repository was archived by the owner on Aug 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Windows API #4
Copy link
Copy link
Open
Description
- Implement PKCS#11 interface
- C_Initialize
- C_Finalize
- C_GetInfo
- C_GetFunctionList
- C_GetSlotList
- C_GetSlotInfo
- C_GetTokenInfo
- C_InitToken
- C_InitPIN
- C_SetPIN
- C_OpenSession
- C_CloseSession
- C_CloseAllSessions
- C_GetSessionInfo
- C_Login
- C_Logout
- C_CreateObject
- C_CopyObject
- C_DestroyObject
- C_GetObjectSize
- C_GetAttributeValue
- C_SetAttributeValue
- C_FindObjectsInit
- C_FindObjects
- C_FindObjectsFinal
- C_SignInit
- C_Sign
- C_SignUpdate
- C_SignFinal
- C_VerifyInit
- C_Verify
- C_VerifyUpdate
- C_VerifyFinal
- C_GenerateKeyPair (retrieve both, don't associate with user)
- Implement user management interface
- C_UserAdd
- C_UserModify
- C_UserDelete
- Implement certificate issuer interface
- C_CertGet (get user X's public key)
- C_CertGen (generate for a given key)
- Implement logs interface
- C_LogAdd
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels