Skip to content

Commit 6365e74

Browse files
committed
Update readme and release_notes. v1.0.7
1 parent 2122afa commit 6365e74

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Readme.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ To help understand this project and know how to use it, we are writing some [wik
99

1010
## v1.0.7 Release
1111

12-
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.
12+
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.
1313

1414
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!
1515

16-
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!
17-
1816
**ATTENTION**: Starts from Intel SGX SDK 2.5, `aesmd` requires a environment variable to start. If you are using docker, please start `aesmd` as:
1917
```
20-
# LD_LIBRARY_PATH=/opt/intel/libsgx-enclave-common/aesm /opt/intel/libsgx-enclave-common/aesm/aesm_service &
18+
LD_LIBRARY_PATH=/opt/intel/libsgx-enclave-common/aesm /opt/intel/libsgx-enclave-common/aesm/aesm_service
2119
```
2220

2321
## v1.0.6 Release

release_notes.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@
1414

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

17+
**sgx_tcrypto_helper can be directly used for enclave** Thanks to @brenzi and @electronix!
18+
1719
**sealeddata sample supports `T` and `[T]` and serialized data structures** Thanks to @matthias-g!
1820

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

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

25+
**New sample code: Go and Java ue-ra client** Thanks to @bradyjoestar!
26+
2327
**New sample code sgxcounter** shows how to use Monotonic Counter in SGX.
2428

2529
# Rust SGX SDK v1.0.6 Release Notes

0 commit comments

Comments
 (0)