-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add the possibility of changing key store location of Mbed Crypto provider #53
Comments
Instead of using the "native" mbed crypto storage, we could/should use PSA Trusted Storage: https://github.com/ARMmbed/psa_trusted_storage_linux https://confluence.arm.com/display/mbedlinux/PSA+Storage+Software+HLD |
Managed to link in PTSL with the following steps:
Thus, if we want to use PTSL, we might require to push an upstream patch to allow for a static library to be built "natively". |
I guess we should transfer this issue to the |
No, I think this is Mbed Crypto-specific, for our provider. I think every PSA lib will have its own thing |
Is this still wanted you think? As the Mbed Crypto is something just for protyping/tests I am wondering if that's worth it. Also feels wrong to add Mbed Crypto specific things in a provider that could maybe be one day PSA generic. |
Yeah, I came across the issue a few days ago and was wondering the same. I'd be ok with just closing this, we've not had requests for it.
Well, given that the provider is called |
Keys are currently stored where the service is run but there should be a configuration parameter to choose where.
Is only possible after #38
The text was updated successfully, but these errors were encountered: