From e4530f06f5192cc13ecb17e583802af9f0573353 Mon Sep 17 00:00:00 2001 From: gw0 Date: Wed, 23 Aug 2023 16:55:36 +0200 Subject: [PATCH] attestation-tool: Prepare release attestation-tool v0.2.0 --- attestation-tool/Cargo.lock | 2 +- attestation-tool/Cargo.toml | 4 ++-- attestation-tool/README.md | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/attestation-tool/Cargo.lock b/attestation-tool/Cargo.lock index 24d3e1f..499a19b 100644 --- a/attestation-tool/Cargo.lock +++ b/attestation-tool/Cargo.lock @@ -65,7 +65,7 @@ dependencies = [ [[package]] name = "attestation-tool" -version = "0.1.0" +version = "0.2.0" dependencies = [ "aesm-client", "base64", diff --git a/attestation-tool/Cargo.toml b/attestation-tool/Cargo.toml index f6feb47..790a6f2 100644 --- a/attestation-tool/Cargo.toml +++ b/attestation-tool/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "attestation-tool" -version = "0.1.0" -authors = ["Fortanix, Inc."] +version = "0.2.0" +authors = ["Oasis Protocol Foundation", "Fortanix, Inc."] license = "MPL-2.0" edition = "2018" diff --git a/attestation-tool/README.md b/attestation-tool/README.md index 409c92c..b55599c 100644 --- a/attestation-tool/README.md +++ b/attestation-tool/README.md @@ -1,8 +1,7 @@ # attestation-tool -Tool for testing remote attestation against the Intel SGX's development server. - -It does so via the IAS proxy kindly provided by [Fortanix]. +Tool for testing remote attestation against the Intel SGX's development server +through the Oasis Protocol Foundations IAS proxy. [Fortanix]: https://www.fortanix.com/