Skip to content

Commit 7b8ff0f

Browse files
committed
Bump version number and changelog
Signed-off-by: Ionut Mihalcea <[email protected]>
1 parent 82cca11 commit 7b8ff0f

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [tss-esapi-7.1.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.1.0) (2022-05-25)
4+
5+
- Fixed a security vulnerability related to using nonces when opening auth sessions. For more details see #344 .
6+
7+
[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-6.1.2...tss-esapi-7.1.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Restructure NvOpenOptions [\#342](https://github.com/parallaxsecond/rust-tss-esapi/pull/342) ([ionut-arm](https://github.com/ionut-arm))
12+
- Implement ref conversions from TKC to Context [\#336](https://github.com/parallaxsecond/rust-tss-esapi/pull/336) ([ionut-arm](https://github.com/ionut-arm))
13+
14+
**Fixed bugs:**
15+
16+
- Fix dangling pointer issue [\#344](https://github.com/parallaxsecond/rust-tss-esapi/pull/344) ([ionut-arm](https://github.com/ionut-arm))
17+
18+
**Merged pull requests:**
19+
20+
- Add support for converting Public to SubjectPublicKeyInfo [\#341](https://github.com/parallaxsecond/rust-tss-esapi/pull/341) ([THS-on](https://github.com/THS-on))
21+
- Fixes potential memory leaks from the ffi types. [\#340](https://github.com/parallaxsecond/rust-tss-esapi/pull/340) ([Superhepper](https://github.com/Superhepper))
22+
- nv: Read, Seek and Write trait implementations [\#324](https://github.com/parallaxsecond/rust-tss-esapi/pull/324) ([rshearman](https://github.com/rshearman))
23+
24+
## [tss-esapi-6.1.2](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-6.1.2) (2022-05-25)
25+
26+
- Fixed a security vulnerability related to using nonces when opening auth sessions. For more details see #344 .
27+
28+
[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.0.1...tss-esapi-6.1.2)
29+
30+
**Closed issues:**
31+
32+
- Error during start\_auth\_session \(TCTI related error ?\) [\#337](https://github.com/parallaxsecond/rust-tss-esapi/issues/337)
33+
334
## [tss-esapi-7.0.1](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.0.1) (2022-03-18)
435

536
[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.0.0...tss-esapi-7.0.1)

tss-esapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tss-esapi"
3-
version = "7.0.1"
3+
version = "7.1.0"
44
authors = ["Parsec Project Contributors"]
55
edition = "2018"
66
description = "Rust-native wrapper around TSS 2.0 Enhanced System API"

0 commit comments

Comments
 (0)