forked from wolfSSL/wolfBoot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request wolfSSL#389 from danielinux/update-submodules-5.6.4
Update submodules to tag versions
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule wolfTPM
updated
31 files
+19 −0 | .github/workflows/make-test-swtpm.yml | |
+1 −1 | CMakeLists.txt | |
+46 −0 | ChangeLog.md | |
+4 −1 | IDE/STM32CUBE/wolftpm_test.c | |
+1 −3 | IDE/STM32CUBE/wolftpm_test.h | |
+3 −5 | README.md | |
+7 −3 | configure.ac | |
+5 −5 | examples/boot/secret_seal.c | |
+16 −6 | examples/csr/csr.c | |
+0 −2 | examples/keygen/external_import.c | |
+13 −4 | examples/nvram/store.c | |
+5 −2 | examples/pcr/policy_sign.c | |
+28 −22 | examples/run_examples.sh | |
+7 −3 | examples/seal/seal.c | |
+48 −14 | examples/seal/unseal.c | |
+0 −5 | examples/timestamp/signed_timestamp.c | |
+1 −1 | examples/tls/tls_client.c | |
+1 −1 | examples/tls/tls_server.c | |
+5 −2 | examples/tpm_test_keys.c | |
+1 −1 | hal/tpm_io.h | |
+1 −1 | hal/tpm_io_linux.c | |
+62 −23 | hal/tpm_io_st.c | |
+3 −2 | src/include.am | |
+170 −252 | src/tpm2.c | |
+604 −0 | src/tpm2_cryptocb.c | |
+80 −14 | src/tpm2_packet.c | |
+49 −600 | src/tpm2_wrap.c | |
+4 −3 | tests/unit_tests.c | |
+28 −1 | wolftpm/tpm2_packet.h | |
+12 −9 | wolftpm/tpm2_wrap.h | |
+2 −2 | wolftpm/version.h |
Submodule wolfssl
updated
41 files