Skip to content

KEYMGMT library <-> provider functions #8

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

Merged
merged 3 commits into from
Mar 11, 2024
Merged

Conversation

tgonzalezorlandoarm
Copy link
Member

Start implementing the Key Management operations for the provider as operations as defined in here provider-keymgmt

This PR implements the table pointer and keymgmt new function, which creates an empty key object.

This macro makes creating OSSL_ALGORITHM structures from rust code
easier.

Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
gowthamsk-arm
gowthamsk-arm previously approved these changes Mar 11, 2024
Copy link
Collaborator

@gowthamsk-arm gowthamsk-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

Start implemententing the keymgmt functions:

 * parsec_provider_query now returns the function table for
   OSSL_OP_KEYMGMT
 * Implement OSSL_FUNC_keymgmt_new, returning a dummy Key Object.

Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
small Effort label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants