-
Notifications
You must be signed in to change notification settings - Fork 52
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
Support Created Loaded #506
Comments
So let's say I wanted to implement this. Looking at other parts of the code I'm thinking that it's going to be a call to:
This would go in tss-esapi/src/context/tpm_commands/object_commands.rs along with fn create / fn load since we are deriving a new object. Does this seem like that right start? I'll need to figure out what to do with tests too. |
The commands or APIs are usually structured after in what section they appear in the TPM specification (if I am not mistaken). |
That seems correct. There is even a comment at the bottom of that file indicating that that API has not been implemented yet. |
Luckily this seems to not involve any new structures that need native implementations, which is usually 80% of the work for new commands.. |
Thanks, I've started to work on this now :) |
CreateLoaded is required for key derivation. We should add it to this library to allow KDF usage for applications.
The text was updated successfully, but these errors were encountered: