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

Update TA implementation to handle SA_KEY_PROVISION_TA command in separate function and file #124

Open
mhabrat opened this issue Jun 17, 2024 · 0 comments

Comments

@mhabrat
Copy link
Contributor

mhabrat commented Jun 17, 2024

Current SA_KEY_PROVISION_TA command in TA space is implemented within the ta_invoke_key_provision() function rather than in a separate function and file. ta_invoke_key_provision() should include parameter checking and copies to set up the call to the processing function similar to other TA function implementions like ta_sa_key_import(). The ta_sa_key_provision() function should be seperated into its own file (ta_sa_key_provision_ta.c).
Also, looks like the SA_KEY_FORMAT_PROVISION_TA is unnecessary. Can we remove?

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

No branches or pull requests

1 participant