File tree Expand file tree Collapse file tree 4 files changed +169
-55
lines changed Expand file tree Collapse file tree 4 files changed +169
-55
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+
4+ ## [ tss-esapi-sys-0.6.0] ( https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-sys-0.6.0 ) (2023-03-14)
5+
6+ [ Full Changelog] ( https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.4.0...tss-esapi-sys-0.6.0 )
7+
8+ ** Security fixes:**
9+
10+ - Get random authvalues locally instead of from the TPM [ \# 508] ( https://github.com/parallaxsecond/rust-tss-esapi/pull/508 ) ([ tgonzalezorlandoarm] ( https://github.com/tgonzalezorlandoarm ) )
11+
12+ ** Merged pull requests:**
13+
14+ - tss-esapi/transient: get_root_key_name [ \# 509] ( https://github.com/parallaxsecond/rust-tss-esapi/pull/509 ) ([ tgonzalezorlandoarm] ( https://github.com/tgonzalezorlandoarm ) )
15+ - Backport lint error fixes for rust 1.75 [ \# 489] ( https://github.com/parallaxsecond/rust-tss-esapi/pull/489 ) ([ tgonzalezorlandoarm] ( https://github.com/tgonzalezorlandoarm ) )
16+ - Cargo.toml: Specify rust-version=1.66.0 [ \# 470] ( https://github.com/parallaxsecond/rust-tss-esapi/pull/470 ) ([ tgonzalezorlandoarm] ( https://github.com/tgonzalezorlandoarm ) )
17+
318## [ tss-esapi-7.4.0] ( https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.4.0 ) (2023-10-09)
419
520[ Full Changelog] ( https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-sys-0.5.0...tss-esapi-7.4.0 )
Original file line number Diff line number Diff line change 11[package ]
22name = " tss-esapi-sys"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [" Parsec Project Contributors" ]
55edition = " 2018"
66description = " FFI wrapper around TSS 2.0 Enhanced System API"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ num-traits = "0.2.12"
2323hostname-validator = " 1.1.0"
2424regex = " 1.3.9"
2525zeroize = { version = " 1.1.0" , features = [" zeroize_derive" ] }
26- tss-esapi-sys = { path = " ../tss-esapi-sys" , version = " 0.5 .0" }
26+ tss-esapi-sys = { path = " ../tss-esapi-sys" , version = " 0.6 .0" }
2727oid = " 0.2.1"
2828picky-asn1 = " 0.8.0"
2929picky-asn1-x509 = " 0.12.0"
You can’t perform that action at this time.
0 commit comments