Skip to content

Commit

Permalink
Updated the tpm2-tss version for bindings.
Browse files Browse the repository at this point in the history
- Generate the bindings from version 3.2.2 of the
  tpm2-tss library.

- Update bindgen dependency.

- Add comment in the generated bindings from what
  version it was generated.

Signed-off-by: Jesper Brynolf <[email protected]>
  • Loading branch information
Superhepper committed Feb 24, 2024
1 parent 23994df commit 917ca8b
Show file tree
Hide file tree
Showing 5 changed files with 2,049 additions and 1,045 deletions.
2 changes: 1 addition & 1 deletion tss-esapi-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ links = "tss2-esys"
rust-version = "1.66.0"

[build-dependencies]
bindgen = { version = "0.66.1", optional = true }
bindgen = { version = "0.69.4", optional = true }
pkg-config = "0.3.18"
target-lexicon = "0.12.0"

Expand Down
2 changes: 1 addition & 1 deletion tss-esapi-sys/regenerate-bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -euf -o pipefail
OPENSSL_GIT="https://github.com/openssl/openssl.git"
OPENSSL_VERSION="OpenSSL_1_1_1j"
TPM2_TSS_GIT="https://github.com/tpm2-software/tpm2-tss.git"
TPM2_TSS_VERSION="2.4.6"
TPM2_TSS_VERSION="3.2.2"

export SYSROOT="/tmp/sysroot"

Expand Down
Loading

0 comments on commit 917ca8b

Please sign in to comment.