-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Implement interruptible ECC export-public #9510
Comments
Given we don't support RSA / DH keys for any other interruptible operation, I think for the first version, given how short we are on time I would just implement ECC keys for now. The others can be added later when we have more time - its not the implementation that is going to take time here, but all the testing and extended testing that this will bring in, and we are already over time. |
Good point, in the first pass we should focus on what we need for X.509/TLS. Those modules go through pk. So we can do the selection of interruptible APIs in pk, which requires less testing because it'll be oriented towards how it's eventually used in X.509/TLS and we don't need much testing beyond what's covered by the X.509/TLS usage. |
Implement and test interruptible export-public-key functions as specfied in ARM-software/psa-api#199 :
The scope of this issue is:
The text was updated successfully, but these errors were encountered: