File tree Expand file tree Collapse file tree 4 files changed +55
-169
lines changed Expand file tree Collapse file tree 4 files changed +55
-169
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
-
18
3
## [ tss-esapi-7.4.0] ( https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.4.0 ) (2023-10-09)
19
4
20
5
[ 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 1
1
[package ]
2
2
name = " tss-esapi-sys"
3
- version = " 0.6 .0"
3
+ version = " 0.5 .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 @@ -23,7 +23,7 @@ num-traits = "0.2.12"
23
23
hostname-validator = " 1.1.0"
24
24
regex = " 1.3.9"
25
25
zeroize = { version = " 1.1.0" , features = [" zeroize_derive" ] }
26
- tss-esapi-sys = { path = " ../tss-esapi-sys" , version = " 0.6 .0" }
26
+ tss-esapi-sys = { path = " ../tss-esapi-sys" , version = " 0.5 .0" }
27
27
oid = " 0.2.1"
28
28
picky-asn1 = " 0.8.0"
29
29
picky-asn1-x509 = " 0.12.0"
You can’t perform that action at this time.
0 commit comments