Open-TEE / opentee-android

Android code/libraries for deploying and running Open TEE code
https://github.com/Open-TEE
Apache License 2.0
50 stars 24 forks source link

Code for CAs and TAs. #1

Open PedroBorges9 opened 8 years ago

PedroBorges9 commented 8 years ago

Hello I'm going to start development of some CAs and TAs using Open-TEE on Android. While running the test application I see that the libta_pkcs11_ta.so binary is missing. Also the code of the storage_test present in the tests module seems to be different than the outputs I'm getting in the android version. conn_test gives no output whatsoever when i use it in the testapp. Can you provide me with the sources for the storage_test and connection_test used in the opentee-android module?

Thanks

sheepray commented 8 years ago

I have bundled the _conn_testapp into my Android application. Based on my experience, the _ta_conn_testapp will dump a lot of testing information in the Logcat after you run the _conn_testapp. If you run your application in an emulator (especially with arm abi version), it will takes a quite long time to finish. After that, you can see the output of _conn_testapp in a single line (Not that easy to spot at first).