-
Notifications
You must be signed in to change notification settings - Fork 241
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
libckteec: support for CKM_RSA_X_509 #386
Conversation
This pull request has been marked as a stale pull request because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this pull request will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acked-by: Jerome Forissier <[email protected]>
Define CKM_RSA_X_509 mechanism identifier to allow client to request operations with this mechanism. Signed-off-by: Alexandre Marechal <[email protected]> Signed-off-by: Etienne Carriere <[email protected]> Acked-by: Jerome Forissier <[email protected]>
793a3b0
to
b7eecc4
Compare
Tag applied |
This pull request has been marked as a stale pull request because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this pull request will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time. |
@jforissier, this change is harmless and at least makes libckteec ready to support |
@etienne-lms fine with me. Hopefully we can get the rest of the code merged at some point, since everything is ready including the tests. |
Define CKM_RSA_X_509 mechanism identifier to allow client to request operations with this mechanism.
Related to OP-TEE/optee_os#7030.