Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Windows API #4

Open
44 tasks
DiogoParrinha opened this issue Mar 7, 2017 · 0 comments
Open
44 tasks

Windows API #4

DiogoParrinha opened this issue Mar 7, 2017 · 0 comments

Comments

@DiogoParrinha
Copy link
Owner

  • 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant