Skip to content

Commit dcaf96b

Browse files
authored
Merge pull request #425 from dgarske/swtpm_docs3
Minor documentation fix
2 parents 884294d + 971a2ab commit dcaf96b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/SWTPM.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ wolfTPM is to be able to use Software TPM (SW TPM) defined by section D.3 of [TP
44

55
Software TPM implementations tested:
66
* [Official TCG Reference](https://github.com/TrustedComputingGroup/TPM): Reference code from the specification maintained by TCG [build steps](#tcg-tpm)
7-
* [IBM / Ken Goldman](https://github.com/kgoldman/ibmswtpm2): Fork of reference code maintained by IBM [build steps](#ibmswtpm2)
8-
* [Microsoft](https://github.com/microsoft/ms-tpm-20-ref): Fork of reference code maintained by Microsoft (93% identical to official TCG) [build steps](#ms-tpm-20-ref)
9-
* [Stefan Berger](https://github.com/stefanberger/swtpm): Uses libtpms front end interfaces. [build steps](#swtpm)
7+
* [IBM (ibmswtpm2) / Ken Goldman](https://github.com/kgoldman/ibmswtpm2): Fork of reference code maintained by IBM (93% identical to official TCG) [build steps](#ibmswtpm2)
8+
* [Microsoft - ms-tpm-20-ref](https://github.com/microsoft/ms-tpm-20-ref): Fork of reference code maintained by Microsoft (100% identical to official TCG) [build steps](#ms-tpm-20-ref)
9+
* [libtpms/swtpm - Stefan Berger](https://github.com/stefanberger/swtpm): Uses libtpms front end interfaces. [build steps](#swtpm)
1010

1111
The software TPM transport is a socket connection by default, but we also support a UART.
1212

0 commit comments

Comments
 (0)