Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client: Support PKCS#11 3.0 #486

Merged
merged 2 commits into from
Jun 28, 2023
Merged

Commits on Jun 27, 2023

  1. proxy: Refactor get_interface_inlock

    This adds a minor refactoring to get_interface_inlock:
    - CK_RV for the return value instead of int
    - Use "goto cleanup" instead of a chain of "if (rv == CKR_OK)"
    
    Signed-off-by: Daiki Ueno <[email protected]>
    ueno committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    660c881 View commit details
    Browse the repository at this point in the history
  2. client: Support PKCS#11 3.0

    This exports C_GetInterfaceList and C_GetInterface from the client
    module.
    
    Signed-off-by: Daiki Ueno <[email protected]>
    ueno committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d159555 View commit details
    Browse the repository at this point in the history