You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by GitBox <gi...@apache.org> on 2022/08/09 09:45:30 UTC

[GitHub] [incubator-teaclave-trustzone-sdk] syedelec opened a new issue, #85: Get Public/Private key from generated key in TA

syedelec opened a new issue, #85:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/85

   Hi
   
   In op-tee it's possible to use TEE API functions such as `TEE_GetObjectBufferAttribute` to fetch some attributes regarding the generated key however I could not find the function in the rust sdk.
   
   Could you point me to an equivalent solution?
   
   Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org


[GitHub] [incubator-teaclave-trustzone-sdk] syedelec commented on issue #85: Get Public/Private key from generated key in TA

Posted by GitBox <gi...@apache.org>.
syedelec commented on issue #85:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/85#issuecomment-1210647312

   Thanks! I missed that.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org


[GitHub] [incubator-teaclave-trustzone-sdk] syedelec closed issue #85: Get Public/Private key from generated key in TA

Posted by GitBox <gi...@apache.org>.
syedelec closed issue #85: Get Public/Private key from generated key in TA
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/85


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org


[GitHub] [incubator-teaclave-trustzone-sdk] DemesneGH commented on issue #85: Get Public/Private key from generated key in TA

Posted by GitBox <gi...@apache.org>.
DemesneGH commented on issue #85:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/85#issuecomment-1209330679

   Same as `TEE_GetObjectBufferAttribute`, you can invoke this method: https://github.com/apache/incubator-teaclave-trustzone-sdk/blob/972760f5bd9777104e653fc31a32da096f1955bd/optee-utee/src/object.rs#L242-L250


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org