File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ tss-esapi-7.2.0] ( https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.2.0 ) (2023-02-07)
4
+ ## [ tss-esapi-sys-0.4.0] ( https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-sys-0.4.0 ) (2023-02-07)
5
+
6
+ [ Full Changelog] ( https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.1.0...tss-esapi-7.2.0 )
7
+
8
+ - Expanded the list of supported ` tpm2-tss ` versions to include v4. [ #382 ] ( https://github.com/parallaxsecond/rust-tss-esapi/issues/382 )
9
+ - Fixed a bug in handle management that hindered some use cases. [ #383 ] ( https://github.com/parallaxsecond/rust-tss-esapi/issues/383 )
10
+ - Updated the FFI bindings using v0.63 of bindgen. [ #392 ] ( https://github.com/parallaxsecond/rust-tss-esapi/pull/392 )
11
+
3
12
## [ tss-esapi-7.1.0] ( https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.1.0 ) (2022-05-25)
4
13
5
14
- Fixed a security vulnerability related to using nonces when opening auth sessions. For more details see #344 .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tss-esapi-sys"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [" Parsec Project Contributors" ]
5
5
edition = " 2018"
6
6
description = " FFI wrapper around TSS 2.0 Enhanced System API"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tss-esapi"
3
- version = " 7.1 .0"
3
+ version = " 7.2 .0"
4
4
authors = [" Parsec Project Contributors" ]
5
5
edition = " 2018"
6
6
description = " Rust-native wrapper around TSS 2.0 Enhanced System API"
@@ -22,7 +22,7 @@ num-traits = "0.2.12"
22
22
hostname-validator = " 1.1.0"
23
23
regex = " 1.3.9"
24
24
zeroize = { version = " 1.1.0" , features = [" zeroize_derive" ] }
25
- tss-esapi-sys = { path = " ../tss-esapi-sys" , version = " 0.3 .0" }
25
+ tss-esapi-sys = { path = " ../tss-esapi-sys" , version = " 0.4 .0" }
26
26
oid = " 0.2.1"
27
27
picky-asn1 = " 0.3.0"
28
28
picky-asn1-x509 = " 0.6.1"
You can’t perform that action at this time.
0 commit comments