|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## wolfTPM Release 2.2 (07/13/2021) |
| 4 | + |
| 5 | +**Summary** |
| 6 | + |
| 7 | +Added new examples for remote attestation, make credential and GPIO support. Added Endorsement hierarchy support to many examples. Refactored the reference HAL IO code into separate files. |
| 8 | + |
| 9 | +**Detail** |
| 10 | + |
| 11 | +* Fixed total auth area size when multiple auth sessions are used (PR #174) |
| 12 | +* Fixed `TPM2_SetupPCRSel` to only allow valid pcrIndex values (PR #165 and PR #167) |
| 13 | +* Fixed `TPM2_MakeCredential` to work without auth as TCG spec defines (PR #174) |
| 14 | +* Fixed `TPM2_MakeCredential` to support using EK pub to encrypt challenge (PR #174) |
| 15 | +* Fixed `TPM2_ActivateCredential` to work with EK pub to decrypt challenge (PR #174) |
| 16 | +* Fix to only enable `printf` in library proper if `DEBUG_WOLFTPM` is set (PR #154) |
| 17 | +* Added support for QNX with wolfTPM (PR #156) |
| 18 | +* Added credential examples for remote attestation (PR #161) |
| 19 | +* Added new example for sealing a secret using TPM key (PR #157) |
| 20 | +* Added GPIO config, read and set examples (PR #155 and #172) |
| 21 | +* Added GPIO support and examples for ST33 (PR #155) |
| 22 | +* Added GPIO support and examples for Nuvoton NPCT75x (PR #172) |
| 23 | +* Added Endorsement support for keygen and attestation examples using `-eh` (PR #174) |
| 24 | +* Added missing `TPM2_CreateLoaded` command and added wrapper `wolfTPM2_CreateLoadedKey` (PR #174) |
| 25 | +* Added new wrappers for public PEM support `wolfTPM2_RsaKey_TpmToPemPub` and `wolfTPM2_RsaKey_PemPubToTpm` (PR #174) |
| 26 | +* Added keygen option to output PEM files for TPM public keys (PR #174) |
| 27 | +* Added saving of EK's TPM2B_PUBLIC for attestation purposes (PR #174) |
| 28 | +* Added new wrapper for satisfying EK policy (PR #174) |
| 29 | +* Added unit test for `TPM2_CertifyCreation` (PR #169) |
| 30 | +* Added support for `--with-wolfcrypt=/dir/` (PR #166) |
| 31 | +* Added documentation for using QEMU with `--enable-devtpm` for testing (PR #146) |
| 32 | +* Modified keygen to use new `wolfTPM2_CreateLoaded` wrapper to acquire correct AK name (PR #174) |
| 33 | +* Modified keyload to be able to load keys created under the EK/EH (PR #174) |
| 34 | +* Cleanup the ECC point code to appease some coverity warnings (PR #168) |
| 35 | +* Cleanup obsolete `txBuf[4] = 0x00;` because handled with SPI check wait state logic (PR #162) |
| 36 | +* Improved API documentation using Doxygen for wolfTPM wrappers and proprietary API's (PR #164) |
| 37 | +* Improved the Windows TBS documentation (PR #163) |
| 38 | +* Refactor the assignment of structs to use memcpy (PR #176) |
| 39 | +* Refactor of the TPM IO code to separate files (PR #171) |
| 40 | + |
| 41 | + |
3 | 42 | ## wolfTPM Release 2.1 (03/17/2021) |
4 | 43 |
|
5 | 44 | * Fixed possible KDFa buffer overrun (PR #147) |
|
0 commit comments