Skip to content

Commit

Permalink
Update readme and release_notes. v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dingelish committed May 10, 2019
1 parent 2122afa commit 6365e74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ To help understand this project and know how to use it, we are writing some [wik

## v1.0.7 Release

Supports Intel SGX SDK v2.5. Master branch supports Rust nightly build (nightly-2019-04-26) and stable branch supports Rust stable build (stable-2019-04-25). Refactored `sgx_tstd` to support `mio`. More sample codes added. And we are maintaining forks of popular crates on Github organization [mesalock-linux](https://github.com/mesalock-linux). The ported crates are syncing with the original crates with the help of [Pull](https://pull.now.sh) bot and we manually port almost all tests from the original crates to test if the ported crate works well in SGX. Please refer to [release_notes](release_notes.md) for further details.
Supports Intel SGX SDK v2.5. Master branch supports Rust nightly build (nightly-2019-04-26) and stable branch supports Rust stable build (stable-2019-04-25). Refactored `sgx_tstd` to support `mio`. More sample codes added, including Java/Go clients for ue-ra (Thanks to @bradyjoestar)!. And we are maintaining forks of popular crates on Github organization [mesalock-linux](https://github.com/mesalock-linux). The ported crates are syncing with the original crates with the help of [Pull](https://pull.now.sh) bot and we manually port almost all tests from the original crates to test if the ported crate works well in SGX. Please refer to [release_notes](release_notes.md) for further details.

We changed the built-in EDL files. Please carefully upgrade your EDL files on `import` statements. If you encountered any problems during compilation, please create issue and let me know. Thanks!

This is not the final release of v1.0.7 and I haven't tagged it yet. I'll remove this line after the release of v1.0.7. We welcome bug reports!

**ATTENTION**: Starts from Intel SGX SDK 2.5, `aesmd` requires a environment variable to start. If you are using docker, please start `aesmd` as:
```
# LD_LIBRARY_PATH=/opt/intel/libsgx-enclave-common/aesm /opt/intel/libsgx-enclave-common/aesm/aesm_service &
LD_LIBRARY_PATH=/opt/intel/libsgx-enclave-common/aesm /opt/intel/libsgx-enclave-common/aesm/aesm_service
```

## v1.0.6 Release
Expand Down
4 changes: 4 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@

**sgx_crypto_helper can export public key now** Please refer to static-data-distribution for usages.

**sgx_tcrypto_helper can be directly used for enclave** Thanks to @brenzi and @electronix!

**sealeddata sample supports `T` and `[T]` and serialized data structures** Thanks to @matthias-g!

**`quote_type` is configurable now in all Rust-based remote attestation sample codes** Thanks to @bradyjoestar!

**New sample code tr-mpc** Thanks to @bradyjoestar!

**New sample code: Go and Java ue-ra client** Thanks to @bradyjoestar!

**New sample code sgxcounter** shows how to use Monotonic Counter in SGX.

# Rust SGX SDK v1.0.6 Release Notes
Expand Down

0 comments on commit 6365e74

Please sign in to comment.