From ab25f924d126334301adb632cb00a0071c8bf395 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Tue, 28 Sep 2021 16:03:07 -0400 Subject: [PATCH] CHANGES: Updated CHANGES document for 0.9.0 Signed-off-by: Stefan Berger --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index 30614172..3030ad1d 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,16 @@ version 0.9.0: TPM2_ContextLoad (issue #217) - Check for several more compile-time constants - Enabled Camellia symmetric key encryption algorithm + - tpm2: CryptSym: fix AES output IV + - tpm2: Added a cache for private exponent D and prime Q + - tpm2: bug fixes related to state marshalling + - tpm2: Consume padding bytes in TPM2_ContextLoad() (Win2k19, issue #217) + - tests: Improvements on the fuzzer + - tpm2: Switch to UINT16 for CONTEXT_SLOT and 64k context gap + - tpm2: Update to TPM 2 spec rev 164 + - build-sys: Enable building --without-tpm1 + - tpm2: Marshal event sequence objects' hash state + - tpm2: Fixes for build and runtime when using OpenSSL 3.0 version 0.8.0 - NOTE: Downgrade to previous versions is not possible. See below.