Skip to content

Commit 66a0c0c

Browse files
author
William Roberts
committed
CHANGELOG: update for 1.2.0-rc1
Signed-off-by: William Roberts <[email protected]>
1 parent b5ae562 commit 66a0c0c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.2.0-rc0] - 2022-01-14
8-
### Changed or Fixed
7+
## [1.2.0-rc1] - 2023-01-05
8+
### Fixed
99
- Updated minimal version of tpm2-tss to 2.4.x
1010
- Fix encoding of emptyauth
1111
- Fix some memory leaks
12-
- Change parent handle to BIGNUM
12+
- Parent handle issues with signed representation by switching parent handle to BIGNUM.
13+
- Fixed RSA_NO_PADDING modes with OpenSSL 1.1.1
14+
- Fixed autogen (bootstrap) call from release package by embedding VERSION file.
1315

1416
### Added
1517
- Use of restricted keys for signing
@@ -18,10 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1820
- The ability to import key blobs from things like the tpm2-tools project.
1921
- Compatibility with openssl >=1.1.x
2022
- Support for ECDH
21-
- Fix QNX build issues.
23+
- QNX support.
2224
- Only set -Werror for non-release builds.
2325
- Additional checks on TPM responses
2426
- CODE_OF_CONDUCT
27+
- SECURITY reporting instructions
2528

2629
## [1.1.0] - 2020-11-20
2730
### Added

0 commit comments

Comments
 (0)