aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@intel.com>2020-03-06 13:46:47 -0800
committerTadeusz Struk <tadeusz.struk@intel.com>2020-03-06 13:46:47 -0800
commit4f811fdf13e2950c21d3b990a8069a0783f83cf6 (patch)
treee62a5a3bb3323abd062565c1b69f548b353c0987
parent23a264b041e836a0e485f7c10e1da2e2bce6bd6c (diff)
downloadtpm2-tss-4f811fdf13e2950c21d3b990a8069a0783f83cf6.tar.gz
CHANGELOG.md: update changelog
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47833421..0912c7df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
- Changed tcti-device in non-async mode to allways block
### Fixed
+- Fixed hmac calculation for tpm2_clear command in ESAPI
- Fixed mixing salted and unsalted sessions in the same ESAPI context
- Removed use of VLAs from TPML marshal code
- Fixed setting C++ compiler for non-fuzzing builds at configure