Skip to content
This repository was archived by the owner on Apr 5, 2023. It is now read-only.

Commit 834c8eb

Browse files
authored
Update TPM2 TSS Engine version to 1.1.0 from 1.1.0-rc0 (#68)
The intermediate release tag 1.1.0-rc0 has been removed for the referenced source code after a formal release of 1.1.0. Updating the references in the source fix build failure. Signed-off-by: Chandrakar, Prateek <prateek.chandrakar@intel.com> Signed-off-by: Behera, Tushar Ranjan <tushar.ranjan.behera@intel.com>
1 parent f7c5cd7 commit 834c8eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/tpm.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@ The library can be downloaded from [tpm2-tools-4.0.1-download](https://github.co
8080

8181
The build and installation process can be found at [tpm2-tools-4.0.1-install](https://github.com/tpm2-software/tpm2-tools/blob/4.0.X/INSTALL.md)
8282

83-
#### 2.1.4 tpm2-tss-engine
83+
#### 2.1.4 tpm2-tss-engine-1.1.0
8484

85-
This library provides the OpenSSL engine, which performs the OpenSSL cryptography operation using the keys inside the TPM. uses a specific commit version from the master branch of this library because currently, there is no release version of this library with the fix for the following issue:[github-issue-124](https://github.com/tpm2-software/tpm2-tss-engine/issues/124).
85+
This library provides the OpenSSL engine, which performs the OpenSSL cryptography operation using the keys inside the TPM. It uses release version 1.1.0 of the library.
8686

8787
##### Source code
8888

89-
The library can be downloaded from [tpm2-tss-engine-download](https://github.com/tpm2-software/tpm2-tss-engine/archive/820835977213ee28c0866f8eff623c307c618f5d.zip)
89+
The library can be downloaded from [tpm2-tss-engine-download](https://github.com/tpm2-software/tpm2-tss-engine/archive/v1.1.0.zip)
9090

9191
##### Build and Install Process
9292

93-
The build and installation process can be found at [tpm2-tss-engine-install](https://github.com/tpm2-software/tpm2-tss-engine/blob/820835977213ee28c0866f8eff623c307c618f5d/INSTALL.md)
93+
The build and installation process can be found at [tpm2-tss-engine-install](https://github.com/tpm2-software/tpm2-tss-engine/blob/v1.1.0/INSTALL.md)
9494

9595
## 3. Compiling Intel safestringlib
9696

utils/install_tpm_libs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TPM2_ABRMD_VER="2.2.0"
44
TPM2_ABRMD_LINK="https://github.com/tpm2-software/tpm2-abrmd/releases/download/$TPM2_ABRMD_VER/tpm2-abrmd-$TPM2_ABRMD_VER.tar.gz"
55
TPM2_TOOLS_VER="4.0.1"
66
TPM2_TOOLS_LINK="https://github.com/tpm2-software/tpm2-tools/releases/download/$TPM2_TOOLS_VER/tpm2-tools-$TPM2_TOOLS_VER.tar.gz"
7-
TPM2_TSS_ENGINE_VER=1.1.0-rc0
7+
TPM2_TSS_ENGINE_VER=1.1.0
88
TPM2_TSS_ENGINE_LINK="https://github.com/tpm2-software/tpm2-tss-engine/archive/v$TPM2_TSS_ENGINE_VER.zip"
99

1010
PARENT_DIR=`pwd`

0 commit comments

Comments
 (0)