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

Support vendor extensions for CK_USER_TYPE #220

Merged
merged 3 commits into from
Sep 6, 2024

Commits on Sep 3, 2024

  1. Support vendor extensions for CK_USER_TYPE

    Some HSM vendors have more user types than the standard CKU_SO and
    CKU_USER. For example a Thales Luna uses the value 0x80000001 to
    represent the unprivileged Crypto User.
    
    Signed-off-by: Lars Persson <[email protected]>
    larper2axis committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e59bf7e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Fix formatting

    Signed-off-by: Lars Persson <[email protected]>
    larper2axis committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3df67b4 View commit details
    Browse the repository at this point in the history
  2. Fix trivial numeric cast lint

    Signed-off-by: Lars Persson <[email protected]>
    larper2axis committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    283c1bb View commit details
    Browse the repository at this point in the history