@@ -4,24 +4,30 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ next] - next
7+ ## [ 1.2.0-rc0] - 2022-01-14
8+ ### Changed or Fixed
9+ - Updated minimal version of tpm2-tss to 2.4.x
10+ - Fix encoding of emptyauth
11+ - Fix some memory leaks
12+ - Change parent handle to BIGNUM
13+
814### Added
15+ - Use of restricted keys for signing
16+ - StirRandom
17+ - Run tests using swtpm
918- The ability to import key blobs from things like the tpm2-tools project.
19+ - Compatibility with openssl >=1.1.x
20+ - Support for ECDH
1021- Fix QNX build issues.
1122- Only set -Werror for non-release builds.
23+ - Additional checks on TPM responses
24+ - CODE_OF_CONDUCT
1225
13- ## [ 1.1.0-rc1 ] - 2020-07 -20
26+ ## [ 1.1.0] - 2020-11 -20
1427### Added
1528- Configure option for ptpm tests
1629- Configure script AX_CHECK_ENABLE_DEBUG
1730- Option for setting tcti on executable
18-
19- ### Changed
20- - Fix manpages for -P/--parent option and correct engine name
21- - Fix TCTI env variable handling
22-
23- ## [ 1.1.0-rc0] - 2020-01-10
24- ### Added
2531- TCTI-env variable used by default
2632- Support for parent key passwords
2733- openssl.cnf sample file
@@ -36,6 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3642- Fix EC param info (using named curve format)
3743- Use tpm2-tools 4.X stable branch for integration tests
3844- Use libtss2-tctildr.so instead of custom code for tcti setup
45+ - Fix manpages for -P/--parent option and correct engine name
46+ - Fix TCTI env variable handling
3947
4048## [ 1.0.0] - 2019-04-04
4149### Added
0 commit comments