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

Improve import key support in TPM provider #251

Closed
ionut-arm opened this issue Sep 17, 2020 · 3 comments
Closed

Improve import key support in TPM provider #251

ionut-arm opened this issue Sep 17, 2020 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ionut-arm
Copy link
Member

psa_import_key in the TPM provider currently only deals in keys for RSASSA-PKCS1-v1_5, mostly limited by what the TransientKeyContext in the tss-esapi crate supports - this should be expanded to reach parity with the generate key operation.

@ionut-arm ionut-arm added enhancement New feature or request good first issue Good for newcomers labels Sep 17, 2020
@hug-dev
Copy link
Member

hug-dev commented Sep 17, 2020

Linked with #126

@ionut-arm
Copy link
Member Author

Once #151 is done, some of the cross tests (i.e. exporting a key from on provider and using it in another) will depend on this

@ionut-arm
Copy link
Member Author

No need for an issue for some specific part of the API coverage for a backend unless we have a request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants