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/03/29 00:30:11 UTC

[GitHub] [incubator-teaclave-sgx-sdk] dingelish opened a new pull request #211: v1.1.1

dingelish opened a new pull request #211: v1.1.1
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/211
 
 
   # Rust SGX SDK v1.1.1
   
   **Supports Intel SGX SDK v2.9**
   
   **Supports Rust nightly-2020-03-12**
   
   **Docker images refactored** Due to the requirement of LVI mitigation, the docker image has to contain very new version of GCC/G++ and GNU binutils with LVI patch. We shipped our docker images with two options: (1) build gcc from source, or (2) use gcc from well-known repo. Please use at your own choice.
   
   **New proc macro `sgx_align`** `sgx_align` can help with mitigate INTEL-SA-00219. Please refer to the [unit test codes](samplecode/unit-test/enclave/src/test_alignstruct.rs) for sample usage.
   
   **Use hashbrown to replace old std::collections** We move to hashbrown v0.7 and skipped v0.6.
   
   **sgx_core_futures** provides basic future primitive. We'll provide some samples later.
   
   **sgx_crypto_helper** is working on both trusted/untrusted side now.

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 merged pull request #211: v1.1.1

Posted by GitBox <gi...@apache.org>.
dingelish merged pull request #211: v1.1.1
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/211
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

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