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

Query regarding implementation of libtee_pkcs11 library in Trused Execution Environment. #1

Open
b49020 opened this issue Feb 5, 2016 · 4 comments

Comments

@b49020
Copy link

b49020 commented Feb 5, 2016

Hi Open-TEE project maintainers,

I have PKCS11 based application and trying to link libtee_pkcs11 library to run in TEE environment. But I was unable to find any trusted application in Open-TEE project to implement pkcs11 library calls in TEE environment using Global Platform Internal API's.

Kindly let me know if there exist any Trusted Application in Open-TEE project. Any help regarding this query will be much appreciated.

Thanks and Regards,
Sumit

@brianmcgillion
Copy link
Member

Hi Sumit,

The PKCS#11 TA was released last week (
https://github.com/Open-TEE/TAs/tree/master/pkcs11_ta). Try to "repo sync"
again to make sure that the TAs directory is upto date. And it is built by
default from TAs/TrustedApplications.qbs.

Br,
Brian

On Fri, Feb 5, 2016 at 1:46 PM, Sumit Garg [email protected] wrote:

Hi Open-TEE project maintainers,

I have PKCS11 based application and trying to link libtee_pkcs11 library
to run in TEE environment But I was unable to find any trusted application
in Open-TEE project to implement pkcs11 library calls in TEE environment
using Global Platform Internal API's

Kindly let me know if there exist any Trusted Application in Open-TEE
project Any help regarding this query will be much appreciated

Thanks and Regards,
Sumit


Reply to this email directly or view it on GitHub
#1.

@b49020
Copy link
Author

b49020 commented Feb 6, 2016

Thanks Brian for this help. I will "repo sync" and then try to test my PKCS#11 application in TEE environment.
One more query, does libtee_pkcs11 library supports complete set of PKCS#11 API's?

Regards,
Sumit

@brianmcgillion
Copy link
Member

hi Sumit,

All functions are implemented, but if we do not have the full functionality
it returns CKR_FUNCTION_NOT_SUPPORTED.

Br,
Brian

On Sat, Feb 6, 2016 at 7:26 PM, Sumit Garg [email protected] wrote:

Thanks Brian for this help. I will "repo sync" and then try to test my
PKCS#11 application in TEE environment.
One more query, does libtee_pkcs11 library supports complete set of
PKCS#11 API's?

Regards,
Sumit


Reply to this email directly or view it on GitHub
#1 (comment)
.

@b49020
Copy link
Author

b49020 commented Feb 6, 2016

Hi Brian,

Thanks for quick response and help.

Regards,
Sumit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants