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

Replace CKR_ARGUMENTS_BAD by a better error code when appropriate #632

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on May 13, 2021

  1. Replace CKR_ARGUMENTS_BAD by a better error code when appropriate

    Cases where the error is due to a limitation in the
    implementation (e.g., digest type in OAEP), return
    CKM_MECHANISM_PARAMETER_INVALID instead of CKR_ARGUMENTS_BAD
    
    Where the parameter is evidently wrong (like NULL for a
    required parameter), CKR_ARGUMENTS_BAD is retained.
    
    Signed-off-by: Selva Nair <[email protected]>
    selvanair committed May 13, 2021
    Configuration menu
    Copy the full SHA
    ffa2477 View commit details
    Browse the repository at this point in the history