crates-sgx is a monorepo of all Rust crates ported for Teaclave SGX SDK targeting the Intel SGX platform.
sgx1.1.0(default): Teaclave SGX SDK 1.1.0 (Intel SGX SDK 2.7.1)
Given a version number x.y.z, increment:
zwhen adding, updating, deprecating and deleting crates of crates-sgxywhen updating Teaclave SGX SDKxwhen making incompatible structural/API changes of crates-sgx
For example:
- crates-sgx 0.1.0: Teaclave SGX SDK 1.1.0 (Intel SGX SDK 2.7.1) + 10 SGX crates
- crates-sgx 0.1.1: Teaclave SGX SDK 1.1.0 (Intel SGX SDK 2.7.1) + 20 SGX crates
- crates-sgx 0.2.0: Teaclave SGX SDK 1.2.0 (Intel SGX SDK 2.8) + 20 SGX crates
Tags follow this convention v{x.y.z}+sgx{x.y.z}, where:
v{x.y.z}is the version of crates-sgxsgx{x.y.z}is the version of Teaclave SGX SDK
- Propose a crate you paln to port in issue and then port crates for Teaclave SGX SDK.
- Create a pull request stating crate name, version, license and upstream commit hash (usually a public release) which your port based on.
- Provide a diff of your changes for reviewing and auditing.
- Add metadata in the crates section of
README.mdand updateCHANGELOG.md.
{crate name},{version},{license},{upstream commit hash base}- cfg-if, 0.1.10, MIT/Apache-2.0, 4484a6faf816ff8058088ad857b0c6bb2f4b02b2
- rust-hex, 0.4.2, MIT/Apache-2.0, be0c32f9c8938ca0359bbb0d1477e31b07cb3358
crates-sgx is provided under the Apache License 2.0. We only accept crates provided under "Apache-like" license.