Skip to content

Commit

Permalink
Update fortanix-sgx-tools version due to libunwind update
Browse files Browse the repository at this point in the history
Update aesm-client version due to ECDSA operations
  • Loading branch information
AdrianCX committed May 5, 2020
1 parent 01d1d94 commit bf44334
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aesm-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aesm-client"
version = "0.4.0"
version = "0.4.1"
authors = ["Fortanix, Inc."]
license = "MPL-2.0"
description = """
Expand Down
14 changes: 14 additions & 0 deletions doc/FORTANIX-SGX-ABI.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This document describes the ABI of SGX enclaves built using `libenclave`.

## elf2sgxs compatibility

rust-lang toolchain version is defined as description for '.note.x86_64-fortanix-unknown-sgx' assembly section.

| rust-lang toolchain version | fortanix-sgx-tools version |
| ---------------------------:| --------------------------:|
| 1 | 0.4.0 |
| 0 | 0.3.1 |


## ABI version compatibility

| ABI version | Rust std version | enclave-runner version |
Expand All @@ -20,6 +30,10 @@ This document describes the ABI of SGX enclaves built using `libenclave`.

## Changelog

### Version 0.4.0

* Added support for new rust-lang toolchain which fixes: https://github.com/fortanix/rust-sgx/issues/174

### Version 0.3.2

* *No semantic changes.*
Expand Down
2 changes: 1 addition & 1 deletion fortanix-sgx-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fortanix-sgx-tools"
version = "0.3.1"
version = "0.4.0"
authors = ["Fortanix, Inc."]
license = "MPL-2.0"
description = """
Expand Down

0 comments on commit bf44334

Please sign in to comment.