mssun opened a new pull request #194: [core] Add SgxTrustedServer in RPC URL: https://github.com/apache/incubator-teaclave/pull/194 ## Description Add SgxTrustedServer in RPC. Now, we finally have `SgxTrustedChannel` and `SgxTrustedServer`. - `SgxTrustedChannel`: RPC client side struct - `SgxTrustedServer`: RPC server side struct Usage: ```rust let server = SgxTrustedServer::new(ACSEnclave::default(), fd, enclave_attr)?; server.start()?; ``` ## Type of change (select applied and DELETE the others) - [x] New API for RPC ## How Has This Been Tested? CI: https://ci.mesalock-linux.org/mssun/incubator-mesatee/257 ## Checklist (check ALL before submitting PR, even not applicable) - [x] Fork the repo and create your branch from `master`. - [x] If you've added code that should be tested, add tests. - [x] If you've changed APIs, update the documentation. - [x] Ensure the tests pass (see CI results). - [x] Make sure your code lints/format.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
