You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Release Notes
2
2
3
+
## wolfTPM Release 3.8.0 (Jan 7, 2025)
4
+
5
+
**Summary**
6
+
7
+
Fixes for session auth on key bind and password policy. Added NV extend example used with Bus_Protection_Guidance. New wolfTPM2_NVExtend wrapper and example. Added new NV policy write/read wrapper API's used with policy auth
8
+
9
+
**Detail**
10
+
11
+
* Fixed issue with auth session binding. (PR #389)
12
+
* Fixed possible missing `wc_GetPkcs8TraditionalOffset`. (PR #392)
13
+
* Fixed issue with `wolfTPM2_PolicyHash` where input digest could be too large. (PR #389)
14
+
* Added example for NV extend based on the TCG "bus protection guidance". (PR #389)
15
+
* Added support for building wolfTPM against older wolfCrypt (like v4.7.0) including CI test. (PR #390)
16
+
* Added HAL IO support for Microchip I2C bit-bang (PR #340)
17
+
* Created separate tool (./examples/management/tpmclear) for performing the TPM2_Clear (don't use args in wrap_test). (PR #391)
18
+
* Switched `wolfTPM2_LoadSymmetricKey` to default to the `WOLFTPM2_WRAP_DIGEST` for hash algorithm and not default to SHA1 for some sizes. (PR #388)
19
+
* Improved TPM NV write debug logging to show before. (PR #392)
20
+
* Cleanup the `SensitiveToPrivate` function stack variables. (PR #388)
21
+
* Cleanup comments on EK/SRK. (PR #388)
22
+
* Various spellings, tabs, execute bit on .c and formatting. (PR #386, #388, #392)
0 commit comments