Skip to content

Commit

Permalink
Merge pull request #391 from ionut-arm/v7.2.0
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
ionut-arm authored Feb 6, 2023
2 parents 9dac753 + 0bfddf7 commit 5fbdcaf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [tss-esapi-7.2.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.2.0) (2023-02-07)
## [tss-esapi-sys-0.4.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-sys-0.4.0) (2023-02-07)

[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.1.0...tss-esapi-7.2.0)

- Expanded the list of supported `tpm2-tss` versions to include v4. [#382](https://github.com/parallaxsecond/rust-tss-esapi/issues/382)
- Fixed a bug in handle management that hindered some use cases. [#383](https://github.com/parallaxsecond/rust-tss-esapi/issues/383)
- Updated the FFI bindings using v0.63 of bindgen. [#392](https://github.com/parallaxsecond/rust-tss-esapi/pull/392)

## [tss-esapi-7.1.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.1.0) (2022-05-25)

- Fixed a security vulnerability related to using nonces when opening auth sessions. For more details see #344 .
Expand Down
2 changes: 1 addition & 1 deletion tss-esapi-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tss-esapi-sys"
version = "0.3.0"
version = "0.4.0"
authors = ["Parsec Project Contributors"]
edition = "2018"
description = "FFI wrapper around TSS 2.0 Enhanced System API"
Expand Down
4 changes: 2 additions & 2 deletions tss-esapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tss-esapi"
version = "7.1.0"
version = "7.2.0"
authors = ["Parsec Project Contributors"]
edition = "2018"
description = "Rust-native wrapper around TSS 2.0 Enhanced System API"
Expand All @@ -22,7 +22,7 @@ num-traits = "0.2.12"
hostname-validator = "1.1.0"
regex = "1.3.9"
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.3.0" }
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.4.0" }
oid = "0.2.1"
picky-asn1 = "0.3.0"
picky-asn1-x509 = "0.6.1"
Expand Down

0 comments on commit 5fbdcaf

Please sign in to comment.