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

CKA_VALUE_LEN is synthesized on every secret key #650

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

Conversation

keldonin
Copy link
Contributor

This little patch (including test code) will synthetize a CKA_VALUE_LEN attribute for all secret keys, whenever C_UnwrapKey() is invoked. This should address issue #628.

@jschlyter jschlyter linked an issue Nov 29, 2024 that may be closed by this pull request
@jschlyter jschlyter changed the title fix for issue #628 - CKA_VALUE_LEN is synthetized on every secret key CKA_VALUE_LEN is synthesized on every secret key Nov 29, 2024
@jschlyter jschlyter added the bug Some isn't right label Nov 29, 2024
@jschlyter jschlyter marked this pull request as draft November 29, 2024 16:25
@jschlyter
Copy link
Contributor

Please rebase on develop and mark as ready when ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Some isn't right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unwrapped AES keys have VALUE_LEN set to 0
2 participants