You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/05/06 10:56:10 UTC

[GitHub] [incubator-teaclave-sgx-sdk] assafmo opened a new issue #233: Is ring-sgx ready to use?

assafmo opened a new issue #233:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/233


   Hi @dingelish, would you say that https://github.com/mesalock-linux/ring-sgx is ready to use, and if so could you tell us how to import it?


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-teaclave-sgx-sdk] assafmo commented on issue #233: Is ring-sgx ready to use?

Posted by GitBox <gi...@apache.org>.
assafmo commented on issue #233:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/233#issuecomment-625223510


   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.

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



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


[GitHub] [incubator-teaclave-sgx-sdk] dingelish commented on issue #233: Is ring-sgx ready to use?

Posted by GitBox <gi...@apache.org>.
dingelish commented on issue #233:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/233#issuecomment-624799671


   yes it's ready to use.
   
   Cargo.toml sample: https://github.com/mesalock-linux/rustls/blob/mesalock_sgx/Cargo.toml#L17
   
   ```toml
   ring = { git = "https://github.com/mesalock-linux/ring-sgx", tag = "v0.16.5" }
   ```
   
   the tag is still v0.16.5, while the accurate version is 0.16.10 -- it's because 0.16 "stabled" since 0.16.5 and we started to use this tag since then.


----------------------------------------------------------------
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:
users@infra.apache.org



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