-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create a deterministic RSA key with OpenTEE #1
Comments
Hi, Unfortunately GP does not provide a mechanism to create deterministic keys, only random ones. Br, |
Thanks, I found this header in the tee_storage_api : static TEE_Result gen_rsa_keypair(TEE_ObjectHandle obj, uint32_t key_size, TEE_Attribute *params, Do you think that if we create a TEE_Attribute with the public exponent, the process will be deterministic ? BR, |
No, I do not believe so. The public exponent is generally one of either - [3, 5, 17, 257, 65537] with 65537 the most commonly used. |
Thank you for your answer, Do you think it is possible to add this feature ? and if the answer is yes, where the modification should be done ? Thanks again, |
I think this can be closed... |
Hello,
I also working on openTEE and i saw in the GPD internal API that GenerateKey function generates random keys, is there a way to generate deterministic keys according to a parameter transmitted ?
I saw that The TEE_Attribute* argument is indeed used as a public exponent but i'm not sure. Can you please help me on this,
Thank you,
Best regards
The text was updated successfully, but these errors were encountered: