Commit 8aa6be1
3 files changed
+3
-2
lines changed- .github/workflows/make-test-swtpm.yml+20
- .gitignore+1
- README.md+65-6
- configure.ac+13-1
- docs/SWTPM.md+8-1
- examples/attestation/README.md+54-1
- examples/attestation/activate_credential.c+1-1
- examples/attestation/attestation.h+5-4
- examples/attestation/certify.c+277
- examples/attestation/include.am+16-7
- examples/attestation/make_credential.c+2-2
- examples/attestation/tpm_iak_policy.png
- examples/attestation/tpm_idevid_policy.png
- examples/boot/secure_rot.c+1-1
- examples/keygen/create_primary.c+74-11
- examples/management/flush.c+9-14
- examples/native/native_test.c+14-11
- examples/nvram/counter.c+1-1
- examples/nvram/policy_nv.c+1-1
- examples/nvram/read.c+1-1
- examples/nvram/store.c+1-1
- examples/pcr/quote.c+101
- examples/pkcs7/pkcs7.c+2
- examples/run_examples.sh+158-140
- examples/tls/tls_client.c+43-21
- examples/tls/tls_server.c+88-47
- examples/tpm_test_keys.c+1
- examples/wrap/caps.c+124
- examples/wrap/include.am+10-3
- examples/wrap/wrap_test.h+3
- hal/tpm_io_st.c+4-4
- src/tpm2.c+1-1
- src/tpm2_wrap.c+289-142
- wolftpm/tpm2.h+61
- wolftpm/tpm2_types.h+1-2
- wolftpm/tpm2_wrap.h+100-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments