Skip to content

Add Key Objects Data validation #14

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 1 commit into from
Apr 3, 2024
Merged

Conversation

tgonzalezorlandoarm
Copy link
Member

Implement:

  1. OSSL_FUNC_KEYMGMT_VALIDATE

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

This currently only checks whether selection is
'OSSL_KEYMGMT_SELECT_OTHER_PARAMETERS' and the key_name has been filled, as currently we don't support any other selection/data in Key Objects.

@tgonzalezorlandoarm tgonzalezorlandoarm self-assigned this Mar 11, 2024
@tgonzalezorlandoarm tgonzalezorlandoarm force-pushed the tg/keymgmt-import branch 4 times, most recently from 08184c3 to c18a009 Compare March 28, 2024 15:39
@tgonzalezorlandoarm tgonzalezorlandoarm changed the base branch from tg/keymgmt-import to main March 28, 2024 15:47
Implement:

 1. OSSL_FUNC_KEYMGMT_VALIDATE

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

This currently only checks whether selection is
'OSSL_KEYMGMT_SELECT_OTHER_PARAMETERS' and the key_name has been
filled, as currently we don't support any other selection/data in
Key Objects.

Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
@tgonzalezorlandoarm tgonzalezorlandoarm force-pushed the tg/keymgmt-validate branch 2 times, most recently from 0968367 to 9fefbd8 Compare April 3, 2024 11:28
@gowthamsk-arm gowthamsk-arm merged commit 155b860 into main Apr 3, 2024
@tgonzalezorlandoarm tgonzalezorlandoarm deleted the tg/keymgmt-validate branch April 3, 2024 15:19
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