[GitHub] [incubator-teaclave-java-tee-sdk] superajun-wsj closed pull request #16: Release v0.1.0

2023-01-04 Thread GitBox
superajun-wsj closed pull request #16: Release v0.1.0 URL: https://github.com/apache/incubator-teaclave-java-tee-sdk/pull/16 -- 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

[apache/incubator-teaclave] Support grpc (Issue #668)

2023-01-04 Thread GeminiCarrie
### Motivation & problem statement The rpc used by Teaclave is not universal and does not support async. ### Proposed solution Replace current rpc with grpc (e.g. Tonic). I noticed that there is an example based on tonic and tokio in rust-sgx-sdk. https://github.com/apache/incubator-teacl

Re: [VOTE] Release Apache Teaclave (incubating) Java TEE SDK v0.1.0-rc.1

2023-01-04 Thread Mingshen Sun
Hi Shaojun, I check the followings: - Are release files in correct location? Yes - Do release files have the word incubating in their name? Yes - Are the digital signature and hashes correct? Yes - Does DISCLAIMER file exist? Yes - Do LICENSE and NOTICE files exists? NO - Is the LICENSE and NOTIC

[apache/incubator-teaclave-sgx-sdk] Install additional libraries into docker image (PR #414)

2023-01-04 Thread Thomas Niederberger
For the calling `sgx_ql_get_quote_verification_collateral(..)` I needed to install these additional libraries. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/414 -- Commit Summary -- * Install additional libraries i