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

Add fixes to cryptoauthlib to support Java PKCS11 requirements, to support Greengrass V2 #290

Merged
merged 3 commits into from
Apr 13, 2022

Commits on Apr 12, 2022

  1. fix: When PKCS11 C_Sign is passed null pSignature, it is expected to …

    …fill pulSignatureLen with required buffer length.
    JamieHunter committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    a7cbf7d View commit details
    Browse the repository at this point in the history
  2. fix: Java PKCS11 requires CKA_EXTRACTABLE to return extractable statu…

    …s of a private key.
    
    Provider library is not expected to fail with CKR_ATTRIBUTE_SENSITIVE.
    JamieHunter committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    4cf67b4 View commit details
    Browse the repository at this point in the history
  3. fix: Java honors ulMaxSessionCount constant and needs to create at le…

    …ast 2 sessions.
    
    When used with Greengrass V2, at least 3 sessions are needed.
    JamieHunter committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    6457c1c View commit details
    Browse the repository at this point in the history