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

Fix for C_GetAttributeValue when getting length (data==NULL) #27

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

dgarske
Copy link
Collaborator

@dgarske dgarske commented Jan 9, 2024

Fix for C_GetAttributeValue incorrectly erroring with CKR_ATTRIBUTE_VALUE_INVALID when data == NULL. The C_GetAttributeValue should set length if data field is NULL.

…E_VALUE_INVALID` when data == NULL. The `C_GetAttributeValue` should set length if data field is NULL.
@dgarske dgarske assigned dgarske, wolfSSL-Bot and SparkiDev and unassigned dgarske Jan 9, 2024
@dgarske dgarske requested a review from SparkiDev January 11, 2024 01:29
@SparkiDev SparkiDev merged commit 4485004 into wolfSSL:master Jan 11, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants