Skip to content

Commit

Permalink
CHANGELOG: update for 1.2.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: William Roberts <[email protected]>
  • Loading branch information
William Roberts committed Jan 5, 2023
1 parent b5ae562 commit 66a0c0c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

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

## [1.1.0] - 2020-11-20
### Added
Expand Down

0 comments on commit 66a0c0c

Please sign in to comment.