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

Windows API #4

@DiogoParrinha

Description

@DiogoParrinha
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions