Skip to content

keymgmt: Implement Set Params related functionality for Key Objects #9

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 2 commits into from
Mar 28, 2024

Conversation

tgonzalezorlandoarm
Copy link
Member

Implement:

  1. OSSL_FUNC_KEYMGMT_SET_PARAMS
  2. OSSL_FUNC_KEYMGMT_SETTABLE_PARAMS

for key objects as indicated by https://www.openssl.org/docs/man3.0/man7/provider-keymgmt.html

This PR depends on #8

@tgonzalezorlandoarm tgonzalezorlandoarm self-assigned this Mar 8, 2024
@tgonzalezorlandoarm tgonzalezorlandoarm changed the base branch from main to tg/keymgmt-new March 8, 2024 16:00
@tgonzalezorlandoarm tgonzalezorlandoarm force-pushed the tg/keymgmt-new branch 3 times, most recently from ff745dd to 8caa141 Compare March 11, 2024 19:34
@tgonzalezorlandoarm tgonzalezorlandoarm changed the base branch from tg/keymgmt-new to main March 12, 2024 10:21
@tgonzalezorlandoarm tgonzalezorlandoarm force-pushed the tg/keymgmt-settable branch 2 times, most recently from 939fff6 to a028598 Compare March 28, 2024 11:20
The only settable parameters for a Key Object Context should be
PARSEC_PROVIDER_KEY_NAME.

Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
Implement the OSSL_FUNC_KEYMGMT_SET_PARAMS, where the only parameter
to be set is the key name, PARSEC_PROVIDER_KEY_NAME.

Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
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:)

@gowthamsk-arm gowthamsk-arm merged commit 1a48fb4 into main Mar 28, 2024
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.

2 participants